779 Commits

Author SHA1 Message Date
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
Tim Griesser
837ddd0118 minor cleanup, 0.1.4 0.1.4 2013-05-22 13:10:42 -04:00
Tim Griesser
d0ab01a5da fixes for defaults 2013-05-22 12:37:29 -04:00
Tim Griesser
124cb6d300 Merge branch 'master' into gh-pages
* master:
  Fix table aliases in joins
2013-05-18 10:54:45 -04:00
Tim Griesser
08497a5770 Merge branch 'master' of github.com:tgriesser/knex
* 'master' of github.com:tgriesser/knex:
  Fix table aliases in joins
0.1.3
2013-05-18 10:50:55 -04:00
Tim Griesser
065b7aa6af Merge branch 'master' into gh-pages
* master:
  fixing issues with transactions
  tests explicitly specifying InnoDB, fixes #6
2013-05-18 00:11:36 -04:00
Tim Griesser
45c8bff487 fixing issues with transactions 2013-05-18 00:11:25 -04:00
Tim Griesser
48a9ee4852 Merge pull request #11 from incredible-labs/table_alias_simpler
Fix table aliases in joins
2013-05-16 16:33:14 -07:00
Jason LeBrun
3b16321074 Fix table aliases in joins
Support the intended "table as alias" syntax for table names.
2013-05-16 16:12:47 -07:00
Tim Griesser
469d600c84 tests explicitly specifying InnoDB, fixes #6 2013-05-15 19:58:27 -04:00
Tim Griesser
417f6a2aa5 Merge branch 'master' into gh-pages
* master:
  0.1.2
  docs fixup, adding  modifier on createTable
  adding ability to specify engine, collation, charset on createTable
  fixing case sensitivity, minor spacing fix
  Add another group by test
  Add tests for count & groupBy, and fix groupBy
  Add support and tests for <> operator
2013-05-15 19:40:15 -04:00
Tim Griesser
3e551179dd 0.1.2 0.1.2 2013-05-15 19:39:20 -04:00
Tim Griesser
19748e4c0b docs fixup, adding modifier on createTable 2013-05-15 19:25:51 -04:00
Tim Griesser
0f38f04de2 adding ability to specify engine, collation, charset on createTable 2013-05-15 19:05:55 -04:00
Tim Griesser
567ef6b6d7 fixing case sensitivity, minor spacing fix 2013-05-15 18:50:35 -04:00
Tim Griesser
82fa9f5040 Merge pull request #7 from incredible-labs/test_groupby
Add tests for count & groupBy, and fix groupBy
2013-05-15 15:33:47 -07:00
Jason LeBrun
3fa12b4856 Add another group by test 2013-05-15 15:31:07 -07:00
Jason LeBrun
90f7276464 Add tests for count & groupBy, and fix groupBy 2013-05-15 14:57:00 -07:00
Tim Griesser
c60774fda4 Merge pull request #5 from incredible-labs/support_nequal_op
Add support and tests for <> operator
2013-05-15 13:46:57 -07:00
Jason LeBrun
4142b7914e Add support and tests for <> operator
It's referenced in the docs, but missing from the library
2013-05-15 13:36:49 -07:00
Tim Griesser
952654bd50 Merge branch 'master' into gh-pages
* master:
  minor bug fixes, docs addition, cutting 0.1.1
  adding pg as an alias of postgres for the client list, minor tweaks to the Initialize
2013-05-14 17:34:34 -04:00
Tim Griesser
78ac38df28 minor bug fixes, docs addition, cutting 0.1.1 0.1.1 2013-05-14 17:33:42 -04:00
Tim Griesser
ef6dacd610 adding pg as an alias of postgres for the client list, minor tweaks to the Initialize 2013-05-14 16:59:34 -04:00
Tim Griesser
00bb623608 Merge branch 'master' into gh-pages
* master:
  final commit for 0.1.0
2013-05-13 10:38:35 -04:00
Tim Griesser
0b3433b7b2 final commit for 0.1.0 0.1.0 2013-05-13 10:38:28 -04:00
Tim Griesser
2a0074b275 merging master into gh-pages 2013-05-12 20:56:07 -04:00
Tim Griesser
e5fd8df44a adding a simple logo, trying to git gh pages back up 2013-05-12 20:55:02 -04:00
Tim Griesser
9928af4682 updating when dependency, storing the promise on the current object per the spec 2013-05-10 14:12:28 -04:00
Tim Griesser
e0cafbb927 putting some polish on the test suite, runQuery now lives on the prototype 2013-05-09 05:45:59 -04:00
Tim Griesser
d0573d99d9 putting some polish on the test suite, runQuery now lives on the prototype 2013-05-09 05:03:37 -04:00