mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(MySQL Node): Do not replace $ values with null (#17327)
Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
@@ -46,3 +46,10 @@ export type MysqlNodeCredentials = {
|
||||
connectTimeout: number;
|
||||
} & WithSSL &
|
||||
WithSSHTunnel;
|
||||
|
||||
export type ParameterMatch = {
|
||||
match: string;
|
||||
index: number;
|
||||
paramNumber: string;
|
||||
isName: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user