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
It would be nice if I could specify a list of columns inFakeTable call, and their nullabilty was preserved.
Some code does SELECT INTO temp table, which copies the nullability -- then adds a primary key to that temp table -- which fails under test, but not with a real table.