You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When calling BaseBuilder::get() with parameters to return the SQL but not reset the state of the builder, the builder is reset anyway.
CodeIgniter 4 version
4.0.0-beta4
Affected module(s)
Database\Builder
Expected behavior, and steps to reproduce if appropriate
When returning the SQL and setting reset = false, the builder should not be reset.
Context
PHP 7.2.21 and 7.3.8
The text was updated successfully, but these errors were encountered:
Describe the bug
When calling BaseBuilder::get() with parameters to return the SQL but not reset the state of the builder, the builder is reset anyway.
CodeIgniter 4 version
4.0.0-beta4
Affected module(s)
Database\Builder
Expected behavior, and steps to reproduce if appropriate
When returning the SQL and setting reset = false, the builder should not be reset.
Context
PHP 7.2.21 and 7.3.8
The text was updated successfully, but these errors were encountered: