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
I'm supposed to be able to choose to not escape values so I can insert functions like NOW() instead of 'NOW()'. It appears to NOT be working and escapes values anyhow.
@niteraven7 thanks for reporting this! It looks like my original database refactor from the CI3 code failed to actually implement the "do not escape" feature! Doh! How embarrassing. Fixed in #1677.
I'm supposed to be able to choose to not escape values so I can insert functions like NOW() instead of 'NOW()'. It appears to NOT be working and escapes values anyhow.
https://codeigniter4.github.io/CodeIgniter4/database/query_builder.html#CodeIgniterDatabaseBaseBuilder::insertBatch
Here's the old discussion thread and fix for version 3:
bcit-ci/CodeIgniter#1895
using: alpha4
The text was updated successfully, but these errors were encountered: