Aaron L
c02a2f0c20
Fix null dereference
2017-01-24 23:04:59 -08:00
Aaron L
936df65ebc
Fix ToManyRemoveOp
...
- This would generate a bad query when run, also the test was failing
for this same reason and once enabled it was trivial to fix.
2017-01-24 22:45:20 -08:00
Aaron L
c33bb479a1
Fix postgres placeholders for to-many.RemoveX
...
- Help fix #97
2017-01-24 18:57:45 -08:00
Aaron L
61ab7e254a
Add missing function variants for setops.
...
- Fix #87
2017-01-09 21:06:47 -08:00
Aaron L
4ae9336538
Fix bug in ToManySetOpsAdd and impure join tables
...
- This is a bug that manifests itself a bunch with our update code where
you cannot actually use the update method to update a key since it
uses the values on the struct to both update the values and find the
object to update but in this operation the key must have two different
values.
2017-01-04 20:31:29 -08:00
Aaron L
0530ba9227
Rename $rel -> $txt for consistency
2016-09-22 21:49:50 -07:00
Aaron L
093db148e3
Change text helpers to use refactored func naming
...
- This cleans up the function naming so it's easier to follow in all
cases. Provides better tests for the same.
2016-09-22 00:21:12 -07:00
Aaron L
b0cdc29c61
Remove unused template variables
2016-09-20 21:56:06 -07:00
Patrick O'brien
522cb6824c
Fix receiver lint errs
2016-09-21 13:38:14 +10:00
Aaron L
69e07b9a05
File shuffle
2016-09-18 16:41:04 -07:00