Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
j256 committed Jun 22, 2021
1 parent aea4000 commit e442ef4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/
public class JdbcDatabaseConnection implements DatabaseConnection {

private static final String JDBC_VERSION = "VERSION__5.4__";
private static final String JDBC_VERSION = "VERSION__5.6-SNAPSHOT__";

private static Logger logger = LoggerFactory.getLogger(JdbcDatabaseConnection.class);
private static final String JDBC_META_TABLE_NAME_COLUMN = "TABLE_NAME";
Expand Down

0 comments on commit e442ef4

Please sign in to comment.