Merge pull request #99 from socrata-platform/kaida/is_empty
Add is_empty
Tweak run-migrations to handle multiple jars
Merge pull request #100 from socrata-platform/kaida/run-migrations
Tweak run-migrations to handle multiple jars
Blobs are represented by a text column, and there are only two functions on them: comparing them for equality, and an identity-ish conversion of text to blob (which is implicitly used on literal string to convert them to blob values if required).
Change the fixtures to make them collation-independent
Something weird's going on here that we don't quite understand. SoQL should have a defined collation order, but now's not the time to define it, so just make the fixtures insensitive to the current collation.
Merge pull request #102 from socrata-platform/rjm/blobtype
Enable blob type
Merge pull request #103 from socrata-platform/krah/smaglinUnity
CORE-6589 smaglin bucket width unity
Help mimic soda1 by making row id obfuscation optional.
Reviewed-by: alexa.rust@socrata.com
Setting version to 0.6.21-SNAPSHOT
Bump soql-reference - chained soql.
Reviewed-by: robert.macomber@socrata.com