sqlboiler/templates_test
Aaron L 0818af0e26 Don't use XSlice where unneeded.
- In the bowels of the eager loading we weave in and out of reflection,
  but we should not care about using XSlice unless it's going back to
  the user. This change makes it so the XSlice is only used where it
  matters, everywhere else is *[]*X to avoid type assertion errors from
  being able to have either or come into the Load() functions.
- Fix #124
2017-04-04 19:44:36 -07:00
..
main_test Fixed CREATE DATABASE query 2017-03-19 00:02:14 +03:00
singleton Newline at end of file 2017-03-31 11:07:30 +03:00
all.tpl Add MySQL Upsert, fix identation in all tpls 2016-09-14 18:14:07 +10:00
delete.tpl Ignore columns with defaults on Insert 2017-03-14 17:41:45 +03:00
exists.tpl Fix gosimple warning in exist tests 2016-09-21 00:39:29 +02:00
find.tpl Add MySQL Upsert, fix identation in all tpls 2016-09-14 18:14:07 +10:00
finishers.tpl Add MySQL Upsert, fix identation in all tpls 2016-09-14 18:14:07 +10:00
hooks.tpl MSSQL Upsert statement 2017-03-21 13:04:07 +03:00
insert.tpl Removed special case for mssql 2017-04-01 20:16:05 +03:00
relationship_one_to_one.tpl Don't use XSlice where unneeded. 2017-04-04 19:44:36 -07:00
relationship_one_to_one_setops.tpl Fix one-to-one setops 2016-09-24 14:34:31 -07:00
relationship_to_many.tpl Don't use XSlice where unneeded. 2017-04-04 19:44:36 -07:00
relationship_to_many_setops.tpl Fix test failure 2017-01-24 23:03:59 -08:00
relationship_to_one.tpl Don't use XSlice where unneeded. 2017-04-04 19:44:36 -07:00
relationship_to_one_setops.tpl Fix SetOp for half join tables 2016-09-22 23:17:54 -07:00
reload.tpl Add MySQL Upsert, fix identation in all tpls 2016-09-14 18:14:07 +10:00
select.tpl Add MySQL Upsert, fix identation in all tpls 2016-09-14 18:14:07 +10:00
types.tpl Make a rough sketch of what this would look like 2016-09-16 00:22:12 -07:00
update.tpl Filtering columns with auto values 2017-03-19 12:44:15 +03:00
upsert.tpl Newline at end of file 2017-04-01 18:59:22 +03:00