Skip to content

Bug: [QueryBuilder] BaseBuilder::compileFinalQuery() has hard coded Query class #4332

@kenjis

Description

@kenjis

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.

$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

No one assigned

    Labels

    bugVerified issues on the current code behavior or pull requests that will fix themdatabaseIssues or pull requests that affect the database layer

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions