- 23 Jun, 2017 1 commit
-
-
Jonathan Vollebregt authored
If you pass a null to the where array of update or delete it's pretty obvious what you want. Most (all?) databases won't match anything if you actually try to compare with NULL making this a silent failure without it.
-
- 20 Jun, 2017 4 commits
-
-
Marco Pivetta authored
fixed array declarations
-
Marco Pivetta authored
Correct param comment
-
helsner authored
The param comment is currently set to string, which is wrong. The correct hint would be integer/int
-
Alessandro Minoccheri authored
-
- 13 Jun, 2017 2 commits
-
-
Marco Pivetta authored
Fixed all array declarations inside Driver dir
-
Alessandro Minoccheri authored
-
- 08 Jun, 2017 2 commits
-
-
Marco Pivetta authored
Correct classes referenced in the Driver implementation details in the documentation
-
b0nd0 authored
One class missed and one non-existing in example at "Supporting Other Databases" page.
-
- 06 Jun, 2017 7 commits
-
-
Marco Pivetta authored
Normalize method signatures for `fetch()` and `fetchAll()`
-
Javier Spagnoletti authored
-
Marco Pivetta authored
Wrong class used in documentation - referenced `Driver` instead of `Driver\Connection`
-
Javier Spagnoletti authored
-
Javier Spagnoletti authored
-
Javier Spagnoletti authored
-
b0nd0 authored
At lest it looks like one to me.
-
- 01 Jun, 2017 3 commits
-
-
Marco Pivetta authored
Table->getColumns() performance
-
Marco Pivetta authored
Fix type annotations for quote() of Connection interface
-
Marco Pivetta authored
Optimize and improve parameter conversion in OCI8Statement
-
- 24 May, 2017 1 commit
-
-
Sergei Morozov authored
1. Reworked the parser syntax to use proper Oracle escaping syntax as '' instead of \'. 2. Moved valid tests to the Functional section to ensure correct SQL syntax and logic.
-
- 22 May, 2017 1 commit
-
-
Christian Kuhn authored
Single drivers get and return various types in quote(), the interface docs should reflect that.
-
- 21 May, 2017 3 commits
-
-
Marco Pivetta authored
Update git submodule "docs/en/_theme"
-
Eugene Pisarchik authored
-
Ivan authored
This applies the following fixes to DBAL web docs: - Fix broken ServerGrove image on footer - Fix occasional link overlap - Delete .DS_Store file in bootstrap folder - Finish PR #3 "<ol/> styles fixed" (margin-bottom) - Fix <ol/> styles - Synchronize docs layout menu with main site. - Show versions only when having more than one.
-
- 20 May, 2017 3 commits
-
-
Marco Pivetta authored
Fixed oracle bug that primary key is missing if index_name != constraint_name
-
Marco Pivetta authored
SQLParserUtils::getPlaceholderPositions fails if there are quoted strings containing only backslashes
-
Eugene Pisarchik authored
-
- 17 May, 2017 1 commit
-
-
Sergei Morozov authored
-
- 16 May, 2017 4 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 11 May, 2017 1 commit
-
-
Marius Meissner authored
-
- 10 May, 2017 7 commits
-
-
mondrake authored
-
mondrake authored
-
Marco Pivetta authored
Add immutable date types
-
Marco Pivetta authored
[DBAL-990] Try platform detection without database name as fallback
-
Steve Müller authored
Closes #1882
-
Steve Müller authored
-
Steve Müller authored
FIX Sequence::isAutoIncrementsFor now case insensitive
-