Commit Graph

7 Commits

Author SHA1 Message Date
c03f6aa5e5 Build fix
Lately to fix one test build with certain VS version, not portable
change has been made, that broke build on other platforms.

Fix of couple of tests for older server versions.
2020-12-04 16:09:08 +01:00
32afc2799a Fix of one testcase in 'statement' that fails with some VS versions
Build fails.
2020-11-25 00:33:25 +01:00
fff542dde4 CONCPP-52,53,54 executeBatch() would execute only last query
and bytes, Ints, Longs were not exported.

API change: execute(Large)Batch return reference to const objects,
rather than pointers.
Restructuring of API and internal headers and introducing of new
separate header files.
Added statement testsuite to ctest - that was forgotten
Connector quality set to RC
2020-11-24 23:13:22 +01:00
1ce04edb44 CONCPP-45 Various issues with CallableStatement
Also fixed many things in multiple resultsets processing. Fixed many
tests(previously skipped), and workarounded CONC-504
2020-10-05 22:59:39 +02:00
d911eafb2c Fixed few tests that depend on features not supported in older servers 2020-09-25 23:14:50 +02:00
94abce1a8b CONCPP-15 Fixed memory leaks in testcases 2020-07-26 23:22:06 +02:00
3d4a0059af First public commit 2020-03-17 15:05:27 +02:00