Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP

v1.2.10

 * Fix: Uninitialized Memory Conditional fixe #155
  * Fix: $set fails to create nested keys if supplied with a non existent topmost key #148

v1.2.9

 * Fix: Builds shared lib when -DBUILD_SHARED_LIBS:BOOL=OFF #143
  * Fix: Not able to store data above 2GB on windows #149

v1.2.8

 * Fix: Problem with the bson2json conversion dealing with doubles #135
  *	$push and $pushAll operations are implemented. #130
  * Fix: $rename can operate on nested json objects #107
  * Fix: $inc doesn't create key if it doesn't exist #120
  * Source code style fixes
  * A data format version info now stored in the database meta header #139

v1.2.7

* EJDB nodejs modules now published as precompiled binaries for Windows
* Project build improvements #131
* Fix of Nodejs module windows build fail #12
* Added support of querying BSON symbols #129

v1.2.6

 * Fix: $addToSet works improperly for non existent nested keys #123
 * Fix: Queries of int64_t (longs) on Windows is returning invalid results #127
 * Fix: Cross compile EJDB for MIPS fails #125

v1.2.4

 * rt lib depenedency on MacOS
  * fixed incorrect static libejdb linkage options
  * minor fixes in project build scripts

v1.2.3

 * Project moved to CMake build system #115
  * Added negation support for the $elemMatch #109
  * Set `TCETHREAD` when pthread mutex or lock allocation fails.
    - This change been cherry picked from  #4 Incubaid/tokyocabinet#4
  * Added $rename query operators.
  * Fixed #104 #114
  * Implemented $slice operator #14
  * Added ability to do mongo like queries with the distinct operation #93
  * EJDB shared library changed its name from `tcejdb` to `ejdb`
Something went wrong with that request. Please try again.