index
:
psqlodbc.git
PRE_LIBPQ
REL-07_03_ENHANCED
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL8_1_STABLE
master
Official repository of the psqlodbc driver.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
/
common.c
Age
Commit message (
Expand
)
Author
2023-06-23
Bug fix: SQLColAttribute returns wrong column name - In some circumstances it...
Adrian Grucza
2021-05-26
The commit 2e67af added a new ansi test dsn psqlodbc_test_dsn_ansi_debug. So ...
Hiroshi Inoue
2019-12-16
Flush stdout before exiting.
Hiroshi Inoue
2017-04-20
Fix a crash bug introduced by the previous commit.
Hiroshi Inoue
2017-04-20
Add an environment variable which defines a common connection string for regr...
Hiroshi Inoue
2017-04-02
Rename the dsn for ANSI regression test from psqlodbc_test_dsna to psqlodbc_t...
Hiroshi Inoue
2017-03-21
Fix ansi version result-conversions-test on Windows.
Hiroshi Inoue
2017-03-20
The 1st cut to add regression test for Windows Ansi drivers.
Hiroshi Inoue
2016-07-29
Fix a regression test failure in catalogfunctions-test. SQLTablePrivileges te...
Hiroshi Inoue
2015-01-27
Use a larger buffer for error message.
Heikki Linnakangas
2015-01-23
Correctly set returned value to an empty string in "cvt_null_date" mode.
Heikki Linnakangas
2015-01-21
Improve print_diag() regression test helper to print all diagnostic records.
Heikki Linnakangas
2014-11-26
Add more test cases.
Heikki Linnakangas
2014-06-11
Silence compiler warnings from regression tests.
Heikki Linnakangas
2014-04-10
Print a better error message in regression tests on an invalid handle.
Heikki Linnakangas
2014-03-24
Avoid deprecated SQLAllocStmt/SQLFreeStmt in regression tests.
Heikki Linnakangas
2014-03-20
Add a new test case to test ODBC functions deprecated in ODBC 3.0
Heikki Linnakangas
2014-03-18
Add more test cases for ODBC catalog functions.
Heikki Linnakangas
2014-03-11
Whitespace and indentation fixes.
Heikki Linnakangas
2013-09-02
Add test case for SQLDescribeParam
Heikki Linnakangas
2013-04-24
Add regression test suite.
Heikki Linnakangas