Results missing first row
I'm using DataGrip 2016.1.1 on a Mac with an Exasol database (using a JDBC driver). I like it a lot but I have a bug that unfortunately renders it unusable for me: in all query results, the first row is missing. For queries with just a single result, I don't see any result at all. The UI shows that I am on the second results page, but when I go back, I don't get any results either. Here are two screenshots to illustrate the problem:
Please sign in to leave a comment.
similar problem here under windows?
java.lang.IllegalArgumentException: Supplied current row number: 0. Actual: -1.
Delegate class: com.exasol.jdbc.EXAResultSet
at com.intellij.database.remote.jdbc.impl.RemoteResultSetImpl.doScroll(RemoteResultSetImpl.java:1192)
at com.intellij.database.remote.jdbc.impl.RemoteResultSetImpl.scrollToPosition(RemoteResultSetImpl.java:1174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:324)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handle... (show balloon)
I have exact same problem of not showing the first row. And another one which is showing an error message where there souldn't be one.
All three statements executed together (well actualy first two), return an error:
Both lines were successfully inserted:
And the problem Robert already reported: