- 29 Jun, 2020 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
Remove ExceptionConverterDriver
-
- 28 Jun, 2020 11 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
Remove PingableConnection
-
Sergei Morozov authored
-
Sergei Morozov authored
Remove deprecated driver classes
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
Remove the no longer needed error suppressions
-
- 27 Jun, 2020 20 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
Deprecate ServerInfoAwareConnection#requiresQueryForServerVersion() as an implementation detail
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
Deprecate PingableConnection in favor of handling lost connection
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
Update Slevomat Coding Standard to 6.3.10
-
Sergei Morozov authored
-
Sergei Morozov authored
Deprecate ExceptionConverterDriver
-
Sergei Morozov authored
Fixes for the recently introduced driver-level deprecations
-
Sergei Morozov authored
Update PHPStan to 0.12.31
-
Sergei Morozov authored
Remove ServerInfoAwareConnection#requiresQueryForServerVersion() as an implementation detail
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
Testing the implementations of this method requires partial mocking of the implementing class which makes it impossible to make them `final` (#3590). Additionally, this API breaks the encapsulation of the driver layer: instead of exposing the fact of whether the connection will perform a query to detect the server version, the driver should just instantiate a platform corresponding to a connection. The rationale behind introducing this method (#487) is really questionable: > This is also required for drivers that cannot return the database server version without an additional query (performance reasons). 1. There's no evidence that an underlying driver that exposes the server version via its API doesn't make a request of any kind to the server. 2. For an application that works with any realistic database, a query like `SELECT VERSION()` wouldn't be a performance bottleneck. 3. Even if it was, it's always possible to specify the platform version upfront. Otherwise, the current logic of falling back to a default platform may cause undefined behavior of the application (we don't test the compatibility of the lowest level of the DBAL platform with all supported server versions). Remember, “If it doesn’t work, it doesn’t matter how fast it doesn’t work.”
-
- 26 Jun, 2020 6 commits
-
-
Sergei Morozov authored
Preparation to marking OCI8 driver classes final
-
Sergei Morozov authored
Remove DriverException::getErrorCode()
-
Sergei Morozov authored
-
Sergei Morozov authored
Deprecate DriverException::getErrorCode()
-
Sergei Morozov authored
-
Grégoire Paris authored
Mark non-interface OCI8 driver methods internal
-