Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large stored procedures do not open DDL #1459

Open
j2cry opened this issue Mar 13, 2025 · 0 comments
Open

Large stored procedures do not open DDL #1459

j2cry opened this issue Mar 13, 2025 · 0 comments
Labels
question Further information is requested

Comments

@j2cry
Copy link

j2cry commented Mar 13, 2025

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?

@j2cry j2cry added the question Further information is requested label Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant