Tim Griesser
|
c324b04d30
|
adding some benches between 0.5 and now, huge gains seen
|
2014-04-21 19:56:01 -04:00 |
|
Tim Griesser
|
9272d0ba4c
|
more testing for #162
|
2014-04-21 09:50:30 -04:00 |
|
Tim Griesser
|
c3bf4e455b
|
deprecate .havingRaw
|
2014-04-21 09:33:24 -04:00 |
|
Tim Griesser
|
e32de06a36
|
add test case for #166
|
2014-04-16 03:55:44 -04:00 |
|
Tim Griesser
|
f27c0e60fa
|
merging refactor branch
|
2014-04-16 03:49:25 -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 |
|
Tim Griesser
|
ef4e5d52e8
|
Further changes & test for #222
|
2014-03-25 11:13:43 -04:00 |
|
Daryl Lau
|
8511171b00
|
more comprehensive case insensitive operator test
|
2014-03-22 13:18:16 -07:00 |
|
Daryl Lau
|
bf4e39718e
|
allow case insensitive WHERE operators
|
2014-03-22 12:39:48 -07:00 |
|
Tim Griesser
|
eeeab07c42
|
reworking where values are parametereized/escaped
|
2014-03-14 16:56:55 -04:00 |
|
Tim Griesser
|
76dfc1348b
|
fix issue with null bindings, change around the query compiler
|
2014-02-23 15:38:53 -05:00 |
|
Tim Griesser
|
55f7f28761
|
making stateless querying opt-in, not default
|
2014-02-22 17:06:33 -05:00 |
|
Tim Griesser
|
ede184a5be
|
add test for #162
|
2014-02-21 20:47:46 -05:00 |
|
Tim Griesser
|
8bddaea5e2
|
adding several tests from recent modifications
|
2014-02-21 20:38:14 -05:00 |
|
Tim Griesser
|
28d5e48a15
|
accounting for the union only queries
|
2014-02-21 18:20:00 -05:00 |
|
Tim Griesser
|
549036d151
|
working on handling the statements
|
2014-02-21 17:16:11 -05:00 |
|
Tim Griesser
|
6470af8456
|
fix #182, null limit/offset does not break chain
|
2014-02-18 09:58:21 -05:00 |
|
Tim Griesser
|
4c589cc960
|
working on refactoring the internals
|
2014-02-14 12:46:13 -05:00 |
|
Tyler Kellen
|
0e83902c8c
|
add pluck to builder interface
enables grabbing a single element from each row in results,
returning a promise which yields an array of those values.
|
2014-01-28 16:01:30 -05:00 |
|
Tim Griesser
|
3785575de2
|
shuffling around the client paths/config
|
2013-12-25 13:21:31 -05:00 |
|
Tim Griesser
|
667a20b66e
|
switching out underscore for lodash
|
2013-11-25 02:00:12 -05:00 |
|
Luigy Leon
|
91ce6d9121
|
Test for aggregate function with output name.
|
2013-11-23 13:18:07 -05:00 |
|
Luigy Leon
|
35047912fe
|
Drop default output name for aggregate functions.
|
2013-11-23 11:44:25 -05:00 |
|
Kia Rahimian
|
d26c1b7b95
|
fixed bug with .having()
|
2013-11-19 22:47:38 -05:00 |
|
Tim Griesser
|
17d09f2655
|
Merge branch 'bluebird'
* bluebird:
cleanup on the .then interface
swapping in bluebird, some promise cleanup
|
2013-11-02 09:24:17 -04:00 |
|
Tim Griesser
|
48096b1468
|
fix #98, aggregates on toString / clone
|
2013-10-31 10:34:20 -04:00 |
|
Tim Griesser
|
b20c6c3f8e
|
swapping in bluebird, some promise cleanup
|
2013-10-27 22:34:58 -04:00 |
|
Tim Griesser
|
5c496b9fa5
|
remove possible sql injection in 'orderBy', thanks @sebgie
|
2013-10-15 09:15:42 -04:00 |
|
Tim Griesser
|
b70e787d25
|
fix for #84, adding forUpdate and forShare on transactions
|
2013-10-14 08:02:26 -04:00 |
|
Tim Griesser
|
44b96f2c53
|
adding tests for pool relating to #90
|
2013-10-14 07:36:12 -04:00 |
|
Tim Griesser
|
1ec57c12b7
|
fix for #91, keep the correct query type on clones
|
2013-10-14 07:20:12 -04:00 |
|
Tim Griesser
|
f1989e513d
|
editing error handling a bit, adding test, updated docs
|
2013-09-25 14:46:02 -04:00 |
|
Tim Griesser
|
96a7a9e747
|
fix for #78, underscore not included in various grammar files
|
2013-09-18 11:56:46 -04:00 |
|
Tim Griesser
|
ee1efa50e3
|
Attaching grammars directly onto client instances, fixes #74
Allows passing in an intitialized client instance to the constructor
|
2013-09-17 06:54:26 -04:00 |
|
Tim Griesser
|
1d21980eef
|
prep for 0.4.1
|
2013-09-16 10:49:30 -04:00 |
|
Tim Griesser
|
b8dd337334
|
0.4.0 release
|
2013-09-13 17:46:03 -04:00 |
|
Tim Griesser
|
76c2dbd75e
|
working on the docs, more internal cleanup
|
2013-09-13 15:36:49 -04:00 |
|
Tim Griesser
|
b1787cbb10
|
adding a toString method that properly escapes queries, fixes #59
|
2013-09-13 12:59:12 -04:00 |
|
Tim Griesser
|
80c03073c7
|
Added a flags property on the builder...
Flags property for tracking distinct, limit, offset, etc.
Added a 'type' on the JoinClause object, other minor changes
|
2013-09-13 10:51:12 -04:00 |
|
Tim Griesser
|
dc312f322b
|
fix on the toString for clauses, unit test cleanup
|
2013-09-12 01:13:07 -04:00 |
|
Tim Griesser
|
634f4751a1
|
mysql and pg are mostly working, now onto sqlite3
|
2013-09-11 23:36:55 -04:00 |
|
Tim Griesser
|
01c4a83d35
|
lots of library restructure / unit test work
|
2013-09-08 15:57:32 -04:00 |
|
Tim Griesser
|
faa2497ef1
|
wip unit tests & refactoring
|
2013-09-05 16:36:49 -04:00 |
|
Tim Griesser
|
f3a59a867b
|
a bit hacked together on the sqlite3, but renameColumn for all db's
|
2013-09-04 17:32:32 -04:00 |
|