[Phpug] Continuous integration and databases

David Coallier davidc at php.net
Thu May 22 18:44:14 IST 2008


>
> There is experimental support for table schema probing in PDO:
> http://ie.php.net/manual/en/pdostatement.getcolumnmeta.php
>
> I tried it once to make basic schema updates, but if you need foreign keys,
> reference integrity, indices and other database goodness, getColumnMeta
> won't help much.

I would discourage anyone in using PDO right now. It's quite
unmaintained and it is a very moving target towards PDO version 2.


-- 
Slan,
David


More information about the Phpug mailing list