Fix bson_compare_long to use int64_t and add testQuery28
authorAlbert Choy <albert.choy@osii.com>
Tue, 14 Apr 2015 21:17:51 +0000 (16:17 -0500)
committerAlbert Choy <albert.choy@osii.com>
Tue, 14 Apr 2015 21:17:51 +0000 (16:17 -0500)
commitdfe178cdd55230f4af609cb3d4cb48bb64d1085b
treebd181ae9a96e9166e009be39cca115fc86f1c471
parentff1602c15bf5a002aaebdd7371d7e472824f62a5
Fix bson_compare_long to use int64_t and add testQuery28

testQuery28 to test int64_t query > 2^32 value
src/bson/bson.c
src/bson/bson.h
src/ejdb/tests/ejdbtest2.c