On Thu Aug 15 17:46:47 2024 +0000, Elizabeth Figura wrote:
Would it be particularly hard to write unit tests for this? We have decent support for test DLLs now, and unless Windows does an awful lot of validation on driver capabilities or exports it doesn't seem hard to write a minimal amount of code? And if Windows does do a lot of validation, would it be particularly hard to just write an out-of-tree test with an existing v2 driver?
I briefly looked at an ODBC Amazon v2 driver but unfortunately the database is behind a paid service. v2 drivers seem to be rare these days. We could write a v2 test driver but I'm not sure if it's worth the effort. Question is also what to focus on without a specific app.