Skip to content

Commit

Permalink
0002346: Metadata lookup does not properly escape _ and % for table and
Browse files Browse the repository at this point in the history
column lookups
  • Loading branch information
chenson42 committed Jul 27, 2015
1 parent 2a4aca9 commit 6eb6cf6
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -148,7 +148,6 @@ protected void determineAutoIncrementColumns(Connection connection, Table table)
@Override
protected Collection<IIndex> readIndices(Connection connection, DatabaseMetaDataWrapper metaData,
String tableName) throws SQLException {
tableName = getTableNamePattern(tableName);
// Jaybird is not able to read indices when delimited identifiers are
// turned on, so we gather the data manually using Firebird's system tables
@SuppressWarnings("unchecked")
Expand Down

0 comments on commit 6eb6cf6

Please sign in to comment.