[Rails-core] Re: Oracle support for rake db:reset

2007-08-13 Thread Michael A. Schoen
Josh Knowles wrote: > I recently submitted ticket #9240 (1) adding Oracle support for the > rake db:reset task. I don't consider myself an Oracle expert by any > means, and would appreciate if someone familiar with the database can > take a look and verify that I'm going in the right direction. >

[Rails-core] Eyeballs needed for ticket #9239

2007-08-13 Thread [EMAIL PROTECTED]
http://dev.rubyonrails.org/ticket/9239 We have a system with multiple databases. The main part is in postgres, and we have a few tables in mysql. A problem occurs when loading fixtures, because, while it performs the INSERT statement on the correct database, it is quoted according to the database

[Rails-core] Oracle support for rake db:reset

2007-08-13 Thread Josh Knowles
I recently submitted ticket #9240 (1) adding Oracle support for the rake db:reset task. I don't consider myself an Oracle expert by any means, and would appreciate if someone familiar with the database can take a look and verify that I'm going in the right direction. Thanks. 1. http://dev.rubyo

[Rails-core] Re: #8049: Improve PostgreSQL adapter compatibility, feature set, and performance

2007-08-13 Thread Jonathan Weiss
Tarmo Tänav wrote: > > Could you add the +1 to trac? (and a verified keyword with it) > done Jonathan -- Jonathan Weiss http://blog.innerewut.de --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails

[Rails-core] Re: #8049: Improve PostgreSQL adapter compatibility, feature set, and performance

2007-08-13 Thread Tarmo Tänav
On E, 2007-08-13 at 11:20 +0200, Jonathan Weiss wrote: > I gave it a go on my local app test suite and everything is fine. > > +1 from me. > > Jonathan > Hi, Could you add the +1 to trac? (and a verified keyword with it) Thanks, -- Tarmo Tänav <[EMAIL PROTECTED]> --~--~-~--~~-

[Rails-core] Re: #8049: Improve PostgreSQL adapter compatibility, feature set, and performance

2007-08-13 Thread Jonathan Weiss
Roderick van Domburg wrote: > On 2 aug, 05:35, "Michael Koziarski" <[EMAIL PROTECTED]> wrote: >> On 7/30/07, Roderick van Domburg <[EMAIL PROTECTED]> wrote: >>> My company has graciously sponsored me the time to wrap up my >>> improvements to the PostgreSQL adapter and add the changes that >>> bit