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
Following code required to add into CI_DB and CI_DB_query_builder
Expected behavior, and steps to reproduce if appropriate
I'm requesting an update to the CI_DB and CI_DB_query_builder classes to enhance their functionality for better integration with DataTables. Currently, the methods for limit and escape_like_str need improvements to support complex queries often required when using DataTables.
Describe the solution you'd like
I'd like to propose adding or updating the following code within the CI_DB and CI_DB_query_builder classes:
Here's a more refined version of your request to propose adding enhancements on GitHub for missing database functions like having to improve DataTables compatibility:
Request for Enhancement: Full Database Functionality Support, including having()
Hi,
I've been using this package to bridge CI3 and CI4 functionalities, but I noticed that certain database functions, such as having(), are not fully implemented. These missing functions are critical for properly functioning DataTables and other complex queries.
Could you add support for the following database functions to improve compatibility with DataTables and other advanced querying features?
having()
Other missing DB methods (e.g., simple_query, query caching)
This enhancement will greatly help migrate larger applications that depend on CI3's DB features, ensuring a smoother transition to CI4 without losing key functionality.
Thank you for your great work!
Feel free to adapt this text when submitting your request on GitHub!
Describe the bug
Following code required to add into CI_DB and CI_DB_query_builder
Expected behavior, and steps to reproduce if appropriate
I'm requesting an update to the CI_DB and CI_DB_query_builder classes to enhance their functionality for better integration with DataTables. Currently, the methods for limit and escape_like_str need improvements to support complex queries often required when using DataTables.
Describe the solution you'd like
I'd like to propose adding or updating the following code within the CI_DB and CI_DB_query_builder classes:
Updates to CI_DB.php
Updates to CI_DB_query_builder.php
The text was updated successfully, but these errors were encountered: