Anatoliy Chakkaev
426efeabcf
Documentation, railway tweaks
2012-03-27 23:48:23 +04:00
Anatoliy Chakkaev
6ee7de0716
Document
2012-03-27 18:22:24 +04:00
Anatoliy Chakkaev
30d0818eed
Fix multiple queries issue #51
2012-03-25 15:37:44 +04:00
Anatoliy Chakkaev
fa8a587215
Delayed database calls
2012-03-24 17:50:52 +04:00
Anatoliy Chakkaev
29afdff4dc
upsert for redis
2012-03-23 00:33:09 +04:00
Anatoliy Chakkaev
95c0e7d5d0
upsert for redis
2012-03-23 00:24:15 +04:00
Anatoliy Chakkaev
c06f28f433
Support upsert
2012-03-22 23:46:16 +04:00
Taner Topal
07edcdce22
Implemented destroyAll for sub-scopes
2012-03-21 12:12:13 +01:00
Anatoliy Chakkaev
ff65e3a7ad
Tune sqlite3 dependency version (2.0.18)
2012-03-16 18:51:11 +04:00
Anatoliy Chakkaev
66319b2c79
Merge branch 'master' of github.com:1602/jugglingdb
2012-03-16 18:44:48 +04:00
Anatoliy Chakkaev
4ec9757503
Added contributors, MRU cache cleanup, closes #46
2012-03-16 18:42:02 +04:00
1602
04e5ab460b
Merge pull request #47 from fsateler/master
...
Pass DEFAULT on columns configured with autoincrement
2012-03-13 14:03:16 -07:00
Felipe Sateler
e3e7bf10ed
Pass DEFAULT to autoincrement values in PG
...
PostgreSQL doesn't like NULLs in not null columns. Add a new option
autoIncrement, that when set makes the adapter insert DEFAULT instead of
NULL in those values.
2012-03-13 17:52:53 -03:00
Anatoliy Chakkaev
e2a50d1a3b
Bump version 0.1.3
2012-03-12 23:50:35 +04:00
Anatoliy Chakkaev
f3e80c28f7
Correctly handle callback after blank automigration
2012-03-11 16:42:07 +04:00
Anatoliy Chakkaev
d558dd6b70
Support node 0.4 in mongodb adapter
2012-03-11 15:28:42 +04:00
Anatoliy Chakkaev
8bb855c88c
Mongodb adapter
2012-03-11 08:48:38 +04:00
Anatoliy Chakkaev
310c3a7cde
Fix executable for neo4j travis
2012-03-10 16:31:04 +04:00
Anatoliy Chakkaev
3f2a0b1ec6
Added neo4j support for travis ci
2012-03-10 16:27:06 +04:00
Anatoliy Chakkaev
3952c329df
Remove sequelize tests
2012-03-10 16:12:17 +04:00
Anatoliy Chakkaev
2c43a97f7e
Removed sequelize adapter
2012-03-10 16:07:59 +04:00
Anatoliy Chakkaev
633ae4067a
Remove frozen neo4j lib, add neo4j database setup for travis-ci
2012-03-10 15:56:23 +04:00
Anatoliy Chakkaev
c894694c7f
Custom table name for sqlite3
2012-03-10 14:32:14 +04:00
Anatoliy Chakkaev
b4de14b811
Added sql for common parts
2012-03-10 12:40:00 +04:00
Anatoliy Chakkaev
7ae592ec9a
DRY sql adapters
2012-03-10 12:39:39 +04:00
Anatoliy Chakkaev
13dce54a14
Unhashish, escape names, start moving common parts to sql.js
2012-03-10 11:55:25 +04:00
1602
093edba65d
Merge pull request #45 from fsateler/master
...
Allow custom table name in postgres too
2012-03-09 23:15:49 -08:00
Felipe Sateler
f39d3af5bd
Allow custom table name in postgres too
2012-03-09 20:25:24 -03:00
Anatoliy Chakkaev
d3231e7484
Allow custom table name in mysql
2012-03-07 11:29:08 +04:00
1602
028375b16e
Merge pull request #43 from bergie/master
...
Fix unconstrained all on MySQL
2012-03-06 06:10:39 -08:00
Henri Bergius
cdc7ae6c82
Don't add a WHERE if there are no constraints
2012-03-06 14:08:27 +01:00
Anatoliy Chakkaev
c33bc70756
Support reverse sort for redis
2012-03-06 17:05:22 +04:00
Anatoliy Chakkaev
639820bf29
Model.findOne, mongoose reverse sort, closes #38
2012-03-06 16:46:18 +04:00
Anatoliy Chakkaev
53f39a046a
Fix unnecessary _was attributes issue, closes #36 , #31 , #34 , #35
2012-03-03 13:55:29 +04:00
Anatoliy Chakkaev
9b3d432942
Reverse sort order in redis and memory, test
2012-03-01 23:57:48 +04:00
Anatoliy Chakkaev
0f2d6b527a
Bump version 0.1.1
2012-03-01 21:28:12 +04:00
Anatoliy Chakkaev
7f073a4622
Test belongsTo
2012-03-01 21:26:52 +04:00
1602
bc36089eb1
Merge pull request #40 from bergie/master
...
MySQL reliability fix: date values may be null
2012-03-01 08:13:14 -08:00
Henri Bergius
718cc2fa18
MySQL shouldn't break on null Date values
2012-03-01 17:02:20 +02:00
1602
22a2b83382
Merge pull request #39 from bergie/patch-1
...
Safety: there might not be any indexes to use
2012-02-28 06:40:41 -08:00
Henri Bergius
437c0df047
Safety: there might not be any indexes to use
2012-02-28 16:22:01 +02:00
1602
61cad1c89e
Merge pull request #27 from patrickotoole/master
...
Modified belongsTo method
2012-02-21 13:47:40 -08:00
1602
673ce7e219
Update README.md
2012-02-21 15:32:42 +04:00
Anatoliy Chakkaev
35e872368a
Default should not be handled by database engine
2012-02-20 22:44:02 +04:00
Anatoliy Chakkaev
11b4436fd1
Merge branch 'master' of github.com:1602/jugglingdb
2012-02-20 22:33:28 +04:00
Anatoliy Chakkaev
e8c6f68353
Add schema.isActual and automigrate on sqlite start
2012-02-20 22:33:11 +04:00
1602
96459bfdcd
Merge pull request #24 from Geeknux/master
...
Add some new features to advance query in Mysql
2012-02-20 10:32:09 -08:00
1602
bc814b435c
Merge pull request #29 from mansuleman/master
...
Fix bug with sorting by id in redis adapter
2012-02-11 04:35:29 -08:00
Mansur
4b9cd8e678
Fix sorting by id in redis
2012-02-11 14:47:54 +04:00
Rick O'Toole
e94787724b
changed belongsTo so grabs the belongs to relationship properly
2012-02-07 19:55:49 -10:00