Commit Graph

8 Commits

Author SHA1 Message Date
197c36b4c6 CONCPP-46 Fix of clang compilation errors&warnings
Added testing against 10.5 in travis.
2020-11-10 23:30:38 +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
2f4acdb898 CONCPP-44 The fix and the testcase
For binary protocol connector expected the string is null-terminated.
Also it getBoolead was subotimal and significantly slowed down the
testsuite running.
Removed 5.5 server from travis config
Fixed database metadata test to skip one check with 10.1 server, as it
returns wrong data in many cases.
2020-09-28 13:21:00 +02:00
485fa861a1 Re-arranged unit/classes tests build
Moved common files to the separate OBJECT lib, as it looked like it is
quite difficult for the gcc to chew it.
Skipped tiem-outing test for now. Needs to be fixed.
2020-07-31 10:50:37 +02:00
690e253004 Changes to the tarball package layout
Changed includes directory and Connector/C no goes to the same dir as
C/C++
Turned off one test - needs fix.
2020-05-11 13:54:48 +02:00
9453d93d99 CONCPP-10 Fix of failing tests(mostly bugs causing them)
The commit contains too many fixes to remember all of them, really. May
resultset navigation fixes. Crashes, caused by not initializing of some
properties in some classes, etc.
2020-05-10 23:17:59 +02:00
c8ec1a0a7a CONCPP-8 Introduced set/getUInt methods. Version bumped to 0.9.2
Also added stubs for setClientOption(throwing SQLFeatureNotImplementedException)
Added to ctest another testsuite(which is actually failing)
2020-05-04 14:39:48 +02:00
3d4a0059af First public commit 2020-03-17 15:05:27 +02:00