Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-19 | fix compatibility with node 0.10 | Daniel Poelzleithner | 1 | -8/+8 | |
2013-04-10 | Fixed floating point truncation on saving | adam | 2 | -2/+11 | |
2013-03-23 | Lua debian package | adam | 1 | -229/+0 | |
2013-03-20 | Working on lua documentation | adam | 1 | -2/+2 | |
2013-03-20 | Working for Lua module doc | adam | 1 | -1/+4 | |
2013-03-09 | #51 | adam | 1 | -1/+1 | |
2013-02-16 | Revert "npmignore" | adam | 1 | -228/+93 | |
This reverts commit a11f4a1e5ff97ac20383a7bc0352f9dc7084fd3d, reversing changes made to ef476256600a1e2f7647ad866f3dea595d495bbf. | |||||
2013-02-16 | npmignore | adam | 1 | -93/+228 | |
2013-02-14 | #47 | adam | 7 | -19/+108 | |
2013-02-12 | collection aliases | Vyacheslav Tyutyunkov | 1 | -27/+65 | |
2013-02-11 | collection aliases | Vyacheslav Tyutyunkov | 1 | -93/+190 | |
2013-02-10 | #47 simple test ok | adam | 1 | -0/+229 | |
2013-02-07 | Fixed #48 | adam | 1 | -1/+1 | |
2013-02-07 | Fixed #48 | adam | 1 | -0/+3 | |
2013-01-22 | Collection joins now supported #43 | adam | 1 | -1/+6 | |
2013-01-15 | #34 Fixed | adam | 1 | -1/+2 | |
2013-01-15 | Fix array check for node-webkit | adam | 1 | -1/+1 | |
2013-01-15 | Fix array check for node-webkit | Ivo Georgiev | 1 | -1/+1 | |
This seems to be a very weird bug, but when using ejdb with node-webkit, .constructor === Array returns false for actual arrays. This is because node-webkit runs ejdb as a node module in a different JavaScript context (WebKit context), so there are actually two unique objects that represent any constructor (one of each scope). So instead of comparing if .constructor references to the same object as "Array", we just check if the name of the constructor is "Array". | |||||
2013-01-14 | v1.0.51 Fixed #38 | adam | 1 | -15/+19 | |
2013-01-14 | #38 | adam | 1 | -0/+0 | |
2013-01-13 | minors | adam | 2 | -13/+1163 | |
2013-01-12 | Fixed #35 | adam | 2 | -0/+4 | |
2013-01-09 | critical fixes | adam | 1 | -1/+1 | |
2013-01-09 | docs minors | adam | 1 | -1/+1 | |
2013-01-09 | v1.0.45 #32 | adam | 3 | -5/+33 | |
2013-01-09 | v1.0.44 #31 | adam | 1 | -0/+1 | |
2013-01-08 | #28 + NodeJS: renamed removeCollection() to dropCollection() | adam | 4 | -12/+21 | |
2013-01-04 | minor cli changes | adam | 1 | -3/+29 | |
2013-01-02 | * Added `$upsert` opration (ticket #25) | adam | 3 | -1/+103 | |
* Expose ejdb transactions API in Nodejs binding (ticket #22) | |||||
2012-12-30 | #22 | adam | 1 | -11/+146 | |
2012-12-29 | simple collection transaction test | adam | 1 | -1/+1 | |
2012-12-25 | Nodejs database cursors more GC friendly | adam | 1 | -0/+17 | |
2012-12-25 | #13 done | adam | 1 | -0/+4 | |
2012-12-23 | minors | adam | 1 | -0/+3 | |
2012-12-21 | bugfix | adam | 1 | -2/+2 | |
2012-12-20 | v1.0.30 | adam | 1 | -0/+8 | |
2012-12-20 | #6 almost done | adam | 4 | -51/+519 | |
2012-12-20 | #6 | adam | 2 | -15/+30 | |
2012-12-20 | #6 | adam | 3 | -22/+62 | |
2012-12-20 | #6 | adam | 1 | -10/+11 | |
2012-12-20 | #6 | adam | 4 | -228/+252 | |
2012-12-19 | #6 | adam | 6 | -6/+3471 | |
2012-12-15 | Added EJDB.isValidOID() into nodejs API | adam | 1 | -0/+18 | |
2012-12-14 | #11 | adam | 1 | -8/+13 | |
2012-12-04 | Allows multiple matching conditions for single query field. Eg: {'age' : {'' ↵ | adam | 1 | -2/+2 | |
: '60', '' : '30'}} | |||||
2012-12-01 | api docs updated | adam | 1 | -1/+3 | |
2012-11-29 | v1.0.20 Fixed bug if `_id` used with `$nin` operator | adam | 1 | -0/+26 | |
2012-11-29 | v1.0.19 | adam | 1 | -3/+33 | |
2012-11-27 | minor bugfix | adam | 1 | -2/+9 | |
2012-11-27 | minor bugfix | adam | 1 | -1/+6 | |