Skip to content

Instantly share code, notes, and snippets.

@chaudum
Created July 28, 2014 15:39
Show Gist options
  • Save chaudum/2354a66b8927846275db to your computer and use it in GitHub Desktop.
Save chaudum/2354a66b8927846275db to your computer and use it in GitHub Desktop.
crate 0.40.3
2014/07/28 0.40.3
=================
- fix: ORDER BY using non-indexed (index off) column do fail silently
- fix: grouping or global aggregation using non-indexed (index off)
or analyzed (fulltext) column throws misleading exception
- added documentation for match function
- replaced SQLAction python doctest with java integration test
- updated incorrect options in crate usage information
- updated crate-admin to 0.9.1 which includes following changes
- fix: do not append limit to insert by query statement
@chaudum
Copy link
Author

chaudum commented Jul 28, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment