summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Collapse)AuthorFilesLines
2013-04-19fix compatibility with node 0.10Daniel Poelzleithner1-8/+8
2013-04-10Fixed floating point truncation on savingadam2-2/+11
2013-03-23Lua debian packageadam1-229/+0
2013-03-20Working on lua documentationadam1-2/+2
2013-03-20Working for Lua module docadam1-1/+4
2013-03-09#51adam1-1/+1
2013-02-16Revert "npmignore"adam1-228/+93
This reverts commit a11f4a1e5ff97ac20383a7bc0352f9dc7084fd3d, reversing changes made to ef476256600a1e2f7647ad866f3dea595d495bbf.
2013-02-16npmignoreadam1-93/+228
2013-02-14#47adam7-19/+108
2013-02-12collection aliasesVyacheslav Tyutyunkov1-27/+65
2013-02-11collection aliasesVyacheslav Tyutyunkov1-93/+190
2013-02-10#47 simple test okadam1-0/+229
2013-02-07Fixed #48adam1-1/+1
2013-02-07Fixed #48adam1-0/+3
2013-01-22Collection joins now supported #43adam1-1/+6
2013-01-15#34 Fixedadam1-1/+2
2013-01-15Fix array check for node-webkitadam1-1/+1
2013-01-15Fix array check for node-webkitIvo Georgiev1-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-14v1.0.51 Fixed #38adam1-15/+19
2013-01-14#38adam1-0/+0
2013-01-13minorsadam2-13/+1163
2013-01-12Fixed #35adam2-0/+4
2013-01-09critical fixesadam1-1/+1
2013-01-09docs minorsadam1-1/+1
2013-01-09v1.0.45 #32adam3-5/+33
2013-01-09v1.0.44 #31adam1-0/+1
2013-01-08#28 + NodeJS: renamed removeCollection() to dropCollection()adam4-12/+21
2013-01-04minor cli changesadam1-3/+29
2013-01-02 * Added `$upsert` opration (ticket #25)adam3-1/+103
* Expose ejdb transactions API in Nodejs binding (ticket #22)
2012-12-30#22adam1-11/+146
2012-12-29simple collection transaction testadam1-1/+1
2012-12-25Nodejs database cursors more GC friendlyadam1-0/+17
2012-12-25#13 doneadam1-0/+4
2012-12-23minorsadam1-0/+3
2012-12-21bugfixadam1-2/+2
2012-12-20v1.0.30adam1-0/+8
2012-12-20#6 almost doneadam4-51/+519
2012-12-20#6adam2-15/+30
2012-12-20#6adam3-22/+62
2012-12-20#6adam1-10/+11
2012-12-20#6adam4-228/+252
2012-12-19#6adam6-6/+3471
2012-12-15Added EJDB.isValidOID() into nodejs APIadam1-0/+18
2012-12-14#11adam1-8/+13
2012-12-04Allows multiple matching conditions for single query field. Eg: {'age' : {'' ↵adam1-2/+2
: '60', '' : '30'}}
2012-12-01api docs updatedadam1-1/+3
2012-11-29v1.0.20 Fixed bug if `_id` used with `$nin` operatoradam1-0/+26
2012-11-29v1.0.19adam1-3/+33
2012-11-27minor bugfixadam1-2/+9
2012-11-27minor bugfixadam1-1/+6