sqlboiler/templates
Aaron L b0b0ff87c6 Fix MySQL return query optimization.
- Before, this could erroneously detect that it could do without the
  return query because it thought all we wanted was the id. Now with
  this fix it should properly discard the query when all we want is id.
2016-09-15 22:28:23 -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 MySQL return query optimization. 2016-09-15 22:28:23 -07:00
13_update.tpl Fix all references to moved elements. 2016-09-14 21:02:24 -07:00
14_upsert.tpl Fix MySQL return query optimization. 2016-09-15 22:28:23 -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