Re: [web2py] Re: Managing temporary tables

2013-11-15 Thread Johann Spies
On 14/11/2013 23:03, Niphlod wrote: If strictly needed, I'd go with a fixed table ... something like user_id ref_id 1 2 1 10 1 16 Thanks Nipnlod. I am already using this technique in another part in the app. Maybe I must rethink it for the present situation. It wi

[web2py] Re: Managing temporary tables

2013-11-14 Thread Niphlod
working with temp tables in any webapp is kinda scary, just because temp tables (at least in sql world) are actually though to survive an entire "connection". If instead you mean "temp table" as a real table, that gets created and dropped (so, managed) entirely by your application, again you'll