Commit graph

23 commits

Author SHA1 Message Date
Aaron L
be189323d9 Remove package name from txt helpers 2016-09-18 10:31:11 -07:00
Aaron L
64284a7748 Fix one-to-one text_helper ripple
- Rename a bunch of things.
2016-09-17 23:36:10 -07:00
Patrick O'brien
817189fbfd Fixed outstanding failed tests 2016-09-10 01:06:07 +10:00
Patrick O'brien
7144d272bd Add whitelist feature 2016-09-06 00:41:12 +10:00
Aaron L
e46daf0991 Fix ToMany.Func.ForeignName for renamed fkeys 2016-08-28 16:01:43 -07:00
Aaron L
947081c579 Rename ReverseInserts -> OneToOne
- Fix bug & failing test
- Skip WIP test
2016-08-28 00:27:50 -07:00
Aaron L
43ec917a57 Fix another bug with one_to_one 2016-08-27 23:01:26 -07:00
Aaron L
d778401a7b Another iteration on getting text helpers correct 2016-08-27 17:20:26 -07:00
Aaron L
ea22d3656c Add more text helpers for ToMany. 2016-08-27 12:00:42 -07:00
Aaron L
113f8be521 Correct tests 2016-08-23 23:28:49 -07:00
Patrick O'brien
54c739ba97 Update mock and tests to use better tables 2016-08-23 13:39:10 +10:00
Patrick O'brien
22a904d025 Convert sqlboiler tests to MockDriver
* Improve impl of mock driver
2016-08-18 22:11:49 +10:00
Patrick O'brien
8d0cd2a53d Move fakeDB to MockDriver in drivers package 2016-08-18 15:26:24 +10:00
Aaron L
944303f2f5 Properly abstract LastInsertID 2016-08-13 16:34:02 -07:00
Patrick O'brien
33286e648a Update repo to add vattle org paths 2016-08-09 17:59:30 +10:00
Aaron L
58d3dcff48 Missed some more gofmt -s 2016-08-08 00:47:33 -07:00
Aaron L
9a5742eeea Use query generation for relationship_to_one
- This allows the use of query mods
2016-08-01 20:38:32 -07:00
Aaron L
b447018220 Rename ReverseArgs -> ReverseInserts
- Remove debug comment
2016-07-17 17:52:55 -07:00
Aaron L
1513661e15 New texts to reverse a "to_many" into "to_one" 2016-07-17 17:48:08 -07:00
Aaron L
f4ce95891c Refine the relationship to_one texts.
- This is so we can completely replace the data set being used
  (combination of tplData, and texts) by texts data.
2016-07-16 23:56:09 -07:00
Aaron L
e4ddb7e0a8 Fix Patrick's jackal test. 2016-07-16 13:23:15 -07:00
Aaron L
32b2581ead Add Texthelpers from foreign keys 2016-07-14 21:18:49 -07:00
Aaron L
225a74423a Finish text helpers for relationships. 2016-07-13 22:34:18 -07:00
Renamed from relationship_helpers_test.go (Browse further)