-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database builder->table() connection reference problem #320
Comments
I'm not 100% sure what your question is. You need to be a bit more specific in the future, please. Code samples help. You might check that you're initializing the class before you try to call whatever function it is you're calling, though. Or maybe it didn't connect correctly? I don't know your code so can't really help. |
Hi, // Custom builder class on limit function;
use _limit reference basebuilder; |
I can't see your code, and it's a custom driver so likely will have a fair amount of custom code, so I really can't say for sure. But it sounds like you're not connecting to the database, or storing that to the Check out the MySQLi and PostgreSQL drivers for reference in CI4, then use CI3 ODBC stuff as a starting point would be my suggestion. |
Hi all,
CustomBuilder use BaseBuilder current connection not references.
create oci8 reference _limit function $this->connID false.
The text was updated successfully, but these errors were encountered: