1. 15 Oct, 2007 12 commits
  2. 14 Oct, 2007 11 commits
  3. 13 Oct, 2007 14 commits
  4. 12 Oct, 2007 3 commits
    • zYne's avatar
      --no commit message · f3867dbf
      zYne authored
      --no commit message
      f3867dbf
    • ppetermann's avatar
      ok, fixing last fix · 37d7707f
      ppetermann authored
      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)
      
      37d7707f
    • ppetermann's avatar
      fixed dsn bug (if port given pdo wants it to be added as · 2621996c
      ppetermann authored
      port=12345; to dsn not :12345)
      
      2621996c