Skip to content

Conversation

cweiske
Copy link
Contributor

@cweiske cweiske commented Apr 9, 2025

Instead directly use the query's own connection object.

This makes it possible to log queries for custom non-sql connections into debugbar relatively easily.

Related: ed37d1a
This commit introduced the usage of DB::connection().

Resolves: #1778

Instead directly use the query's own connection object.

This makes it possible to log queries for custom non-sql connections
into debugbar relatively easily.

Related: ed37d1a
This commit introduced the usage of DB::connection().

Resolves: barryvdh#1778
@barryvdh barryvdh merged commit d22f42f into barryvdh:master May 8, 2025
27 checks passed
@cweiske
Copy link
Contributor Author

cweiske commented May 8, 2025

Thank you for merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Queries need a real database connection since v3.14.0
2 participants