-
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
insert bug #149
Comments
"insert" replace "replace" |
$this->db->table('admin_menu')->replace([ |
It will be good if you use at least for your code the Markdown code tags (new line + ```, before and after the code). There is a URL to Markdown info page, down here left from Comment button .. |
I've edited the comment with the code tags like @sv3tli0 mentioned so it's all readable. What I'm seeing, though, is the system telling you that |
@lonnieezell
/system/Database/BaseBuilder.php:
And: `public function insert($set = null, $escape = null, $test = false)
|
Did you set any value to swapPrefix? |
It does look like their might be an issue with some doubly-applied sanitization going on between the constructor and the Just to verify - what is your table name in the db, |
@dayrui You'll be happy to know it's not your code. But it has unearthed a major bug in the handling of tables with prefixes. Working on that, but might take a touch to get it all working correctly. |
"replace" - Thanks for the advice! This worked for me... |
return:
The text was updated successfully, but these errors were encountered: