1. 09 Jan, 2016 2 commits
  2. 21 May, 2015 1 commit
    • Martin Poirier Théorêt's avatar
      Pass table object instead of table table name · 089001f2
      Martin Poirier Théorêt authored
      On the MySQLPlatform::getDropForeignKeySQL table name will not be escaped if the name is passed instead of the object table itself.
      
      Since the getLocalTableName use the localTable property the object is always available, there is no reason not to use it.
      089001f2
  3. 06 May, 2015 2 commits
  4. 30 Apr, 2015 8 commits
  5. 29 Apr, 2015 1 commit
  6. 25 Apr, 2015 1 commit
  7. 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
  8. 09 Apr, 2015 2 commits
  9. 08 Apr, 2015 9 commits
  10. 07 Apr, 2015 1 commit
  11. 06 Apr, 2015 1 commit
  12. 05 Apr, 2015 2 commits
  13. 03 Apr, 2015 1 commit
  14. 02 Apr, 2015 6 commits