You are not logged in.
Pages: 1
Are there existing unit tests that can be used to confirm functionality of a new dialect of SQL using the ODBC driver ?
I seem to be able to perform queries without any issues now and to perform joins and I'd like to be able to perform some tests to provide more confidence that its all behaving as expected.
Offline
Add the new enum in TSQLDBDefinition, ensure all associated constants and "case" are properly handled.
Then you could include some tests into the "15 - External DB performance" sample, using IFDEF.
Offline
Pages: 1