src/main/java/com/amazon/redshift/core/v3/QueryExecutorImpl.java (5 lines): - line 682: /* Not in use. TODO: Comment all references used in LargeObject. - line 1721: // TODO: Pass statement close flag - line 2329: // TODO: is this possible? - line 2627: // TODO: better handle the msg len - line 3058: // TODO: Do we have to synchronize on this? src/main/java/com/amazon/redshift/jdbc/RedshiftStatementImpl.java (2 lines): - line 184: // FIXME: false if not supported - line 930: // TODO: It should be reworked into "pre-describe if query has unknown parameter src/main/java/com/amazon/redshift/xa/RedshiftXAConnection.java (2 lines): - line 532: if (xid.equals(preparedXid)) { // TODO: check if the condition should be negated - line 539: // TODO: pick proper error message. Current one does not clarify what went wrong src/main/java/com/amazon/redshift/jdbc/TypeInfoCache.java (2 lines): - line 503: // TODO: escaping !? - line 506: // TODO: should probably check for all special chars src/main/java/com/amazon/redshift/core/IamHelper.java (2 lines): - line 558: // TODO not yet decided - line 838: // TODO: Remove below comments once CP is ready src/main/java/com/amazon/redshift/sspi/SSPIClient.java (2 lines): - line 158: RedshiftState.CONNECTION_UNABLE_TO_CONNECT /* TODO: Should be authentication error */, ex); - line 174: RedshiftState.CONNECTION_UNABLE_TO_CONNECT /* TODO: Should be auth error */, ex); src/main/java/com/amazon/redshift/fastpath/Fastpath.java (1 line): - line 294: // so, until we know we can do this (needs testing, on the TODO list) src/main/java/com/amazon/redshift/jdbc/RedshiftResultSet.java (1 line): - line 1628: // FIXME: with oids does not automatically create an index, should check for primary keys first src/main/java/com/amazon/redshift/core/QueryWithReturningColumnsKey.java (1 line): - line 25: // TODO: teach parser to fetch key columns somehow when no column names were given src/main/java/com/amazon/redshift/jdbc/EscapedFunctions2.java (1 line): - line 63: //FIXME: this probably should not use the US locale src/main/java/com/amazon/redshift/core/Parser.java (1 line): - line 1032: // TODO: Merge with escape processing (and parameter parsing?) so we only parse each query once. src/main/java/com/amazon/redshift/jdbc/RedshiftPreparedStatement.java (1 line): - line 90: // TODO: this.wantsGeneratedKeysAlways = true; src/main/java/com/amazon/redshift/core/Encoding.java (1 line): - line 306: // TODO: test all postgres supported encoding to see if there are