-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
bugVerified issues on the current code behavior or pull requests that will fix themVerified issues on the current code behavior or pull requests that will fix themdatabaseIssues or pull requests that affect the database layerIssues or pull requests that affect the database layer
Description
Describe the bug
This may be not a bug.
But Query class may be DBMS-specific, it is better not to hard code Query class.
CodeIgniter4/system/Database/BaseBuilder.php
Line 1850 in 42f6667
| $query = new Query($this->db); |
See #4176 (comment) and #4176 (comment).
CodeIgniter 4 version
develop branch.
Affected module(s)
Database
Expected behavior, and steps to reproduce if appropriate
The DBMS-specific Query class is used.
Metadata
Metadata
Assignees
Labels
bugVerified issues on the current code behavior or pull requests that will fix themVerified issues on the current code behavior or pull requests that will fix themdatabaseIssues or pull requests that affect the database layerIssues or pull requests that affect the database layer