sqlboiler/templates
Patrick O'brien 4036786b6a Got insert testing in a better state
* Split up insert function for testing
* Add DBType to global state
* Move test reflection helpers to testing.go
* Add incremental seed to randomizeField to avoid duplicate constraint
  error messages
* Fixed Viper SSL default bug
* Fixed pgpass SSL inclusion bug
* Add MakeStringMap strmangle helper
* Change test errors from error to skip
2016-07-14 02:51:40 +10:00
..
singleton Rename templates to enforce sane ordering. 2016-06-19 16:29:59 -07:00
00_struct.tpl Use extensive piping throughout the templates 2016-06-19 22:22:50 -07:00
01_types.tpl Add more tests to insert template tests 2016-07-06 16:02:35 +10:00
02_hooks.tpl Use extensive piping throughout the templates 2016-06-19 22:22:50 -07:00
03_finishers.tpl Use extensive piping throughout the templates 2016-06-19 22:22:50 -07:00
04_relationship_to_one.tpl Make to_one relationships use the X paradigm. 2016-07-09 10:14:07 -07:00
05_relationship_to_many.tpl Make to_many use the X paradigm. 2016-07-11 15:23:47 -07:00
06_all.tpl Start of the to_many relationships. 2016-06-22 22:03:05 -07:00
07_find.tpl Use new templating features in all templates 2016-06-26 23:59:27 -07:00
08_insert.tpl Got insert testing in a better state 2016-07-14 02:51:40 +10:00
09_update.tpl Use new templating features in all templates 2016-06-26 23:59:27 -07:00
10_delete.tpl Fix where clause so it outputs quotes. 2016-06-26 23:56:45 -07:00
11_helpers.tpl Start of the to_many relationships. 2016-06-22 22:03:05 -07:00