1. 14 Jul, 2015 1 commit
    • Jon Goodger's avatar
      Fix call on non-object in ping() with PDO wrapper · 58956315
      Jon Goodger authored
      Fixes an issue when calling `ping()` where `$this->platform` is null. Happened to me because using the `'pdo'` param bypasses the `connect()` method and the platform is never set without explicitly calling the method.
      
      Not sure if this is the most elegant way to deal with this but it worked enough for my purposes so I figured I should submit a PR.
      58956315
  2. 16 Jun, 2015 2 commits
  3. 22 May, 2015 2 commits
  4. 06 May, 2015 2 commits
  5. 30 Apr, 2015 8 commits
  6. 29 Apr, 2015 1 commit
  7. 25 Apr, 2015 1 commit
  8. 15 Apr, 2015 3 commits
    • Steve Müller's avatar
      Merge pull request #826 from zeroedin-bill/fix-sqlserver-pk-column-order · c8c5470e
      Steve Müller authored
      fix incorrect ordering of columns in clustered indexes on sql server
      c8c5470e
    • Steve Müller's avatar
      Merge pull request #832 from zeroedin-bill/fix-newline-test-failures-windows · 02c9d8c7
      Steve Müller authored
      Fix test failures on windows due to differing newlines
      02c9d8c7
    • Christophe Coevoet's avatar
      Revert the addition of the wrong bin script · 7dc3e15a
      Christophe Coevoet authored
      The bin/doctrine-dbal.php file is not an executable file. Adding them as a bin in composer.json means that any composer install will trigger changes in the source when using symlinks because of the chmod. This makes things a pain when installing from source.
      Thus, there is no valid reason to add it. It is absolutely not necessary when using a composer install. The issue requesting it previously is actually an issue in Laravel which replaces the proxy file/symlink generated by Composer with a copy of the original file, which of course cannot work because of paths used in require. But copying a second file does not help for that (unless in very specific cases). It only moves the issue until the next require call.
      7dc3e15a
  9. 09 Apr, 2015 2 commits
  10. 08 Apr, 2015 9 commits
  11. 07 Apr, 2015 1 commit
  12. 06 Apr, 2015 1 commit
  13. 05 Apr, 2015 2 commits
  14. 03 Apr, 2015 1 commit
  15. 02 Apr, 2015 4 commits