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
Executing the following query using tedious creates a table but the resulting table's columns are all NON NULL columns. Executing it directly from Fabric Warehouse successfully defines the columns as NULL-able
Executing the same CREATE TABLE query directly against the database makes the columns NULLABLE.
I have worked around this by manually specifying the nullability. But I would expect this not to be necessary.
Software versions
Additional Libraries Used and Versions
Table schema
Connection configuration
Problem description
Executing the following query using tedious creates a table but the resulting table's columns are all NON NULL columns. Executing it directly from Fabric Warehouse successfully defines the columns as NULL-able
Expected behavior
The columns should be NULL-able.
Executing the following query should work
Actual behavior
The columns are NOT NULL-able.
Executing the query gives the error below
Error message/stack trace
Any other details that can be helpful
I am on a forked version of the library https://github.com/statsig-io/tedious. Based on the uncommitted PR #1668
The text was updated successfully, but these errors were encountered: