-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi @edwig,
I’m currently working on a revamp of the Firebird ODBC driver. I came across you and your tool through this issue.
As part of this effort -- and to learn more about the ODBC ecosystem -- I started a small side project called ODBC Crusher. It’s a CLI-based tool that runs a suite of tests against ODBC drivers, somewhat similar to ODBCQueryTool, but designed specifically for automated environments like CI/CD pipelines.
I'm wondering whether it would be possible to incorporate your test suite into ODBC Crusher. I believe it could be a valuable addition for ODBC users and driver developers alike (The project is open source and licensed under MIT).
I’ll review the implementation of ODBC escape sequences shortly. It looks like you already have a strong set of tests covering this area, which would be my main focus at the moment.
Looking forward to your thoughts.
Fabio.