Commit graph

13 commits

Author SHA1 Message Date
Aaron L ea22d3656c Add more text helpers for ToMany. 2016-08-27 12:00:42 -07:00
Aaron L 28e485603a Add fast path for binding by caching TitleCase 2016-08-23 23:20:41 -07:00
Patrick O'brien 33286e648a Update repo to add vattle org paths 2016-08-09 17:59:30 +10:00
Patrick O'brien c7c0fe5c0d Add provision for enforced types, eg uuid
* Add enforced to column data
* Add enforced list to driver
* Fix bug in TitleCase (now uses regexp)
* Fix broken zero-value enforced type inserts by using RandomizeEnforcedStruct
2016-08-03 12:05:05 +10: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 71dc36c8e6 Delete some comments 2016-07-17 17:46:49 -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
Patrick O'brien 488e203c0b Change objectSlice to be exported (ObjectSlice) 2016-07-17 00:15:14 +10:00
Aaron L c57b3ea3b7 Delete random comments. 2016-07-14 23:14:51 -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.go (Browse further)