sqlboiler/templates
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
..
singleton Finish UpdateAll query builder 2016-08-11 18:23:47 +10:00
00_struct.tpl Modify postgres query to get is_unique for indexes 2016-08-13 17:30:55 +10:00
01_types.tpl Add FilterColumnsByUnique, finish UpdateAll slice 2016-08-11 22:26:49 +10:00
02_hooks.tpl Finish upsert, most of upsert tests 2016-08-05 00:26:39 +10:00
03_finishers.tpl Use errors package all over the project 2016-08-13 11:37:16 -07:00
04_relationship_to_one.tpl Correct the problems with to_one 2016-08-05 22:19:49 -07:00
05_relationship_to_many.tpl Fix spacing problem. 2016-08-08 17:36:37 -07:00
06_all.tpl Remove X funcs and add G funcs 2016-08-01 15:10:10 +10:00
07_find.tpl Use errors package all over the project 2016-08-13 11:37:16 -07:00
08_insert.tpl Use errors package all over the project 2016-08-13 11:37:16 -07:00
09_update.tpl Use errors package all over the project 2016-08-13 11:37:16 -07:00
10_upsert.tpl Use errors package all over the project 2016-08-13 11:37:16 -07:00
11_delete.tpl Use errors package all over the project 2016-08-13 11:37:16 -07:00
12_reload.tpl Use errors package all over the project 2016-08-13 11:37:16 -07:00
13_exists.tpl Use errors package all over the project 2016-08-13 11:37:16 -07:00
14_helpers.tpl Add upsert file and renamed file numbers 2016-08-05 00:22:53 +10:00