Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
akrambek committed Oct 18, 2024
1 parent 9af3f60 commit 4704dda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

public final class RisingwaveProxyFactory implements RisingwaveStreamFactory
{
private static final String SPLIT_STATEMENTS = "(?<=;)(?!\\x00)";
private static final String SPLIT_STATEMENTS = "(?<=;)(?!\\s*\\x00)";
private static final int END_OF_FIELD = 0x00;

private static final int FLAGS_INIT = 0x02;
Expand Down

0 comments on commit 4704dda

Please sign in to comment.