Commit Graph

4 Commits

Author SHA1 Message Date
be22353bc2 CONCPP-70 statement::addBatch test sporadically failed
The reason was, that filling of vector with executeBatch results was
done using undefined behavior - it was done using [] operator member
access for not existing members. The values were inserted correctly, but
the size of vector happened to not always be reported correctly.
Added similar test to preparedstatement.
Made clearBatch not to reset current set of parameters - that looks
like to be that jdbc specs expect.
Fixed other such cases of wrong vector use.
Made some to/from text conversion to use C locale.
2021-02-19 10:45:36 +01:00
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
3d4a0059af First public commit 2020-03-17 15:05:27 +02:00