Sébastien Drouyer
c6bddf170a
added include functionnality to abstract class and mysql
2012-12-16 18:05:36 +01:00
Sébastien Drouyer
fc46de162f
generalize escape on IN and NOT IN values
2012-10-27 20:48:21 +02:00
Sébastien Drouyer
d5b0003350
Fixed postgres adapter for IN and NIN when values are strings and where there is 0 value
2012-10-27 20:47:25 +02:00
Sébastien Drouyer
f17716272c
Fixed IN and NOT IN when searching on strings
2012-10-27 20:00:40 +02:00
Sébastien Drouyer
ad0ea2602f
Fixed bug for IN on NOT IN - corrected
...
When length of values for IN and NOT IN is 0, it causes an SQL error: "IN ()" and "NOT IN ()" doesn't work in MySQL.
I corrected my first pull request :
https://github.com/1602/jugglingdb/pull/135
2012-10-24 00:28:28 +03:00
Anatoliy Chakkaev
e6be50eb81
Fix broken mysql adapter after merging pull request
2012-10-22 00:43:00 +04:00
Sébastien Drouyer
d1bb0126e3
Fixed bug (oversight ?) on alter table
...
Fixed bug (oversight ?) on alter table : it was still model name.
2012-10-21 01:51:30 +03:00
Anatoliy Chakkaev
a31a10a5ae
Merge branch 'master' of github.com:1602/jugglingdb
2012-10-13 18:26:15 +04:00
Anatoliy Chakkaev
1ec419aa42
Better performance on big datasets read
2012-10-13 17:59:25 +04:00
Mikko Lehtinen
075699ee27
Fix for redis adapter when finding records filtered with multiple attributes
2012-10-09 21:19:38 +03:00
clarktlaugh
f3bafd7bf9
Update lib/adapters/postgres.js
...
fix to add quotes around key so that it works for mixed-case correctly
2012-09-29 20:35:39 -05:00
Anatoliy Chakkaev
451000806d
Merge mongoose multisort
2012-09-27 11:24:20 +04:00
Anatoliy Chakkaev
b6cecc4b78
Added cradle adapter
2012-09-26 09:18:43 +04:00
Anatoliy Chakkaev
ab4844b009
Merge pull request #95 from dombesz/master
...
Bug on initializing models with empty number property on postgresql.
2012-09-25 21:19:56 -07:00
Anatoliy Chakkaev
2cbce0d843
Merge pull request #125 from nashadalam/patch-1
...
Mongoose Adapter Single Index support
2012-09-25 21:10:16 -07:00
Anatoliy Chakkaev
46e65b7e63
Update mysql to 2.0
2012-09-26 08:08:27 +04:00
Anatoliy Chakkaev
8cd1ec2e9e
Fix redis2 indexes cleanup
2012-09-25 08:39:23 +04:00
Anatoliy Chakkaev
cca1cbb3f8
Not strict equal when matching ids in embedded lists
2012-09-20 16:02:48 +04:00
Nashad Alam
45e1df09db
Mongoose Adapter Single Index support-Spacing Fix
2012-09-20 14:22:36 +10:00
Nashad Alam
768ba2c677
Mongoose Adapter Single Index support
2012-09-20 14:13:07 +10:00
Matt Huggins
c3dd47f448
Allow for IN, NOT IN, and != queries in postgres
2012-09-13 20:15:46 -04:00
Anatoliy Chakkaev
26905651a1
Fix standard_conforming_strings for postgres
2012-09-13 23:35:11 +04:00
Mikxail
2baabb624f
Update lib/adapters/memory.js
...
Multiple sorting with full support asc/desc
2012-09-12 15:26:20 +04:00
Anatoliy Chakkaev
c3af8b2aea
Fix postgres
2012-09-10 19:59:06 +04:00
Anatoliy Chakkaev
b481e4c096
Merge branch 'master' of github.com:1602/jugglingdb
2012-09-10 19:57:40 +04:00
Anatoliy Chakkaev
e938a814e8
Added typed lists support
2012-09-10 19:57:21 +04:00
Sam Taylor
c118786cea
fix global leak in postgres adapter
2012-09-09 17:00:46 +01:00
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
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
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
7b7fa8a0ed
Move to latest mongoose / fix api
2012-08-14 19:12:42 +04:00