Ticket #800 (enhancement)
Opened 5 months ago
Last modified 3 months ago
Database connection charset
Status: closed (fixed)
| Reported by: | donkee | Assigned to: | xue |
|---|---|---|---|
| Priority: | low | Milestone: | 3.1.2 |
| Component: | Prado Framework v3 | Version: | 3.1 |
| Severity: | minor | Keywords: | |
| Cc: |
When the connection with your database is not the same charset that you use. You can have some little trouble with charset. You can solve it by calling iconv or set other things. But the simpliest thing it to correct the connection charset with your database.
PDO don't provide this function, we must send query to the SGDBR.
I purpose add character set management to TDbConnection.
Attachments
Change History
02/23/2008 11:00:48 PM: Modified by donkee
- attachment ticket.800.patch added.
02/29/2008 12:03:52 AM: Modified by donkee
This is usefull when your DBManager can't manage the character set that you use. And don't brake your character during any convertion due to connection with DBM.
04/18/2008 04:02:45 AM: Modified by tof06
- status changed from new to closed.
- resolution set to fixed.
Implemented in [2432]

Now use prepared statement for counter SQL injection attack