- 02 Dec, 2014 1 commit
-
-
Steve Müller authored
Ignore pseudo-system objects in table list
-
- 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
-
- 24 Nov, 2014 1 commit
-
-
Steve Müller authored
Exclude tables with table_type of VIEW
-
- 11 Nov, 2014 6 commits
-
-
Steve Müller authored
Disallow empty delete criteria on the connection
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
MasterSlaveConnection::close() should reset connections array
-
- 10 Nov, 2014 3 commits
-
-
Alessandro Chitolina authored
Fixed undefined index notice when attempting to reconnect a MasterSlaveConnection after close has called
-
Jan Sorgalla authored
-
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 2 commits
-
-
Marco Pivetta authored
Close #722
-
Marco Pivetta authored
-
- 07 Nov, 2014 15 commits
-
-
jeroendedauw authored
-
Marco Pivetta authored
Add @return type hint
-
jeroendedauw authored
-
Marco Pivetta authored
Close #714
-
-
Marco Pivetta authored
#714 - ignoring PDOExceptions on PDO#getAttribute(PDO::PGSQL_ATTR_DISABLE_PREPARES) as per https://bugs.php.net/bug.php?id=68351
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
#714 - Adding a test verifying that attribute `PDO::PGSQL_ATTR_DISABLE_PREPARES` is set when using pgsql on PHP 5.6+
-
Marco Pivetta authored
-
Matteo Beccati authored
-
Matteo Beccati authored
-
- 05 Nov, 2014 11 commits
-
-
Marco Pivetta authored
Fix tear down foreign key constraint violation exception tests
-
Steve Müller authored
-
Marco Pivetta authored
[DBAL-1024] Add more foreign key constraint violation error codes
-
Marco Pivetta authored
[DBAL-1028] Fix fetching NULL values via fetchColumn()
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Marco Pivetta authored
[DBAL-1029] Fix foreign key referential action SQL on SQL Server and SQL Anywhere
-
Marco Pivetta authored
[DBAL-1023] Fix line separators
-
Marco Pivetta authored
[DBAL-1025] Allow connecting without database name for sqlanywhere driver
-