Skip to content

Conversation

@igorlukanin
Copy link
Member

No description provided.

@igorlukanin igorlukanin requested a review from a team as a code owner November 19, 2025 16:23
@github-actions github-actions bot added driver:snowflake Issues relating to the Snowflake driver javascript Pull requests that update Javascript code data source driver labels Nov 19, 2025
Copy link
Member

@KSDaemon KSDaemon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻 LGTM!

@KSDaemon
Copy link
Member

But please, don't forget to fix the tests (or code) :)

const genericType = this.toGenericType(dataType);

// For decimal types, include precision and scale if available
if (genericType === 'decimal' && precision !== null && scale !== null) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it would be better to check also for precision > 0 and scale > 0 here....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data source driver driver:snowflake Issues relating to the Snowflake driver javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants