Re: [Rails-core] Oracle temporary table support

2010-01-01 Thread Mikel Lindsaar
On Thu, Dec 31, 2009 at 1:57 PM, uncle_billy wrote: > somehow. Before I even bother doing that, I was hoping to get some > feedback - i.e. whether or not this will be shot down from the get- > go. The Oracle adapter is external to the rails code base now. I recommend you fork the rsim github c

[Rails-core] Oracle temporary table support

2009-12-30 Thread uncle_billy
Hello, I needed to add temporary table support in activerecord- oracle_enhanced-adapter (http://github.com/rsim/oracle-enhanced) for the project I'm working on. For some reason the syntax to create a temp table in Oracle is 'CREATE GLOBAL TEMPORARY TABLE' - but ActiveRecord::ConnectionAdapters::S