Aaron L
35563d1bdf
Fix selecting in one-to-many relatiosships
...
- This fix checks the query that's being prepared for any select
statements, if there's none then add one so the query does what's
expected.
- Fix #159
2017-06-14 20:53:39 -07:00
Aaron L
2168a70c4f
Stop using aliases in the relationship select
...
- This caused issues with mysql who doesn't understand the syntax:
"delete from x as y where y.id = ?"
2017-06-04 12:29:04 -07:00
Aaron L
b6b16b8dd6
Fix combining relationship query mods
...
- Fix #67
2016-11-15 21:57:21 -08:00
Aaron L
09ed5709e5
Fix template spacing with new output
...
- The old templates used to output \n\n after each run, with the
previous changes this is no longer the case and as such the templates
all must be formatted correctly.
2016-09-24 00:52:18 -07:00
Aaron L
0530ba9227
Rename $rel -> $txt for consistency
2016-09-22 21:49:50 -07:00
Aaron L
d438ce5fc1
Remove a couple seldom used vars
2016-09-22 00:21:12 -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