Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

VS Code SQL Developer Plugin showing wrong values for NUMBER(19,0) columns

user2772553Mar 6 2024

Hi everyone,

executing the same query against the same database resulting in different outputs in VS Code SQL Developer Plugin and the standalone SQL Developer.

VS Code SQL Developer Plugin:

Standalone SQL Developer:

The standalone SQL Developer output is correct. It seems a issue with displaying values in VS Code.

This seems to be a bug because the extension is not using data type BigInt. See this post for details.

Comments
Post Details
Added on Mar 6 2024
1 comment
193 views