Anatoliy Chakkaev
e39691763f
Revert sort-only indexes
2012-09-09 19:54:33 +04:00
Anatoliy Chakkaev
dee112a35c
Redis sort-only indexes
2012-09-09 19:30:01 +04:00
Anatoliy Chakkaev
562856f1bd
Fix in-memory adapter tests
2012-09-09 17:17:08 +04:00
Anatoliy Chakkaev
a2618dd3a2
Fix typo, tune redis2
2012-09-09 16:51:53 +04:00
Anatoliy Chakkaev
44591111b6
Rewritten redis
2012-09-08 17:03:49 +04:00
Anatoliy Chakkaev
7b8321b3e4
Refactored and optimized redis adapter
2012-09-08 16:57:57 +04:00
Anatoliy Chakkaev
d962a22063
Fix postgres offset feature
2012-09-04 17:33:15 +04:00
Anatoliy Chakkaev
5a65b4f1c2
Merge branch 'master' of github.com:1602/jugglingdb
2012-09-04 17:24:18 +04:00
Anatoliy Chakkaev
2aede39246
Bump 0.1.14. Fix typo in redis adapter
2012-09-04 17:23:57 +04:00
Anatoliy Chakkaev
562d06b83f
Merge pull request #93 from mhuggins/pg-offset
...
Fix PostgreSQL query offset (issue #83 )
2012-08-31 03:42:59 -07:00
Anatoliy Chakkaev
028049f8b2
Callback called only once + database selection
2012-08-28 13:59:40 +04:00
Anatoliy Chakkaev
a3963485f5
Merge branch 'master' of github.com:1602/jugglingdb
2012-08-24 12:22:22 +04:00
Anatoliy Chakkaev
e46716f9d2
Changed validatable inheritance, fixed issue with belongsTo #113
2012-08-24 12:22:02 +04:00
Anatoliy Chakkaev
60fad51623
Merge pull request #111 from mypark/master
...
fixes to make sure callback was called on the all method and to get neo4j adapter working with railway
2012-08-23 15:44:45 -07:00
Anatoliy Chakkaev
3faaa56450
More information about alter in isActual
2012-08-20 11:01:08 +04:00
Anatoliy Chakkaev
cc40d15082
Fix autoupdate for mysql
...
;
2012-08-20 00:44:15 +04:00
Anatoliy Chakkaev
12eadb80ae
Autoupdate multicolumn indexes
2012-08-19 19:40:21 +04:00
Mike P
94fb10d560
I put the delete in the wrong line, moved down..
2012-08-18 12:42:43 -03:00
Mike P
3ca47526e5
re-adding fix to not save id as a property on update
2012-08-18 12:40:58 -03:00
Mike P
df798791fa
Update lib/adapters/neo4j.js
...
removing the change to delete the id property in the cleanup since that fails the unit test
2012-08-18 11:47:15 -03:00
Mike P
53831da913
Update lib/adapters/neo4j.js
...
don't save an id property on update since there is already a node id from neo4j
2012-08-18 11:24:12 -03:00
Mike P
7003a3e8c7
Update lib/abstract-class.js
...
make sure that callback is called when there are no records or data in the all method
2012-08-18 11:22:00 -03:00
Anatoliy Chakkaev
62d0e459c0
Single-column indexes in mysql (autoupdate)
2012-08-17 23:39:22 +04:00
Anatoliy Chakkaev
62178c26c9
Unnecessary error on mongodb authentication. Skip checking
2012-08-17 22:48:14 +04:00
Anatoliy Chakkaev
d2d602117f
Merge pull request #110 from imothee/mongodb-replicaset
...
Mongodb native driver replicaset and authentication
2012-08-16 23:33:42 -07:00
Anatoliy Chakkaev
cfda58f710
Fix typo, bump version
2012-08-17 00:32:04 +04:00
Anatoliy Chakkaev
d11293dc94
Provide additional info about collection
2012-08-16 14:21:46 +04:00
Anatoliy Chakkaev
08ad920a2c
Freeze postgres version
2012-08-14 19:16:46 +04:00
Anatoliy Chakkaev
7b7fa8a0ed
Move to latest mongoose / fix api
2012-08-14 19:12:42 +04:00
Anatoliy Chakkaev
0defc804c0
Remove JSON serialization test case
2012-08-14 18:47:59 +04:00
Timothy Marks
59ba68494d
Adds replica-set support to the mongodb native driver.
...
Adds replica set support through .rs property for replica set name and
accepts similar url for replica set definition to mongoose.js driver.
2012-08-15 00:23:23 +10:00
Timothy Marks
eaa2f026b0
Adds authenticate to db.open if a username and password are set.
2012-08-14 22:31:49 +10:00
Anatoliy Chakkaev
a54961923d
Update postgres
2012-08-13 10:27:18 +04:00
Anatoliy Chakkaev
134799763c
Merge branch 'mongodb-driver' of https://github.com/imothee/jugglingdb
2012-08-13 10:16:22 +04:00
Anatoliy Chakkaev
efdc4548fc
JSON in tests, Schema.JSON published
2012-08-13 10:16:01 +04:00
Anatoliy Chakkaev
5a981f4880
Merge pull request #106 from imothee/mongoose-replica-set
...
Adds Replica Set Support to JugglingDB Mongoose Adapter
2012-08-12 22:47:50 -07:00
Timothy Marks
2fb97e2c59
Adds Replica Set Support to JugglingDB Mongoose Adapter
2012-08-11 17:06:26 +10:00
Timothy Marks
a565dbbd12
Fixes issue where only id would be saved when updating an existing object for mongodb driver.
...
.save instead of .update was being called which would persist only a
data object with the id value to the database on doing a save of an
existing object.
2012-07-28 22:37:48 +10:00
Dombi Attila
b5eaa99d5a
Added stricter value checking on number.
2012-07-19 18:26:58 +03:00
Anatoliy Chakkaev
752e711bca
Merge pull request #103 from Katoka/master
...
Modified my previous pull requests commit
2012-07-14 05:11:06 -07:00
Taner Topal
3f0a3f526b
modified destroyAll
2012-07-13 15:53:22 +02:00
Anatoliy Chakkaev
c1ce788253
Merge pull request #101 from lforge/master
...
Fix for issue #72 beforeCreate trigger not firing properly
2012-07-11 05:22:09 -07:00
Jude Lam
913f9d4fc1
Added fix to the abstract-class.js file for issue #72 . The fix is resolved by by5739.
2012-07-08 21:20:11 -04:00
Anatoliy Chakkaev
7a2e300181
Allow relative driver paths, adopt for node 0.8
2012-07-02 15:59:44 +04:00
Dombi Attila
e4527856ad
The updateAttribute callback doesn't behaves as its described. It should send the object instance alongside the error too.
2012-06-26 15:44:57 +03:00
Anatoliy Chakkaev
11fc70b89a
Merge branch 'master' of github.com:1602/jugglingdb
2012-06-25 14:13:38 +04:00
Anatoliy Chakkaev
66fd977fd4
Wrap database name with quotes
2012-06-25 14:13:08 +04:00
Dombi Attila
e1bd92b52a
fix sql error when initializing models with empty Number property. It should return NULL when a number is empty
2012-06-19 13:13:59 +03:00
Matt Huggins
f3abbf13b6
Fix PostgreSQL query offset
2012-06-10 19:10:18 -04:00
Aurélien Thieriot
d333fe1d30
First version of a cradle adapter
2012-06-10 16:51:56 +02:00