1. 23 Oct, 2014 4 commits
    • x42p's avatar
      Update PostgreSqlPlatform.php · 21465bf7
      x42p authored
      If the database have different schemes, with objects, that the actual logged in user has no rights, the existing statements will collect all objects (sequences and tables) and try to read them in later steps. This will throws exceptions. The reason for that is the fact, that both procedures getListSequencesList() and getListTablesSQL() will receive all known database objects from postgres catalogs. But the actual logged-in user, maby has no read permissions to object inside other scheme-owner. The additional parts inside both sql-statements will reduce the result to only objects that the user are able to see.
      21465bf7
    • Steve Müller's avatar
      Merge pull request #654 from mariusklocke/DBAL-940 · 040d49c1
      Steve Müller authored
      doModifyLimitQuery() was missing an outer "ORDER BY doctrine_rownum"
      
      Close #654
      040d49c1
    • marius.klocke's avatar
      fixed test cases · 5437e177
      marius.klocke authored
      5437e177
    • marius.klocke's avatar
  2. 22 Oct, 2014 5 commits
  3. 21 Oct, 2014 5 commits
  4. 20 Oct, 2014 9 commits
  5. 19 Oct, 2014 6 commits
  6. 17 Oct, 2014 8 commits
  7. 16 Oct, 2014 3 commits