mirror of
https://github.com/apache/sqoop.git
synced 2025-05-07 11:41:13 +08:00
SQOOP-1023: STMT_DELETE_FORMS_FOR_CONNECTOR query in DerbySchemaSquery looks for incorrect column
(Hari Shreedharan via Jarek Jarcec Cecho)
This commit is contained in:
parent
7440af2c58
commit
7f1dc4045a
@ -450,7 +450,7 @@ public final class DerbySchemaQuery {
|
|||||||
// Delete all forms for a given connector
|
// Delete all forms for a given connector
|
||||||
public static final String STMT_DELETE_FORMS_FOR_CONNECTOR =
|
public static final String STMT_DELETE_FORMS_FOR_CONNECTOR =
|
||||||
"DELETE FROM " + TABLE_SQ_FORM
|
"DELETE FROM " + TABLE_SQ_FORM
|
||||||
+ " WHERE " + COLUMN_SQN_CONNECTOR + " = ?";
|
+ " WHERE " + COLUMN_SQF_CONNECTOR + " = ?";
|
||||||
|
|
||||||
// Delete all inputs for a given connector
|
// Delete all inputs for a given connector
|
||||||
public static final String STMT_DELETE_INPUTS_FOR_CONNECTOR =
|
public static final String STMT_DELETE_INPUTS_FOR_CONNECTOR =
|
||||||
|
Loading…
Reference in New Issue
Block a user