ResultSet rs = s.executeQuery("values upper('Straße')");So it seems the value is returned correctly, but the meta-data is wrong (STRASSE is 7 characters long, not 6). ij uses the meta-data to determine how much space each column should have.
6 *characters* long, but 7 *bytes* long? Do we have a way to represent such a difference? Certainly sounds like a bug, and with a nice small test case! bryan
