enable UTF-8 for PQF queries by default

This commit is contained in:
Jörg Prante 2023-03-22 22:37:34 +01:00
parent 6f53533c63
commit b17c13def4

View file

@ -10,13 +10,12 @@ import java.nio.charset.StandardCharsets
import java.util.logging.Level
@Log
//@Disabled("internal test")
class LVITest {
@Test
void testLVI() {
String host = "localhost"
int port = 2100
int port = 1210
String database = "lvi"
//String query = "@attr 1=1 Schmidt" // OK!
//String query = "@attr 1=1 \"Schmidt, Heiner\"" // OK!