908 Commits

Author SHA1 Message Date
Tim Griesser
dafbbad44c don't null the transaction until it's completed flushing 2013-07-18 00:28:54 -04:00
Tim Griesser
f79d4234f6 add 'returning' method, to specify return value, fixes #18 2013-07-17 13:52:58 -04:00
Tim Griesser
4aca7d3210 removing travis email notifications 2013-07-17 10:59:24 -04:00
Tim Griesser
b43592bd06 fixing test output for travis 2013-07-17 10:39:09 -04:00
Tim Griesser
f9ae04a06b adding support for the uuid data type 2013-07-17 10:26:24 -04:00
Tim Griesser
14b2361214 version check on the current client 2013-07-17 09:53:00 -04:00
Tim Griesser
acfd8ecce5 merging PR #20 from vjpr:json 2013-07-17 09:52:19 -04:00
Tim Griesser
bf5af801c9 support for enum in postgresql, fixes #21 2013-07-17 08:38:33 -04:00
Tim Griesser
01cc2f755b using datetime rather than timestamp for the 'timestamps' method 2013-07-17 08:38:05 -04:00
Tim Griesser
55f81b3292 hasTable now returns a boolean rather than a failed promise, fixes #23 2013-07-17 07:26:05 -04:00
Tim Griesser
a8c1b5355c a few more tweaks to get the foreign key support just right 2013-07-17 07:17:52 -04:00
Tim Griesser
21c0ad5d33 finishing changes for foreign key support, fixes #24 2013-07-17 07:10:19 -04:00
Tim Griesser
980931ada6 cleaning up some of the building logic for comments 2013-07-17 06:16:41 -04:00
Tim Griesser
6db4ce1d0f default to drain the pool on the process 'exit' event 2013-07-17 05:03:37 -04:00
Tim Griesser
e5018dac08 fixing foreign key issue #24 2013-07-15 19:28:09 -04:00
Tim Griesser
225861f266 allow empty value passed to transacting function 2013-07-12 14:21:22 -04:00
Tim Griesser
ec5ce94aa9 missing semicolon 2013-07-12 14:20:05 -04:00
Tim Griesser
79aecafdf4 foreign key support, #24 2013-07-11 17:05:21 -04:00
Tim Griesser
4c6a24c363 Merge branch 'master' into gh-pages
* master:
  0.1.8
  ensure transaction has the proper context, allow resolving the transaction with a value
  fixing link for laravel query builder
  Comment documentation.
  Table and column comments during create table.
  remove unnecessary function
2013-07-07 14:00:04 -04:00
Tim Griesser
2b7c23acc2 0.1.8 0.1.8 2013-07-07 13:59:49 -04:00
Tim Griesser
fb3d1e436e Merge branch 'master' of github.com:tgriesser/knex
* 'master' of github.com:tgriesser/knex:
  Comment documentation.
  Table and column comments during create table.
2013-07-04 13:57:03 -04:00
Tim Griesser
879858869b ensure transaction has the proper context, allow resolving the transaction with a value 2013-07-04 13:56:47 -04:00
Tim Griesser
c37b6d722b fixing link for laravel query builder 2013-06-18 10:04:59 -04:00
Vaughan Rouesnel
1efcfdf09d Merge branch 'master' into json
Conflicts:
	index.html
2013-06-17 17:06:33 +10:00
Tim Griesser
690fae861f Merge pull request #17 from vjpr/comments
Table and column comments during create table.
2013-06-16 20:23:56 -07:00
Vaughan Rouesnel
8ee495adb6 JSON datatype support for Postgres
Fallback to `text` for MySQL and SQLite.
2013-06-16 22:31:29 +10:00
Vaughan Rouesnel
7a507f9172 Comment documentation. 2013-06-16 20:49:04 +10:00
Vaughan Rouesnel
6b1f368de8 Table and column comments during create table. 2013-06-16 20:27:24 +10:00
Tim Griesser
0a412468bc remove unnecessary function 2013-06-12 09:08:07 -04:00
Tim Griesser
d23f5c48e6 Merge branch 'master' into gh-pages
* master:
  0.1.7
  ensure errors are thrown for  fn's, fixes #16
2013-06-12 08:45:05 -04:00
Tim Griesser
38136e5cfc 0.1.7 0.1.7 2013-06-12 08:44:49 -04:00
Tim Griesser
aa34504aef ensure errors are thrown for fn's, fixes #16 2013-06-12 08:43:02 -04:00
Tim Griesser
405d653628 Merge branch 'master' into gh-pages
* master:
  re-docco
2013-06-09 21:16:20 -04:00
Tim Griesser
d295cecdd0 re-docco 2013-06-09 21:16:13 -04:00
Tim Griesser
064ad49e05 Merge branch 'master' into gh-pages
* master:
  url typo in docs
2013-06-09 17:10:02 -04:00
Tim Griesser
2b32c50c74 url typo in docs 2013-06-09 17:09:57 -04:00
Tim Griesser
4e69496ae7 Merge branch 'master' into gh-pages
* master:
  renaming beforeCreate to afterCreate, better error handling, 0.1.6
2013-06-09 16:57:43 -04:00
Tim Griesser
13a6e7af8b renaming beforeCreate to afterCreate, better error handling, 0.1.6 0.1.6 2013-06-09 16:57:31 -04:00
Tim Griesser
79e1feb546 Merge branch 'master' into gh-pages
* master:
  0.1.5
  Adding beforeCreate and afterCreate as options on the pool's config #14
  Allowing Knex.Raw statements in where clauses, #15
  shouldn't need bindings on raw queries
  minor code tweak
2013-06-09 14:05:47 -04:00
Tim Griesser
181b2e4aaa 0.1.5 0.1.5 2013-06-09 14:05:30 -04:00
Tim Griesser
7163e3cd7c Adding beforeCreate and afterCreate as options on the pool's config #14 2013-06-09 13:50:43 -04:00
Tim Griesser
d8ebb38ff9 Allowing Knex.Raw statements in where clauses, #15 2013-06-08 14:26:33 -04:00
Tim Griesser
c9eedbd659 shouldn't need bindings on raw queries 2013-06-08 13:55:03 -04:00
Tim Griesser
5273bcbc87 minor code tweak 2013-06-06 00:25:58 -04:00
Tim Griesser
4a900c7272 Merge branch 'master' into gh-pages
* master:
  more docs updates
2013-05-28 10:15:13 -04:00
Tim Griesser
5e64a524d1 more docs updates 2013-05-28 10:15:06 -04:00
Tim Griesser
5f18d3a952 Merge branch 'master' into gh-pages
* master:
  docs fix
2013-05-28 09:10:47 -04:00
Tim Griesser
c595dc9ea1 docs fix 2013-05-28 09:10:42 -04:00
Tim Griesser
e52a8456c1 Merge branch 'master' into gh-pages
* master:
  changelog update
  minor cleanup, 0.1.4
  fixes for defaults
2013-05-22 13:14:57 -04:00
Tim Griesser
9446a5fd4a changelog update 2013-05-22 13:14:51 -04:00