| Age | Commit message (Collapse) | Author |
|
it was returning a name from the previous result
|
|
change the way how to determine ansi test driver.
|
|
|
|
|
|
regression test. Switch declare/fetch mode in Windows regression test using this functionality.
|
|
psqlodbc_test_dsn_ansi.
|
|
|
|
|
|
test case produces 5 * (1 + count of super users other than current user) lines. Limiting the output to the first 5 lines fixes the result anyway.
|
|
This allows us to get a large NOTICE message. The driver limitation that the
comment in notice-test.c talks about has been lifted, remove comment.
|
|
Spotted by clang compiler warning. Also add test case for this.
|
|
Previously, it only printed the first record. This is academic at the
moment, as the driver never reports more than one record AFAICS, but let's
be prepared.
|
|
This adds coverage for SQLConnect, SQLRowCount, and moving a cursor with
SQLFetchScroll, and for bookmarks.
|
|
Three categories of warnings:
1. Missing return at end of main() function
2. Unused variables (copy-pasted from another test)
3. Data type mismatch in printfs, e.g. passing SQLULEN param to %d
|
|
Has no effect at the moment, but I've seen it happen during development
of new regression tests, when I've passed an invalid handle to print_diag
by accident.
|
|
The deprecated functions have a test case of their own.
Michael Paquier
|
|
Michael Paquier
|
|
Michael Paquier
|
|
This also changed the file permissions stored in git for a couple of header
files, removing the executable bit. Didn't realize they were different from
all the others, but apparently my editor decided to change them. Now
they're the same as all the other files, which seems good.
Michael Paquier and me.
|
|
|
|
Two tests are currently failing, because they hit a real bug in the driver.
After the bug is fixed, the tests should pass.
This doesn't work on Windows yet.
|