- 03 Jul, 2016 1 commit
-
-
Matthieu Napoli authored
Improve return type's phpdoc because it wasn't clear from the phpdoc or the online documentation what would happen if no row was found.
-
- 30 Jun, 2016 1 commit
-
-
Steve Müller authored
Removed nearly all call_user_* from core( not drivers )
-
- 29 Jun, 2016 5 commits
-
-
Kim Hemsø Rasmussen authored
-
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 1 commit
-
-
Claudio Zizza authored
-