- 29 Jun, 2016 4 commits
-
-
Steve Müller authored
Add testcase for limit/offset when selecting from a subselect
-
Steve Müller authored
Remove PHP 5.5 support
-
Steve Müller authored
Deterministic results for ModifyLimitQueryTest
-
Steve Müller authored
Add error code mapping for "no default value" to MySQL driver
-
- 25 Jun, 2016 1 commit
-
-
Marco Pivetta authored
Use implemented method instead of duplicate implementation
-
- 24 Jun, 2016 1 commit
-
-
Isaac Brown authored
-
- 23 Jun, 2016 1 commit
-
-
Morris Jobke authored
When following error message is shown, then it will get converted to the correct Exception classs of NotNullConstraintViolationException: PDOException: SQLSTATE[HY000]: General error: 1364 Field '...' doesn't have a default value
-
- 19 Jun, 2016 1 commit
-
-
Marco Pivetta authored
[Documentation] Extend Events documentation
-
- 18 Jun, 2016 5 commits
-
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
- 15 Jun, 2016 1 commit
-
-
Guilherme Blanco authored
Json unflawed Type (DDC-3863)
-
- 14 Jun, 2016 1 commit
-
-
Maximilian Ruta authored
-
- 13 Jun, 2016 1 commit
-
-
Maximilian Ruta authored
-
- 03 Jun, 2016 3 commits
-
-
Steve Müller authored
Fixing method name 'rollBack'
-
Steve Müller authored
Fix SQL queries numbering in test failure output
-
Guilliam Xavier authored
For example if the DebugStack SQL logger contains 3 queries, then we want an output like this: ``` 3. <query 3> 2. <query 2> 1. <query 1> ``` not like that: ``` 4. <query 3> 3. <query 2> 2. <query 1> ```
-
- 26 May, 2016 4 commits
-
-
Steve Müller authored
Add more information for failed queries in tests
-
Steve Müller authored
Fluent methods in QueryBuilder are now documented as returning `$this`
-
Steve Müller authored
Catch Throwable in Connection::transactional()
-
Steve Müller authored
fix grammar in DBALException messages
-
- 25 May, 2016 1 commit
-
-
Mickael GOETZ authored
- have forgot -> have forgotten - larger or equal to 0 -> larger than or equal to 0
-
- 12 May, 2016 3 commits
-
-
Filip Procházka authored
-
Filip Procházka authored
-
Filip Procházka authored
-
- 10 May, 2016 1 commit
-
-
Maximilian Ruta authored
-
- 09 May, 2016 1 commit
-
-
Marco Pivetta authored
Remove arbitrary line number from github link
-
- 05 May, 2016 1 commit
-
-
Jacob Henke authored
-
- 15 Apr, 2016 2 commits
-
-
Maximilian Ruta authored
+ Change formating of code
-
Maximilian Ruta authored
-
- 03 Apr, 2016 2 commits
-
-
Marco Pivetta authored
Fluent methods in QueryBuilder are now documented as returning `self`
-
Steve Clay authored
This allows a subclass to be used fluently without confusing static analysis tools.
-
- 15 Mar, 2016 1 commit
-
-
Adala Khaled authored
-
- 19 Feb, 2016 1 commit
-
-
Steve Müller authored
Multiple dialects require a --list per dialect
-
- 18 Feb, 2016 2 commits
-
-
Claudio Zizza authored
-
Claudio Zizza authored
-
- 15 Feb, 2016 2 commits
-
-
Claudio Zizza authored
Add description for OnSchemaAlterTableAddColumn, OnSchemaAlterTableRemoveColumn, OnSchemaAlterTableChangeColumn, OnSchemaAlterTableRenameColumn events
-
Richard Quadling authored
Without using ``--list|-l`` you get a too many arguments error. As an example ... ``` [ 15/02/2016 17:45:32 ] [ C:\wamp\www ] >vendor\bin\doctrine-dbal d:re mysql57 mysql [Symfony\Component\Console\Exception\RuntimeException] Too many arguments. dbal:reserved-words [-l|--list [LIST]] [ 15/02/2016 17:47:39 ] [ C:\wamp\www ] >vendor\bin\doctrine-dbal d:re -l mysql57 mysql [Symfony\Component\Console\Exception\RuntimeException] Too many arguments. dbal:reserved-words [-l|--list [LIST]] [ 15/02/2016 17:47:48 ] [ C:\wamp\www ] >vendor\bin\doctrine-dbal d:re -l mysql57 -l mysql Checking keyword violations for mysql57, mysql... There are 5 reserved keyword violations in your database schema: - Table affiliates column key keyword violations: MySQL57, MySQL - Table epos_landing_pages column key keyword violations: MySQL57, MySQL - Table purchase_notifications column trigger keyword violations: MySQL57, MySQL - Table xpermissions column add keyword violations: MySQL57, MySQL - Table xpermissions column delete keyword violations: MySQL57, MySQL ```
-