Results values not un-quoted |
|||
|---|---|---|---|
| Date: | 08/06/2008 | Severity: | Trivial |
| Status: | Unconfirmed | Reporter: | Dragoo |
| Version: | 1.6.3 | ||
| Keywords: | Libraries, Database Class | ||
Description
First, im sorry for my english
.
I found one little bug in db query result. When i insert into db some value, like John’s, it be automaticaly quoted and inserted to db, like John\‘s. But, when i select this value from db, i get result John\‘s not John’s. Now, when i update db table with this value, i have in db new value like John\\\‘s!! This is serious problem. DB class must automaticaly un-quote results. I fix this problem in my application, but it will be cool when you add automatic un-quote script to db result class in 1.6.4 version of codeinginter.
Expected Result
Actual Result
Comment on Bug Report
| Posted by: Derek Allard on 6 August 2008 6:18am | |
|
|
Greetings Drago, I do not see a forum thread associated with this bug report, and it looks like it may not be a bug. Have you first read the bug reporting guidelines and used the Bug Report Forum to get help confirming that this is a bug before reporting? Thanks! |
