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
Improve constructorWithExplicitDialect test to verify dialect 1 numeric-as-double behavior
In SQL dialect 1, NUMERIC(18,2) columns are described as DOUBLE PRECISION
instead of scaled integers. The updated test inserts a value into a NUMERIC(18,2)
table column, then selects it using s dialect-1-prepared statement and verifies
that getDouble() retrieves the correct value, exercising the dialect-specific
type mapping.
0 commit comments