Skip to content

Commit

Permalink
docs: fix documentation about oids (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Nov 27, 2019
1 parent f0af538 commit 4edca51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -1536,6 +1536,8 @@ boolean isUpdateable() throws SQLException {

// this is not strictly jdbc spec, but it will make things much faster if used
// the user has to select oid, * from table and then we will just use oid
// with oids has been removed in version 12
// FIXME: with oids does not automatically create an index, should check for primary keys first


usingOID = false;
Expand Down

0 comments on commit 4edca51

Please sign in to comment.