Re: [RDBO] Q: State of Oracle support

2006-03-02 Thread Ron Savage
On Fri, 03 Mar 2006 00:19:40 -0500, John Siracusa wrote: Hi John Spooky. -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends application

Re: [RDBO] Q: State of Oracle support

2006-03-02 Thread John Siracusa
On 3/3/06 12:11 AM, Ron Savage wrote: > But how come it doesn't ask me to authenticate when I upload a changed file? My guess is that it somehow found your ssh keys or you SF.net login name in a browser cookie or some crazy thing. Also, after I authenticate using even the regular svn command-line

Re: [RDBO] Rose::DB::Object::Metadata::Auto::Oracle

2006-03-02 Thread Ron Savage
On Thu, 02 Mar 2006 23:02:49 -0500, John Siracusa wrote: Hi John > On 3/2/06 10:48 PM, Ron Savage wrote: >> I'm writing auto_retrieve_primary_key_column_names in this >> module, and the problem is the call $schema = $self- >> >select_schema($db). >> >> Oracle needs to to return uc $username. >>

Re: [RDBO] Q: State of Oracle support

2006-03-02 Thread Ron Savage
On Wed, 1 Mar 2006 22:28:42 -0500, Rob Kinyon wrote: Hi Rob > If you're on Win32, use TortoiseSVN. Using it. Looks good. But how come it doesn't ask me to authenticate when I upload a changed file? Even John Siracusa gets asked if he changes to an account which is not logged in to SVN. I foun

Re: [RDBO] Rose::DB::Object::Metadata::Auto::Oracle

2006-03-02 Thread John Siracusa
On 3/2/06 10:48 PM, Ron Savage wrote: > I'm writing auto_retrieve_primary_key_column_names in this module, and the > problem is the call $schema = $self->select_schema($db). > > Oracle needs to to return uc $username. You can do whatever you want in Rose::DB::Object::Metadata::Auto::Oracle. Just

[RDBO] Rose::DB::Object::Metadata::Auto::Oracle

2006-03-02 Thread Ron Savage
Hi John I'm writing auto_retrieve_primary_key_column_names in this module, and the problem is the call $schema = $self->select_schema($db). Oracle needs to to return uc $username. This calls (I believe) Rose::DB::Object::Metadata. In this latter module I added line 102: 'oracle' => 'Rose::

Re: [RDBO] Various typos in the source

2006-03-02 Thread John Siracusa
On 3/2/06 10:14 PM, Ron Savage wrote: > Both Rose::DB::Object::Metadata::Auto and > Rose::DB::Object::Metadata::Auto::MySQL are missing an 'l' from: > > no primary key coumns found Thanks, fixed. (It was in Informix and SQLite too. Copy/paste...) -John -

[RDBO] Various typos in the source

2006-03-02 Thread Ron Savage
Hi John Both Rose::DB::Object::Metadata::Auto and Rose::DB::Object::Metadata::Auto::MySQL are missing an 'l' from: no primary key coumns found -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html --- This SF.Net email is sponsored