You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement returning true from ResultSetMetaData.isAutoIncrement for identity columns. This will require querying the metadata tables, as this information is not available through the statement info API.
Implement returning true from
ResultSetMetaData.isAutoIncrementfor identity columns. This will require querying the metadata tables, as this information is not available through the statement info API.Split off from #792