jackc / tern

The SQL Fan's Migrator
MIT License
925 stars 68 forks source link

SQL error should include detail #11

Closed jackc closed 5 years ago

jackc commented 5 years ago
ERROR:  new row for relation "sometable" violates check constraint "check_something"
DETAIL:  Failing row contains (1151, 0, 2019-07-18 11:36:26.853391-05, 2019-07-18 11:36:26.853391-05).

instead of

ERROR:  new row for relation "sometable" violates check constraint "check_something"
jackc commented 5 years ago

Fixed in b13c07e680efa8638bab9b68be99dd97ea92b185.