Skip to content

Commit

Permalink
0003142: Sync Columns Between Incoming and Outgoing Batch
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellpettit committed Jun 29, 2017
1 parent 70a55f6 commit 5abe6e6
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -152,10 +152,6 @@ public boolean requiresAutoCommitFalseToSetFetchSize() {

@Override
protected boolean doesTriggerExistOnPlatform(String catalogName, String schema, String tableName, String triggerName) {
System.out.println("select count(*) from information_schema.triggers where trigger_name = ? "
+ "and event_object_table = ? and trigger_schema = ? : " + triggerName.toLowerCase() + "," + tableName + ","
+ (schema == null ? platform.getDefaultSchema() : schema));

if (platform.isMetadataIgnoreCase()) {
return platform.getSqlTemplate().queryForInt(
"select count(*) from information_schema.triggers where trigger_name = ? "
Expand Down

0 comments on commit 5abe6e6

Please sign in to comment.