Re: [RDBO] Rose::DB::Object::Metadata::Auto V 0.66 via Rose::DB::Object V 0.681

2006-03-01 Thread John Siracusa
On 3/2/06 12:41 AM, Ron Savage wrote: > I wasn't intending to work on it. I just wanted to fiddle it to see what > happened with my source code generator. Ah, okay. I added it to the branch anyway, though. At the very least, it'll give me good practice doing merges in SVN :) > For the record, w

Re: [RDBO] Rose::DB::Object::Metadata::Auto V 0.66 via Rose::DB::Object V 0.681

2006-03-01 Thread Ron Savage
On Wed, 01 Mar 2006 23:39:42 -0500, John Siracusa wrote: Hi John > Ah, I didn't know you were editing Rose::DB::Object modules yet. > I'll add them to the Oracle branch. I wasn't intending to work on it. I just wanted to fiddle it to see what happened with my source code generator. > Having jus

Re: [RDBO] Rose::DB::Object::Metadata::Auto V 0.66 via Rose::DB::Object V 0.681

2006-03-01 Thread John Siracusa
On 3/1/06 10:44 PM, Ron Savage wrote: > Pursuant to my attempts to generate Perl code under Oracle, I had to make a > number of patches to this module. Ah, I didn't know you were editing Rose::DB::Object modules yet. I'll add them to the Oracle branch. Having just taken a casual look at your cha

Re: [RDBO] Q: State of Oracle support

2006-03-01 Thread Ron Savage
On Wed, 1 Mar 2006 22:28:42 -0500, Rob Kinyon wrote: Hi Rob >> I've installed a client - subcommander - but haven't used it yet. >> > If you're on Win32, use TortoiseSVN. I very nearly installed that instead, since I'd read good things about it. I'll do that now. -- Ron Savage [EMAIL PROTECTED]

[RDBO] Rose::DB::Object::Metadata::Auto V 0.66 via Rose::DB::Object V 0.681

2006-03-01 Thread Ron Savage
Hi John Pursuant to my attempts to generate Perl code under Oracle, I had to make a number of patches to this module. This is just a heads-up, with messy code you're free to clean up :-)). Basically, Oracle returns uc $everything after calls to column_info() and primary_key_info(), and primary_k

Re: [RDBO] Q: State of Oracle support

2006-03-01 Thread Rob Kinyon
On 3/1/06, Ron Savage <[EMAIL PROTECTED]> wrote: > I've installed a client - subcommander - but haven't used it yet. If you're on Win32, use TortoiseSVN. Rob --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that

Re: [RDBO] Q: State of Oracle support

2006-03-01 Thread Ron Savage
On Wed, 01 Mar 2006 19:21:00 -0500, John Siracusa wrote: Hi John > Great :) Are you set up with SVN yet? I've installed a client - subcommander - but haven't used it yet. -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html ---

Re: [RDBO] Q: State of Oracle support

2006-03-01 Thread John Siracusa
On 3/1/06 6:34 PM, Ron Savage wrote: > I've gained 'create view' privilege since I sent you that code, and have > activated the commented-out references to views in list-tables.t, and those > aspects of the tests now pass also. Great :) Are you set up with SVN yet? -John

Re: [RDBO] Q: State of Oracle support

2006-03-01 Thread Ron Savage
On Thu, 23 Feb 2006 19:47:33 -0500, John Siracusa wrote: Hi John I've gained 'create view' privilege since I sent you that code, and have activated the commented-out references to views in list-tables.t, and those aspects of the tests now pass also. -- Ron Savage [EMAIL PROTECTED] http://savage.n

Re: [RDBO] Oracle username vs. schema

2006-03-01 Thread John Siracusa
On 3/1/06 12:52 AM, Ron Savage wrote: > On Wed, 01 Mar 2006 00:23:28 -0500, John Siracusa wrote: >> Should it be a fatal error on the call to register_db if schema doesn't match >> username when the driver is Oracle? > > Might as well be fatal, if that's what it's going to take to get all this to

Re: [RDBO] Docs for Metadata

2006-03-01 Thread John Siracusa
On 3/1/06 12:47 AM, Ron Savage wrote: > On Wed, 01 Mar 2006 00:05:02 -0500, John Siracusa wrote: >> On 2/28/06 11:34 PM, Ron Savage wrote: >>> When it says: "Here's a complete example..." how exactly do I >>> tell the code to connect to a registry entry so as to read the >>> metadata from the datab