sqlboiler/templates
Aaron L 1887f23ca5 Finish ToOneSet
- Replace the custom update that actually set every model's relationship
  to the same thing with a real update method so we get logging & hooks
2016-08-26 23:36:57 -07:00
..
singleton Fix bugs for table only containing composite pkey 2016-08-21 15:44:49 +10:00
00_struct.tpl Rename Loaded -> R 2016-08-26 21:40:29 -07:00
01_types.tpl Add fast path for binding by caching TitleCase 2016-08-23 23:20:41 -07:00
02_hooks.tpl Finish upsert, most of upsert tests 2016-08-05 00:26:39 +10:00
03_finishers.tpl Add fast path for binding by caching TitleCase 2016-08-23 23:20:41 -07:00
04_relationship_to_one.tpl Fix some formatting bugs of generated code 2016-08-21 16:28:47 +10:00
05_relationship_to_many.tpl Make relationships only return query objects. 2016-08-18 00:19:15 -07:00
06_relationship_to_one_eager.tpl Rename Loaded -> R 2016-08-26 21:40:29 -07:00
07_relationship_to_many_eager.tpl Rename Loaded -> R 2016-08-26 21:40:29 -07:00
08_all.tpl Put the templates in their proper place 2016-08-17 23:26:17 -07:00
09_find.tpl Add fast path for binding by caching TitleCase 2016-08-23 23:20:41 -07:00
10_insert.tpl Add fast path for binding by caching TitleCase 2016-08-23 23:20:41 -07:00
11_update.tpl Add fast path for binding by caching TitleCase 2016-08-23 23:20:41 -07:00
12_upsert.tpl Add fast path for binding by caching TitleCase 2016-08-23 23:20:41 -07:00
13_delete.tpl Put the templates in their proper place 2016-08-17 23:26:17 -07:00
14_reload.tpl Add fast path for binding by caching TitleCase 2016-08-23 23:20:41 -07:00
15_exists.tpl Fix some formatting bugs of generated code 2016-08-21 16:28:47 +10:00
16_helpers.tpl Put the templates in their proper place 2016-08-17 23:26:17 -07:00
relationship_to_many_setops.tpl Get all the tests running properly 2016-08-26 22:04:49 -07:00
relationship_to_one_setops.tpl Finish ToOneSet 2016-08-26 23:36:57 -07:00