Dapper icon indicating copy to clipboard operation
Dapper copied to clipboard

Question: how to run the test suites

Open frankiie12a9 opened this issue 2 years ago • 1 comments

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?

frankiie12a9 avatar Apr 08 '23 02:04 frankiie12a9

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?

CalebBellWebCE avatar May 08 '23 22:05 CalebBellWebCE