Vincent Schoettke
|
72cf342273
|
Fixes #319. Inserting multiple rows with default values
|
2014-09-08 16:10:43 +02:00 |
|
Vincent Schoettke
|
f3874ac651
|
Fixed several jshint warnings. Added strict mode
|
2014-09-01 17:19:34 +02:00 |
|
Tim Griesser
|
f965648225
|
Fix subquery insert for sqlite3
|
2014-08-31 14:07:58 -04:00 |
|
Tim Griesser
|
1bc6293353
|
JOINs should not work with update in sqlite
|
2014-08-31 14:01:53 -04:00 |
|
Vincent Schoettke
|
393769b80d
|
Merge pull request #445 from vschoettke/sqlite3-fix-raw-order-by
sqlite3 - fixed raw order bys
|
2014-08-28 21:45:07 +02:00 |
|
Vincent Schoettke
|
00a41a0bb2
|
Fixed offset without limit for mysql and sqlite3
|
2014-08-28 13:53:39 +02:00 |
|
Vincent Schoettke
|
d6e414721f
|
sqlite3 - fixed raw order bys
|
2014-08-28 11:52:05 +02:00 |
|
Oliver Schneider
|
0cffdc6c8c
|
Removed "collate nocase" in test order by.
|
2014-07-25 23:16:02 +02:00 |
|
Oliver Schneider
|
2b0c930f2f
|
Don't use "collate nocase" in sqlite order by, because it makes things terrible slow, because no index is used.
|
2014-07-25 22:31:30 +02:00 |
|
Tim Griesser
|
9d5fed20d1
|
Fix for multiple orderBy statements in sqlite3
|
2014-06-10 13:26:20 -04:00 |
|
Tim Griesser
|
08fd7483c8
|
Even more documentation, added .pipe to the interface
|
2014-06-03 14:21:31 -04:00 |
|
Tim Griesser
|
5708a73023
|
add nullable and defaultValue fields to columnInfo
|
2014-05-04 23:54:03 -04:00 |
|
Tim Griesser
|
c1ee0f5708
|
columnInfo, adapted code from @johanneslumpe in #190
|
2014-04-21 23:08:59 -04:00 |
|
Tim Griesser
|
0de9513a78
|
all tests green
|
2014-04-16 01:23:50 -04:00 |
|
Tim Griesser
|
4dee91551a
|
all unit tests passing
|
2014-04-15 13:10:32 -04:00 |
|
Tim Griesser
|
a62ca4f7ee
|
schema tests passing, some of the builder tests passing
|
2014-04-15 11:43:47 -04:00 |
|
Tim Griesser
|
dfdc426751
|
Majorly refactoring every piece of the library, WIP
|
2014-04-08 16:25:57 -04:00 |
|