enable UTF-8 for PQF queries by default
This commit is contained in:
parent
6f53533c63
commit
b17c13def4
1 changed files with 1 additions and 2 deletions
|
@ -10,13 +10,12 @@ import java.nio.charset.StandardCharsets
|
||||||
import java.util.logging.Level
|
import java.util.logging.Level
|
||||||
|
|
||||||
@Log
|
@Log
|
||||||
//@Disabled("internal test")
|
|
||||||
class LVITest {
|
class LVITest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void testLVI() {
|
void testLVI() {
|
||||||
String host = "localhost"
|
String host = "localhost"
|
||||||
int port = 2100
|
int port = 1210
|
||||||
String database = "lvi"
|
String database = "lvi"
|
||||||
//String query = "@attr 1=1 Schmidt" // OK!
|
//String query = "@attr 1=1 Schmidt" // OK!
|
||||||
//String query = "@attr 1=1 \"Schmidt, Heiner\"" // OK!
|
//String query = "@attr 1=1 \"Schmidt, Heiner\"" // OK!
|
||||||
|
|
Loading…
Reference in a new issue