Question: how to run the test suites
Could anyone provide some ways to run the test suites or build from source guidance?
i tried to run it. however, got a bunch of errors.
thanks
UPDATE: i successfully ran the test suites. however, when i tried to update SqlClient to Postgresql. i got the following error in most of the test cases:
Message: System.Data.DataException : Error parsing column 0 (id=
) ---- System.InvalidOperationException : Invalid attempt to read from column ordinal '0'. With CommandBehavior.SequentialAccess, you may only read from column ordinal '4' or greater.
does anyone know why?
Similar newbie question here: could you share any notes about what error you hit initially or how you overcame it? I was trying to run tests locally before doing a POC fix for a TypeHandler issue, but it looks like I might need to have a local instance of SQL Server?