Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
156d774d
Unverified
Commit
156d774d
authored
Apr 07, 2020
by
Sergei Morozov
Committed by
GitHub
Apr 07, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3935 from morozov/deprecate-echo-sql-logger
Deprecate EchoSQLLogger
parents
239d3fb0
f185ba48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
UPGRADE.md
UPGRADE.md
+4
-0
EchoSQLLogger.php
lib/Doctrine/DBAL/Logging/EchoSQLLogger.php
+2
-0
No files found.
UPGRADE.md
View file @
156d774d
# Upgrade to 2.11
# Upgrade to 2.11
## Deprecated `EchoSQLLogger`
The
`EchoSQLLogger`
is has been deprecated. Implement your logger with the desired logic.
## Deprecated database platforms:
## Deprecated database platforms:
1.
PostgreSQL 9.3 and older
1.
PostgreSQL 9.3 and older
...
...
lib/Doctrine/DBAL/Logging/EchoSQLLogger.php
View file @
156d774d
...
@@ -7,6 +7,8 @@ use function var_dump;
...
@@ -7,6 +7,8 @@ use function var_dump;
/**
/**
* A SQL logger that logs to the standard output using echo/var_dump.
* A SQL logger that logs to the standard output using echo/var_dump.
*
* @deprecated
*/
*/
class
EchoSQLLogger
implements
SQLLogger
class
EchoSQLLogger
implements
SQLLogger
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment