sqlboiler/templates
Aaron L 22f7a45847 Ignore empty errors on postgres upsert fail
- Postgres's behavior when there is no update is that there is an
  ErrNoRows thrown back, which we can safely ignore since the only time
  this can happen in postgres's case is under this circumstance since
  there's no race unlike the mysql upsert code.
- Fix #84
2017-01-05 21:31:43 -08:00
..
singleton Add enum const generation 2016-11-11 01:06:30 -08:00
00_struct.tpl Make templates generate again 2016-09-18 16:02:08 -07:00
01_types.tpl Change 'if eq .NoHooks false' -> 'if not .NoHooks' 2016-09-20 21:08:19 -07:00
02_hooks.tpl Change 'if eq .NoHooks false' -> 'if not .NoHooks' 2016-09-20 21:08:19 -07:00
03_finishers.tpl Fix all references to moved elements. 2016-09-14 21:02:24 -07:00
04_relationship_to_one.tpl Fix combining relationship query mods 2016-11-15 21:57:21 -08:00
05_relationship_one_to_one.tpl Fix combining relationship query mods 2016-11-15 21:57:21 -08:00
06_relationship_to_many.tpl Fix combining relationship query mods 2016-11-15 21:57:21 -08:00
07_relationship_to_one_eager.tpl Ensure that relationship structs aren't clobbered 2016-11-08 18:25:15 -08:00
08_relationship_one_to_one_eager.tpl Ensure that relationship structs aren't clobbered 2016-11-08 18:25:15 -08:00
09_relationship_to_many_eager.tpl Ensure that relationship structs aren't clobbered 2016-11-08 18:25:15 -08:00
10_relationship_to_one_setops.tpl Fix template spacing with new output 2016-09-24 00:52:18 -07:00
11_relationship_one_to_one_setops.tpl Fix one-to-one setops 2016-09-24 14:34:31 -07:00
12_relationship_to_many_setops.tpl Fix bug in ToManySetOpsAdd and impure join tables 2017-01-04 20:31:29 -08:00
13_all.tpl Fix template spacing with new output 2016-09-24 00:52:18 -07:00
14_find.tpl Fix template spacing with new output 2016-09-24 00:52:18 -07:00
15_insert.tpl Fix mysql LastInsertId() 2016-09-24 16:10:26 -07:00
16_update.tpl Fix template spacing with new output 2016-09-24 00:52:18 -07:00
17_upsert.tpl Ignore empty errors on postgres upsert fail 2017-01-05 21:31:43 -08:00
18_delete.tpl Fix template spacing with new output 2016-09-24 00:52:18 -07:00
19_reload.tpl Fix template spacing with new output 2016-09-24 00:52:18 -07:00
20_exists.tpl Fix template spacing with new output 2016-09-24 00:52:18 -07:00
21_auto_timestamps.tpl File shuffle 2016-09-18 16:41:04 -07:00