You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I found out that stored procedures with a definition length of more than 66200 characters do not open DDL correctly. In SQL Server it opens as [object Object] and in PostgreSQL it fails with
2025-03-13 21:56:37 [ERROR] TypeError: r.includes is not a function
at NE (c:\...\.vscode-oss\extensions\cweijan.vscode-database-client2-8.2.0-universal\out\extension.js:143983:89)
at IT.showSource (c:\...\.vscode-oss\extensions\cweijan.vscode-database-client2-8.2.0-universal\out\extension.js:144053:20)
at mysql.show.procedure (c:\...\.vscode-oss\extensions\cweijan.vscode-database-client2-8.2.0-universal\out\extension.js:189989:36)
at c:\...\.vscode-oss\extensions\cweijan.vscode-database-client2-8.2.0-universal\out\extension.js:190600:21
Have any idea how to fix it?
The text was updated successfully, but these errors were encountered:
Hi!
I found out that stored procedures with a definition length of more than 66200 characters do not open DDL correctly. In SQL Server it opens as
[object Object]
and in PostgreSQL it fails withHave any idea how to fix it?
The text was updated successfully, but these errors were encountered: