sqlboiler/boil
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
..
_fixtures Fix broken tests due to spacing 2016-08-13 22:34:46 +10:00
qm Add args to Having query mod 2016-08-13 03:08:09 +10:00
db.go Rename Creator interface. 2016-07-09 09:31:50 -07:00
db_test.go Began implementing the ORM prototype 2016-04-13 23:51:58 +10:00
errors.go Added panic functions 2016-07-16 21:22:57 +10:00
errors_test.go Added boil error helpers 2016-07-16 15:38:51 +10:00
helpers.go Update repo to add vattle org paths 2016-08-09 17:59:30 +10:00
helpers_test.go Clean up helpers, remove duplicate funcs 2016-08-09 15:57:54 +10:00
hooks.go Boilerplate for upsert 2016-08-05 00:25:35 +10:00
hooks_test.go Began implementing the ORM prototype 2016-04-13 23:51:58 +10:00
query.go Add args to Having query mod 2016-08-13 03:08:09 +10:00
query_builders.go Add escaping question marks for args 2016-08-14 00:54:46 +10:00
query_builders_test.go Add escaping question marks for args 2016-08-14 00:54:46 +10:00
query_test.go Add args to Having query mod 2016-08-13 03:08:09 +10:00
reflect.go Update repo to add vattle org paths 2016-08-09 17:59:30 +10:00
reflect_test.go Update query builder to make queries readable 2016-08-09 20:19:42 +10:00
testing.go Use errors package all over the project 2016-08-13 11:37:16 -07:00
testing_test.go Change Enforced to Validated 2016-08-03 14:22:32 +10:00