- 11 Sep, 2017 2 commits
-
-
Grégoire Paris authored
It groups things naturally.
-
Marco Pivetta authored
Test default value declaration for the date type
-
- 10 Sep, 2017 2 commits
-
-
Grégoire Paris authored
It was not covered, probably because it was hard to do something generic. I choose to duplicate some tests instead, so that things stay relatively simple.
-
Marco Pivetta authored
Update build to use stages (adding PHPCS to check for CS violations)
-
- 09 Sep, 2017 5 commits
-
-
Luís Cobucci authored
Modifying Travis-CI configuration to use build stages and removing explicit MySQL 5.6 execution (it's default now). PHPCS is running with PHP nightly version so we can have it failing for now.
-
Luís Cobucci authored
-
Luís Cobucci authored
-
Luís Cobucci authored
-
Luís Cobucci authored
This is now mandatory on the new Travis-CI containers.
-
- 31 Aug, 2017 2 commits
-
-
Marco Pivetta authored
use intended semantics
-
Grégoire Paris authored
I think distinguish was the intended meaning here, not dismantle.
-
- 28 Aug, 2017 4 commits
-
-
Marco Pivetta authored
#2821 replacing `@group` annotations with proper references, since DBAL-* issues are from JIRA, not Github
-
Marco Pivetta authored
Close #2821
-
Marco Pivetta authored
-
Marco Pivetta authored
-
- 27 Aug, 2017 2 commits
-
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
Added upgrade notice about BC break. Cleanups
-
- 24 Aug, 2017 2 commits
-
-
Kim Hemsø Rasmussen authored
Changed DBALException::invalidPlatformSpecified() exception to be more detailed about what was given.
-
Kim Hemsø Rasmussen authored
Fixed cs issues
-
- 22 Aug, 2017 2 commits
-
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
-
- 18 Aug, 2017 2 commits
-
-
Marco Pivetta authored
fixing issue #2814
-
Bertold von Dormilich authored
Replaced the code examples for `set()` to show that the value parameter is not escaped and thus could pose an SQL injection vulnerability.
-
- 07 Aug, 2017 2 commits
-
-
Marco Pivetta authored
fixed return type into OCI8Statement
-
Alessandro Minoccheri authored
-
- 03 Aug, 2017 9 commits
-
-
Marco Pivetta authored
Fix `CompositeExpression#add()` optimization, which was leading to bbroken `CompositeExpression` instances
-
Marco Pivetta authored
Fix inconsistent/missing return statements
-
Marco Pivetta authored
Use short array declarations
-
Marco Pivetta authored
Typing final class DriverManager
-
Marco Pivetta authored
add @throws declarations to docs in Connection
-
Marco Pivetta authored
Fix PSR2 rules : "the static declaration should come after visibility"
-
Marco Pivetta authored
Fix Shard Manager docs with more accurate docblocks in `SQLAzureShardManager` and `PoolingShardManager`
-
Matthias Derer authored
-
Matthias Derer authored
In a few cases methods in Connection may throw a DBALException which isn't declared in the docblock. As the Connection class is heavily used by third party code, this code runs the risk of ignoring those exceptions instead of handling them. While it is technically not required to declare exceptions in PHP, it is highly recommended, especially in public APIs.
-
- 31 Jul, 2017 1 commit
-
-
Marco Pivetta authored
[TASK] Fix articles of words sounding with a consonant
-
- 28 Jul, 2017 5 commits
-
-
Jean-Baptiste Noblot authored
-
Jean-Baptiste Noblot authored
-
Jean-Baptiste Noblot authored
Fix PSR2 rules : "As per PSR2, the static declaration should come after the visibility declaration."
-
Jean-Baptiste Noblot authored
-
Marco Pivetta authored
Close #2794
-