sqlboiler/bdb
Aaron L 5360d3094e Use errors package all over the project
In general:
errors.New("thing") -> errors.New
fmt.Errorf("thing %s", arg) -> errors.Errorf
fmt.Errorf("thing %v", err) -> errors.Wrap
fmt.Errorf("thing %s %v", arg, err) -> errors.Wrapf
2016-08-13 11:37:16 -07:00
..
drivers Use errors package all over the project 2016-08-13 11:37:16 -07:00
column.go Add FilterColumnsByUnique, finish UpdateAll slice 2016-08-11 22:26:49 +10:00
column_test.go Run gofmt -s to remove needless repetition 2016-08-08 00:46:06 -07:00
interface.go Move DriverUsesLastInsertID to correct package 2016-08-14 00:07:22 +10:00
interface_test.go Move DriverUsesLastInsertID to correct package 2016-08-14 00:07:22 +10:00
keys.go Added unique constraint to table state 2016-07-16 05:09:32 +10:00
keys_test.go Run gofmt -s to remove needless repetition 2016-08-08 00:46:06 -07:00
relationships.go Added unique constraint to table state 2016-07-16 05:09:32 +10:00
relationships_test.go Run gofmt -s to remove needless repetition 2016-08-08 00:46:06 -07:00
table.go Add to_many relationships as a first class citizen 2016-07-11 23:49:42 -07:00
table_test.go Missed some more gofmt -s 2016-08-08 00:47:33 -07:00