sqlboiler/bdb/drivers
Aaron L 5f7bee14a0 Relax the definition of unique on columns (psql)
- Fix formatting on giant postgres query
- Invert the section that looks for unique constraints to look for a
  constraint and join to the constraint_column_usage to be more in line
  with the mysql query and also it makes a little bit more sense.
- Add more checks to ensure the schema is being enforced in the postgres
  side of things as several pieces in the unique checks were missing it
  which would lead to false positives.
- Fix #77 for postgres
2017-01-03 19:43:01 -08:00
..
mock.go Change quotes to bytes 2016-09-10 03:30:46 +10:00
mysql.go Relax the definition of unique on columns (mysql) 2017-01-03 19:11:15 -08:00
postgres.go Relax the definition of unique on columns (psql) 2017-01-03 19:43:01 -08:00