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
A quick note for the time being, which I will hopefully have time to expand a bit later.
The test_result() suite runs a number of data type tests which I think rely on data type names which may not be coextensive across DBMS. For example, the data_logical() tries to cast the integer 1 to a boolean value. However, SQL Server for example, does not have a BOOLEAN type; rather it has a BIT type.
Is there some way that we can map type names across different DBMS to make these tests more backend agnostic?