Don't inline constant
This commit is contained in:
parent
90e135d013
commit
b4178b5dc7
@ -263,7 +263,7 @@ public class PostgresUtils {
|
||||
public static List<String> toPGObject(String input) {
|
||||
List<String> values = new ArrayList<String>();
|
||||
int i = 0;
|
||||
int state = 0;
|
||||
int state = PG_OBJECT_INIT;
|
||||
StringBuilder sb = null;
|
||||
|
||||
while (i < input.length()) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user