Commit graph

21 commits

Author SHA1 Message Date
Patrick O'brien bfc87ac1ca Fix typo in comment 2016-09-05 21:05:59 +10:00
Patrick O'brien d735c3df36 Add For query mod 2016-08-30 13:13:00 +10:00
Patrick O'brien 26bb719563 Remove bad things (sum, min, max, avg, etc) 2016-08-26 22:08:27 +10:00
Patrick O'brien d28b3f4b62 Finish WHERE IN feature
* Fix bug with appendOr/And ordering
2016-08-19 03:21:53 +10:00
Aaron L 9c2a4d7852 Merge branch 'eager' 2016-08-17 23:17:13 -07:00
Patrick O'brien 8806e76d9f Nearly finished relationship bind helper
* If only reflection would be nice
2016-08-18 03:56:00 +10:00
Patrick O'brien 94d36d7bf7 Begin IN implementation 2016-08-17 15:19:23 +10:00
Patrick O'brien 9d6de3ba68 Remove test file for query mods 2016-08-16 22:41:43 +10:00
Patrick O'brien 4571184b7d Add args to Having query mod
* Add more thorough golden tests
* Fix bug in update column ordering, now uses sort
2016-08-13 03:08:09 +10:00
Patrick O'brien c3f8cff117 Add Or and And query mods, add ? placeholders
* Update whereClause builder to support Or and parentheses
* ? placeholders are now used instead of $1, $2 etc for where clauses.
* Update the whereClause test to add more tests and fix broken ones.
* Fix broken golden test files.
2016-08-11 16:44:15 +10:00
Patrick O'brien af1b647fb4 Remove Or query mod, add builder whereClause test
* Add fixture tests/golden files
2016-08-09 22:29:59 +10:00
Patrick O'brien 33286e648a Update repo to add vattle org paths 2016-08-09 17:59:30 +10:00
Aaron L b3ba8462d9 Fix inner join query mod 2016-08-07 18:12:13 -07:00
Aaron L 6596868cb8 Change join structure to truly support any join
- Also normalize the "," vs ", " in query generation
2016-08-07 18:07:37 -07:00
Aaron L 162746526c Add min/max/sum/avg to the query gen 2016-08-07 18:07:37 -07:00
Aaron L 9503acaf8e Missed some compilation errors 2016-08-03 22:28:04 -07:00
Aaron L 1a1a025b58 Add append versions of boil query helpers 2016-08-03 22:22:17 -07:00
Aaron L b8c28c7cf8 Add offset and limit generation 2016-07-31 19:21:06 -07:00
Patrick O'brien ba5034b7ee Fix things 2016-07-19 15:36:26 +10:00
Patrick O'brien f713e041ad Add sql query mod, finish or querymod
* Add comments to kill lint errors
2016-07-19 14:07:12 +10:00
Patrick O'brien 1508d85cb6 Finish Bind test, renamed querymods package
* Rename querymods qs package to qm
* Refactor comparing values in template tests to remove redundancy
2016-06-15 00:01:28 +10:00