mischkew / jwpl

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

Collation problem (as Page.getByTitle) in Category too #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using the 0.8.0-SNAPSHOT on a Chakra machine x64 with MySQL 5.5.14.  I have 
the collation error when calling: 
//DB configuration and Wiki initialization here
int n = wiki.getCategory("Software_engineering").getNumberOfPages();

According to Oliver "By not specifying the character set in the query and 
letting the connector choose the correct setting, this should be fixed for 
now." 

Original issue reported on code.google.com by gder...@gmail.com on 24 Oct 2011 at 10:33