1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/lib
ppetermann 37d7707f57 ok, fixing last fix
after my last commit i did some research in the php/pdo documentation and found that the port (well even the dsn) syntax depends a lot on the driver.
so my last 'fix' did fix it for mysql -  but broke it for dblib/mssql, this patch should make it work with those aswell (just moved jonwages solution to a own case for dblib & mssql driver). Someone should check if it works with the other drivers (i dont have all those database systems) cause looking at the doc
did show some more diffrences. (PHP Documentation for example says the dsn for pgsql needs to be delimited by spaces instead of semi-colons)
2007-10-12 13:18:40 +00:00
..
Doctrine ok, fixing last fix 2007-10-12 13:18:40 +00:00
cli Initial entry if cli and out of box configuration methods. 2007-10-11 05:43:29 +00:00
cli_compiler.php Updated the cli compiler to account for the other cli components that were introduced recently. 2007-10-12 02:20:56 +00:00
cli.php Initial entry if cli and out of box configuration methods. 2007-10-11 05:43:29 +00:00
config.php.dist Documentation changes. 2007-10-11 05:46:38 +00:00
Doctrine.php More documentation. 2007-10-11 04:24:01 +00:00
package.xml A few changes to get package generated. 2007-08-31 22:32:37 +00:00