jmrobles / h2go

Apache H2 Go SQL Driver
45 stars 14 forks source link

Fix issues with string reading from buffer #4

Open CGNonofr opened 2 years ago

CGNonofr commented 2 years ago

Also increate the max fetch size to java Integer.MAX_VALUE (like in https://github.com/h2database/h2database/blob/45b609dec0e45125e6a93f85c9018d34551332a1/h2/src/main/org/h2/command/CommandRemote.java#L165 when scrollable)