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.
>
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
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
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
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]>
--~--~-~--~~-
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