Welcome Guest, Not a member yet? Register   Sign In
Missing single quote in backup file
#1
Bug 

CodeIgniter 3.1.6. database backup gives with missing "single quotes" in VALUES.

Eg. INSERT INTO `users` (`id`, `username`, `email`, `created`) VALUES (1, abc, abc@xyz.com, 1504377448);

Any suggestion ??
Reply
#2

(09-30-2017, 05:59 AM)bjs17 Wrote: CodeIgniter 3.1.6. database backup gives with missing "single quotes" in VALUES.

Eg. INSERT INTO `users` (`id`, `username`, `email`, `created`) VALUES (1, abc, abc@xyz.com, 1504377448);

Any suggestion ??

https://github.com/bcit-ci/CodeIgniter/issues/5276
Reply




Theme © iAndrew 2016 - Forum software by © MyBB