|
|
|
|
|
by luckylion
110 days ago
|
|
No, I'm saying if you want to alter SQL queries programmatically, you'll either do some quick hacks with regexps that you'll regret, or you need to build something to do that, and that will look suspiciously like a query builder. |
|
I personally rely on views to reuse base queries and then add filters on top of them.