mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(core): Use query builder at data table deletes (no-changelog) (#18795)
This commit is contained in:
@@ -261,7 +261,3 @@ export function normalizeValue(
|
||||
|
||||
return value;
|
||||
}
|
||||
|
||||
export function getPlaceholder(index: number, dbType: DataSourceOptions['type']): string {
|
||||
return dbType.includes('postgres') ? `$${index}` : '?';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user