new DBD::Yaswi

2005-02-21 Thread Salvador Fandiño
Hi, I am working on a DBD backend for SWI-Prolog (http://www.swi-prolog.org). As it runs on top of my module Language::Prolog::Yaswi, I have called it DBD::Yaswi and I would like to register it and the yaswi_ prefix on the DBI module. Prolog is not a relational database and it doesn't use SQL as

New User-Defined Function Syntax in SQL::Statement

2005-02-21 Thread Jeff Zucker
[Copied to dbi-dev, but please reply to dbi-users] Since the cat is out of the bag on upcoming SQL::Statement changes, here's a preview. Comments on the proposed syntax will be much appreciated. The major additions will be column name aliases (thanks Robert Rothenberg), improved parsing

Re: new DBD::Yaswi

2005-02-21 Thread Jeff Zucker
Salvador Fandio wrote: Hi, I am working on a DBD backend for SWI-Prolog (http://www.swi-prolog.org). As it runs on top of my module Language::Prolog::Yaswi Excellent! Thanks and congratulations! I'm looking forward to seeing it. -- Jeff

Re: new DBD::Yaswi

2005-02-21 Thread Tim Bunce
On Mon, Feb 21, 2005 at 05:23:47PM +, Salvador Fandiño wrote: Hi, I am working on a DBD backend for SWI-Prolog (http://www.swi-prolog.org). As it runs on top of my module Language::Prolog::Yaswi, I have called it DBD::Yaswi and I would like to register it and the yaswi_ prefix on the

Re: [Fwd: Re: Handle Creation with new_child()]

2005-02-21 Thread David Wheeler
On Feb 21, 2005, at 2:17 PM, Tim Bunce wrote: Which is also pretty easily done, eh? Something like this? Yes, though I wouldn't bother validating the contents of the hash. Just checking you're getting a hash ref is enough I think. Well, I figured it was faster to do it up-front (during the

Re: new DBD::Yaswi

2005-02-21 Thread Salvador Fandio
Tim Bunce wrote: On Mon, Feb 21, 2005 at 05:23:47PM +, Salvador Fandio wrote: Hi, I am working on a DBD backend for SWI-Prolog (http://www.swi-prolog.org). As it runs on top of my module Language::Prolog::Yaswi, I have called it DBD::Yaswi and I would like to register it and the yaswi_