sqlboiler/bdb
Aaron L 423d4b66bf Fix a bug in the column constraint detection
- Without the table constraint any table in the DB that was named the
  same as another would trigger false positives.
2016-07-17 17:47:06 -07:00
..
drivers Fix a bug in the column constraint detection 2016-07-17 17:47:06 -07:00
column.go Added unique constraint to table state 2016-07-16 05:09:32 +10:00
column_test.go Got insert testing in a better state 2016-07-14 02:51:40 +10:00
interface.go Added unique constraint to table state 2016-07-16 05:09:32 +10:00
interface_test.go Added unique constraint to table state 2016-07-16 05:09:32 +10:00
keys.go Added unique constraint to table state 2016-07-16 05:09:32 +10:00
keys_test.go Rename IsNullable -> Nullable 2016-07-09 10:13:35 -07:00
relationships.go Added unique constraint to table state 2016-07-16 05:09:32 +10:00
relationships_test.go Added unique constraint to table state 2016-07-16 05:09:32 +10:00
table.go Add to_many relationships as a first class citizen 2016-07-11 23:49:42 -07:00
table_test.go Add a GetTable helper. 2016-07-11 23:48:30 -07:00