luboshl / aseisql

Automatically exported from code.google.com/p/aseisql
0 stars 0 forks source link

Table DDL generation fails in UTF8 database #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.write down the table name
2.right click and select "SQL" -> "Table DDL"

What is the expected output? What do you see instead?
Expected output: Table DDL
Received output:
------------------------ Execute ------------------------
Error converting characters into Unicode to generate sort keys. There maybe 
illegal byte(s) in source string, or failure to allocate memory.
----------------- Done ( 1 errors ) ------------------

What version of the product are you using? On what operating system?
trunk.205
Windows 7

Please provide any additional information below.
this is faced only on databases using the UTF8 character set

Original issue reported on code.google.com by zcha...@gmail.com on 16 Jan 2013 at 11:06