- 04 Dec, 2014 1 commit
-
-
Steve Müller authored
-
- 05 Nov, 2014 11 commits
-
-
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
-
Marco Pivetta authored
[DBAL 930] Only introspect accessible schema objects in PostgreSQL
-
Marco Pivetta authored
[DBAL-944] Fix table column alteration on DB2
-
- 04 Nov, 2014 2 commits
-
-
Guilherme Blanco authored
Fix return type of Connection::project
-
Tobias Schultze authored
-
- 31 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 29 Oct, 2014 1 commit
-
-
Steve Müller authored
Add test to verify null cast in boolean type
-
- 27 Oct, 2014 3 commits
-
-
Tiago Brito authored
Update from master main repository
-
Steve Müller authored
fix quoted sequence name
-
Thomas Müller authored
-
- 26 Oct, 2014 3 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
- 23 Oct, 2014 12 commits
-
-
Marco Pivetta authored
[DBAL-1022] Wrap PDOException in PDOConnection::exec()
-
Steve Müller authored
-
Steve Müller authored
-
Guilherme Blanco authored
Enabled placeholders for "in" method in ExpressionBuilder
-
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.
-
Steve Müller authored
doModifyLimitQuery() was missing an outer "ORDER BY doctrine_rownum" Close #654
-
marius.klocke authored
-
marius.klocke authored
-
- 22 Oct, 2014 6 commits
-
-
Steve Müller authored
-
Marco Pivetta authored
-
Marco Pivetta authored
[DBAL-1004] Fix generating COMMENT ON COLUMN statements for quoted identifiers
-
Marco Pivetta authored
Close #685 Close #688 Close #691
-
Marco Pivetta authored
Close #688
-
Marco Pivetta authored
Close #691
-