- 05 Dec, 2014 1 commit
-
-
Steve Müller authored
-
- 27 Nov, 2014 4 commits
-
-
David Zuelke authored
-
David Zuelke authored
-
David Zuelke authored
-
David Zuelke authored
-
- 26 Nov, 2014 3 commits
-
-
David Zuelke authored
-
David Zuelke authored
-
David Zuelke authored
-
- 25 Nov, 2014 1 commit
-
-
Jonathan Campbell authored
These objects are created by turning on replication and they have column types (sysname, xml) that are not supported by Doctrine. According to Microsoft's support, these are "'pseudo-system' object[s]" that appear in the User Table type instead of the System Table type. https://social.msdn.microsoft.com/Forums/sqlserver/en-US/135ec547-2214-4da3-bd42-5c458759e144/sysobjectscategory
-
- 16 Nov, 2014 4 commits
-
-
David Zuelke authored
-
David Zuelke authored
-
David Zuelke authored
-
David Zuelke authored
tests to come
-
- 11 Nov, 2014 2 commits
-
-
Marco Pivetta authored
-
Marco Pivetta authored
-
- 10 Nov, 2014 2 commits
-
-
Alessandro Chitolina authored
Fixed undefined index notice when attempting to reconnect a MasterSlaveConnection after close has called
-
Jan Sorgalla authored
This excludes views registered by PostGIS 2.x like geography_columns, geometry_columns, raster_columns and raster_overviews. The table_name != 'geometry_columns' is kept for PostGIS 1.5 compatibility. The type changed to VIEW in PostGIS 2.0.
-
- 08 Nov, 2014 1 commit
-
-
Marco Pivetta authored
-
- 07 Nov, 2014 6 commits
-
-
jeroendedauw authored
-
jeroendedauw authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Matteo Beccati authored
-
Matteo Beccati authored
-
- 05 Nov, 2014 4 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
- 04 Nov, 2014 1 commit
-
-
Tobias Schultze authored
-
- 31 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 27 Oct, 2014 1 commit
-
-
Thomas Müller authored
-
- 26 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 23 Oct, 2014 8 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
x42p authored
some format changes to trigger travis-cl once more again
-
x42p authored
I take the guess an use the information_schema. It makes it more clear and simple
-
x42p authored
correct table identifier
-
x42p authored
missing table identifier added
-
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.
-
marius.klocke authored
-