Menu

#44 configurable client character set (encoding) for MySQL

closed-accepted
nobody
None
5
2006-02-11
2006-02-01
No

This patch adds 'client_encoding' parameter to
MySQLConnection class which is used to configure MySQL
connection with "SET NAMES" command. This is the only
way for MySQL 4.x on Windows to configure client
encoding and is crucial for non-ascii databases.

Discussion

  • Maxim F. Ischenko

    adds 'client_encoding' parameter to MySQLConnection

     
  • Oleg Broytman

    Oleg Broytman - 2006-02-03

    Logged In: YES
    user_id=4799

    Patch, documentation and, if possible, tests. Thank you in
    advance!

     
  • Maxim F. Ischenko

    Logged In: YES
    user_id=113894

    I can add the docs but not the tests, sorry (see my other
    comment). If you won't accept the patch without tests please
    let me know.

     
  • Oleg Broytman

    Oleg Broytman - 2006-02-03

    Logged In: YES
    user_id=4799

    At least add docs, please.

     
  • Ian Bicking

    Ian Bicking - 2006-02-11

    Logged In: YES
    user_id=210337

    Applied in r1594.

     
  • Ian Bicking

    Ian Bicking - 2006-02-11
    • status: open --> closed-accepted
     

Log in to post a comment.