Commit graph

6 commits

Author SHA1 Message Date
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
Aaron L 32290d9236 Fix mysql LastInsertId() 2016-09-24 16:10:26 -07:00
Aaron L 09ed5709e5 Fix template spacing with new output
- The old templates used to output \n\n after each run, with the
  previous changes this is no longer the case and as such the templates
  all must be formatted correctly.
2016-09-24 00:52:18 -07:00
Aaron L cbb7041748 Fix #43 in a slightly different way. 2016-09-20 21:22:35 -07:00
Patrick O'brien 0a1a12cd0a Primary key only tables are now handled adequately 2016-09-20 18:05:33 +10:00
Aaron L 69e07b9a05 File shuffle 2016-09-18 16:41:04 -07:00
Renamed from templates/14_upsert.tpl (Browse further)