We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b87214 commit 4961662Copy full SHA for 4961662
modules/module-mysql/src/api/MySQLRouteAPIAdapter.ts
@@ -221,7 +221,7 @@ export class MySQLRouteAPIAdapter implements api.RouteAPI {
221
222
const idColumns = idColumnsResult?.columns ?? [];
223
const sourceTable = new storage.SourceTable({
224
- id: 0,
+ id: '', // not used
225
connectionTag: this.config.tag,
226
objectId: tableName,
227
schema: schema,
0 commit comments