- 02 Nov, 2019 40 commits
-
-
Sergei Morozov authored
1. The argument is always available since the method is only called from listTableIndexes() which requires a table name. 2. The argument itself seems a workaround and only needed to bypass the fact that the SQLiteSchemaManager violates the method contract: instead of reformatting the provided data it fetches more data from the DB schema which requires a table name. This argument should be dropped completely later.
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
Converted Connection and Statement methods which returned false in case of a failure into void
-
Sergei Morozov authored
-
Sergei Morozov authored
Moved rowCount() from Statement to ResultStatement
-
Marco Pivetta authored
Transaction-related Statement methods return void
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
Statement::fetchColumn() will throw an exception in the case of invalid index
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Michael Moravec authored
-
Michael Moravec authored
-
Sergei Morozov authored
Made the OFFSET in LIMIT queries non-nullable integer defaulting to 0
-
Sergei Morozov authored
-
Sergei Morozov authored
Removed dbal:import CLI command
-
Sergei Morozov authored
-
Marco Pivetta authored
Fixed and suppressed issues found by PHPStan on develop
-
Sergei Morozov authored
Removed support for DB-generated UUIDs
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Michael Moravec authored
Revert complex type specification in Connection
-
Marco Pivetta authored
Added "string" mapping in SqlitePlatform
-
Michael Moravec authored
-
Sergei Morozov authored
-
Dawid 'DeyV' Polak authored
- fix 'Unknown database type string requested, Doctrine\DBAL\Platforms\SqlitePlatform may not support it.' error
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
Use a wrapped PDO Statement instead of a custom class for `pdo_sqlsrv` since `PDOSqlsrv\Statement` doesn't extend `PDOStatement` anymore.
-
Sergei Morozov authored
The regression was introduced by 2b8c40d267b4ac699ea878dcca07332e1697978c. Fixes #3060.
-
Michael Moravec authored
-
Michael Moravec authored
-
Michael Moravec authored
-
Michael Moravec authored
-
Michael Moravec authored
-
Michael Moravec authored
-