mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
fix: issue managing function/routine parameters
This commit is contained in:
@@ -561,7 +561,7 @@ export class MySQLClient extends AntaresCore {
|
||||
|
||||
return {
|
||||
name: param[1] ? param[1].replaceAll('`', '') : '',
|
||||
type: type[0],
|
||||
type: type[0].replaceAll('\n', ''),
|
||||
length: +type[1],
|
||||
context: param[0] ? param[0].replace('\n', '') : ''
|
||||
};
|
||||
|
Reference in New Issue
Block a user