RE: [PHP-DEV] PDO (was: SQLite API deficiency)

2004-05-24 Thread Marc Boeren
Hi, > I apologize for not going to the end of the thread to see if > you posted a link online somewhere to this, but I would love > a copy none the less. It wasn't posted yet, but you can find it here: http://www.guidance.nl/php/dbx/dbx.p Cheerio, Marc. -- PHP Internals - PHP Runtime Develop

RE: [PHP-DEV] PDO (was: SQLite API deficiency)

2004-05-14 Thread Marc Boeren
Hi, > i'll update the checkout on my server but you will have it through > PECL anyway in a week. I'll wait :-) > > Great. What are the initial backends that will be supported? SQLite, > > MySQL, PGSQL? > > SQLite and Oracle first. We're hoping that the exact two you mentioned > follow very sh

Re: [PHP-DEV] PDO (was: SQLite API deficiency)

2004-05-13 Thread Marcus Boerger
Hello Marc, i'll update the checkout on my server but you will have it through PECL anyway in a week. Thursday, May 13, 2004, 5:06:31 PM, you wrote: > Hi, >> Although we discussed a limited amount SQL dialect abstraction at >> LinuxTag last year, the initial code is not going to do anything abo

RE: [PHP-DEV] PDO (was: SQLite API deficiency)

2004-05-13 Thread Wez Furlong
It's more like Perl DBI in concept but with a PHP twist; data access abstraction as opposed to database abstraction. Very light weight and will take advantage of PHP 5 OO features to implement lazy evaluation of result sets. Although we discussed a limited amount SQL dialect abstraction at LinuxT