R_J
AdminR_J Admin
-
Re: Does anyone know where the download for vanilla 2.1b went?
Github should be always availabe (View Post)2 -
Re: Does anyone know where the download for vanilla 2.1b went?
Sorry, I could have made it more visible, but the above comment was a link ;) https://github.com/vanillaforums/Garden/archive/2.1.zip (View Post)7 -
Re: Subqueries and the SQL Builder
If it runs from command line, it should run from within php/Garden as well. Maybe a quotation issue? But you could use the query builder in two steps and use the GetSelect function to let Garden buil… (View Post)1 -
Re: Subqueries and the SQL Builder
Just another thought: maybe it would be easy to update an additional TeamSize column whenever you insert a row into the widget table and so you wouldn't have that extra query whenever you get th… (View Post)2 -
Re: Subqueries and the SQL Builder
If you want to stick to the possibilities of the framework, I think the best solution would be to create a view from the subquery and then join this view to your normal query. To my opinion, if you h… (View Post)1
