Re: SQL translator module: DBIx:: or SQL::?

2002-03-01 Thread Terrence Brannon
On Thursday, February 28, 2002, at 03:23 PM, Ken Y Clark wrote: All, I have the beginnings of something that might actually be CPAN-worthy: a translator for converting one database's create syntax into another's Marcel Grunaer's DBIx::Renderer is a similar thing It's on CPAN I had

Re: SQL translator module: DBIx:: or SQL::?

2002-03-01 Thread Tim Bunce
On Fri, Jan 02, 1970 at 06:15:56AM -0500, Terrence Brannon wrote: Specifically, I was thinking SQL::Translator for the package name, with all the rest of my modules (Parsers, Producers, etc) living under there That sounds good but it sounds like it only does schemas, so how about:

Re: SQL translator module: DBIx:: or SQL::?

2002-03-01 Thread Danil Pismenny
Ken Y. Clark [EMAIL PROTECTED] writes: All, Apart from any general input you might like to proffer, I'm eager to fix upon a good namespace so I can fix it before I've gotten in too much further. I thought perhaps the SQL:: namespace, but a friend also suggested DBIx::. Since what I've

Re: SQL translator module: DBIx:: or SQL::?

2002-03-01 Thread Terrence Brannon
On Friday, March 1, 2002, at 07:22 AM, Tim Bunce wrote: On Fri, Jan 02, 1970 at 06:15:56AM -0500, Terrence Brannon wrote: Specifically, I was thinking SQL::Translator for the package name, with all the rest of my modules (Parsers, Producers, etc) living under there That sounds good but

Re: SQL translator module: DBIx:: or SQL::?

2002-03-01 Thread Dave Rolsky
On Fri, 1 Mar 2002, Ken Williams wrote: A question, though - does this mean you've got some sort of dialect-independent representation of SQL queries? That's kind of interesting Might it be possible to open that interface up, so that people could write some sort of neutral-SQL and send it

Re: SQL translator module: DBIx:: or SQL::?

2002-03-01 Thread Ken Y. Clark
On Fri, 1 Mar 2002, Ken Williams wrote: Date: Fri, 1 Mar 2002 15:51:21 -0600 From: Ken Williams [EMAIL PROTECTED] To: Ken Y. Clark [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: SQL translator module: DBIx:: or SQL::? On Thursday, February 28, 2002, at 04:10 PM, Tim Bunce wrote

Re: SQL translator module: DBIx:: or SQL::?

2002-02-28 Thread Tim Bunce
On Thu, Feb 28, 2002 at 03:23:44PM -0500, Ken Y Clark wrote: All, I have the beginnings of something that might actually be CPAN-worthy: a translator for converting one database's create syntax into another's I had personal need to convert MySQL and Sybase to Oracle, so I've got the