Closed mrotteveel closed 1 year ago
Currently, FbStatement#fetchRows does not throw exceptions for fetch size 0 or less, both for NATIVE and PURE_JAVA. This should be corrected, using the same exception as thrown by V11Statement#asyncFetchRows (see #755)
We intentionally do not check it for fetchScroll, and let the server sort that out.
Currently, FbStatement#fetchRows does not throw exceptions for fetch size 0 or less, both for NATIVE and PURE_JAVA. This should be corrected, using the same exception as thrown by V11Statement#asyncFetchRows (see #755)