- 02 Nov, 2019 40 commits
-
-
Michael Moravec authored
-
Marco Pivetta authored
Reworked AbstractPlatform::get*Expression() methods
-
Sergei Morozov authored
-
Marco Pivetta authored
Modified AbstractPlatform::getLocateExpression() and ::getSubstringExpression() signatures
-
Marco Pivetta authored
Changed the type of $char in AbstractPlatform::getTrimExpression()`from string|false to ?string
-
Sergei Morozov authored
-
Marco Pivetta authored
Connection::quote() can only quote strings
-
Sergei Morozov authored
Changed the type of `$char` in `AbstractPlatform::getTrimExpression()` from `string|false` to `?string`
-
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
-