Aaron L
|
453858d026
|
Put the templates in their proper place
|
2016-08-17 23:26:17 -07:00 |
|
Aaron L
|
2b4508b228
|
Pass through sql.ErrNoRows for .Find() too
|
2016-08-13 11:56:59 -07:00 |
|
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 |
|
Patrick O'brien
|
8831e8a4b9
|
Fix debug outputs for all templates
|
2016-08-14 02:58:18 +10:00 |
|
Patrick O'brien
|
2ece7d14f6
|
Clean up helpers, remove duplicate funcs
* Refactor DeleteAll for slice
|
2016-08-09 15:57:54 +10:00 |
|
Aaron L
|
a98e474c9c
|
Refactor WhereMultiple into new WhereClause
|
2016-08-08 19:33:10 -07:00 |
|
Aaron L
|
db747cccfe
|
Fix fallout of whereclause change
|
2016-08-08 17:36:37 -07:00 |
|
Aaron L
|
44cf647d05
|
Rewrite Find using normal sql
|
2016-08-07 23:36:11 -07:00 |
|
Aaron L
|
444153222b
|
Use the new bind in all templates
|
2016-08-07 23:07:15 -07:00 |
|
Patrick O'brien
|
b1b0607123
|
Fix template errors
|
2016-08-05 15:04:00 +10:00 |
|
Patrick O'brien
|
775c5ba369
|
Fix IdentQuote bug, add Reload helpers
|
2016-08-02 20:00:00 +10:00 |
|
Patrick O'brien
|
2d732c727a
|
Remove X funcs and add G funcs
|
2016-08-01 15:10:10 +10:00 |
|
Patrick O'brien
|
f45d137f5f
|
Added panic functions
* Fixed linter errors
* Added lots of missing comments
* Fixed broken boil tests
* Skipped unfinished functions instead of error
|
2016-07-16 21:22:57 +10:00 |
|
Aaron L
|
c731661261
|
Use new templating features in all templates
- Add another check for join tables in the to_many relationships stuff.
- Fix a number of quoting bugs in the templates.
|
2016-06-26 23:59:27 -07:00 |
|
Aaron L
|
49d3260dcd
|
Fix where clause so it outputs quotes.
- Fix templates that this change broke
|
2016-06-26 23:56:45 -07:00 |
|
Aaron L
|
fee1231813
|
Push strmangle refactoring through everything.
|
2016-06-22 23:48:49 -07:00 |
|
Aaron L
|
84a160f3a4
|
Start of the to_many relationships.
|
2016-06-22 22:03:05 -07:00 |
|