1. 23 Oct, 2014 4 commits
    • x42p's avatar
      Update PostgreSqlPlatform.php · 3a56b4a6
      x42p authored
      I take the guess an use the information_schema. It makes it more clear and simple
      3a56b4a6
    • x42p's avatar
      Update PostgreSqlPlatform.php · b611d32a
      x42p authored
      correct table identifier
      b611d32a
    • x42p's avatar
      Update PostgreSqlPlatform.php · 157d7ac6
      x42p authored
      missing table identifier added
      157d7ac6
    • 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
  2. 21 Oct, 2014 1 commit
  3. 20 Oct, 2014 1 commit
  4. 17 Oct, 2014 1 commit
  5. 21 Aug, 2014 1 commit
  6. 18 Aug, 2014 2 commits
  7. 24 Jul, 2014 2 commits
  8. 22 Jul, 2014 2 commits
  9. 01 Jul, 2014 1 commit
  10. 30 Jun, 2014 24 commits
  11. 09 May, 2014 1 commit