sqlboiler/templates
Aaron L bac82b6f0e Correct caching for upserts with no returns
- Previously it would return early, and therefore no caching was being
  performed since it would never write to the cache.
2016-09-15 22:17:37 -07:00
..
singleton Optimize upsert. 2016-09-14 23:06:06 -07:00
00_struct.tpl Add MySQL Upsert, fix identation in all tpls 2016-09-14 18:14:07 +10:00
01_types.tpl Optimize upsert. 2016-09-14 23:06:06 -07:00
02_hooks.tpl Fix lint errors for generated package 2016-09-15 14:21:33 +10:00
03_finishers.tpl Fix all references to moved elements. 2016-09-14 21:02:24 -07:00
04_relationship_to_one.tpl Fix all references to moved elements. 2016-09-14 21:02:24 -07:00
05_relationship_to_many.tpl Fix all references to moved elements. 2016-09-14 21:02:24 -07:00
06_relationship_to_one_eager.tpl Fix all references to moved elements. 2016-09-14 21:02:24 -07:00
07_relationship_to_many_eager.tpl Fix all references to moved elements. 2016-09-14 21:02:24 -07:00
08_relationship_to_one_setops.tpl Add MySQL Upsert, fix identation in all tpls 2016-09-14 18:14:07 +10:00
09_relationship_to_many_setops.tpl Add MySQL Upsert, fix identation in all tpls 2016-09-14 18:14:07 +10:00
10_all.tpl Add MySQL Upsert, fix identation in all tpls 2016-09-14 18:14:07 +10:00
11_find.tpl Fix lint errors for generated package 2016-09-15 14:21:33 +10:00
12_insert.tpl Fix insert with goto 2016-09-15 14:46:03 +10:00
13_update.tpl Fix all references to moved elements. 2016-09-14 21:02:24 -07:00
14_upsert.tpl Correct caching for upserts with no returns 2016-09-15 22:17:37 -07:00
15_delete.tpl Fix lint errors for generated package 2016-09-15 14:21:33 +10:00
16_reload.tpl Fix lint errors for generated package 2016-09-15 14:21:33 +10:00
17_exists.tpl Add MySQL Upsert, fix identation in all tpls 2016-09-14 18:14:07 +10:00
18_helpers.tpl Add MySQL Upsert, fix identation in all tpls 2016-09-14 18:14:07 +10:00
19_auto_timestamps.tpl Add MySQL Upsert, fix identation in all tpls 2016-09-14 18:14:07 +10:00