Tim Griesser
|
83b2c2b078
|
Fix #434, add returning config option
|
2014-08-24 14:41:48 -04:00 |
|
Neil Gentleman
|
ab4c6dabbc
|
don't throw away the postgres client's password
broken by tgriesser/knex#390
|
2014-08-20 15:52:19 -07:00 |
|
Tim Griesser
|
1bdf35cafa
|
Merge pull request #390 from bhirt-bpl/master
fix for using a pgConnectionString
|
2014-08-14 15:13:30 -04:00 |
|
bhirt-gf
|
9321abd6c0
|
fix for using a pgConnectionString, the parsed connection string settings will be set in the connectionSettings of the knex object. Without this, some features like columnInfo() will fail when connecting to a database with a pgConnectionString
|
2014-07-21 12:00:12 -06:00 |
|
Noah Santorello
|
f8d01e9901
|
Initial commit of seed functionality
|
2014-07-21 09:42:56 -04:00 |
|
Pelle Wessman
|
bdc3b43655
|
Added a function helper collection
To make it possible for individual dialects to provide their own variant of common SQL-functions like NOW()
|
2014-07-18 12:41:23 +02:00 |
|
Tim Griesser
|
86c0863147
|
remove knex.utils, move pgBindings to client.positionBindings
|
2014-07-14 13:51:43 -04:00 |
|
Tim Griesser
|
e3cfc7440c
|
get rid of mysql/pg string dependencies, #283
|
2014-05-28 01:11:20 -04:00 |
|
Tim Griesser
|
5b9336a284
|
sqlstring now pulled from node-mysql, pq queries escaped
|
2014-05-06 18:15:16 -04:00 |
|
Tim Griesser
|
6c76cc5cf0
|
adding jshint, cleaning unused variables
|
2014-04-16 03:22:47 -04:00 |
|
Tim Griesser
|
0de9513a78
|
all tests green
|
2014-04-16 01:23:50 -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 |
|