Commit Graph

5 Commits

Author SHA1 Message Date
d19b6611fa Adding ability to set tests verbosity using env variable
Made teavis tests verbose. Made some tests timeout longer
2022-09-26 14:32:15 +02:00
014f4ac0be Some additions to previous patch + downmerge from 1.1
The merge was done manually copying relevant code changes from 1.1.
In particulary merged the patch for CONCPP-94
Also many changes, that fix real possible issues, that was also present in 1.0 and found while
working on 1.1. For example(but not limited to), there were many cases of incorrect
find_first_of std::string method, where find had to be really used.
2022-05-23 23:03:37 +02:00
eff5d647b9 Made all tests configurable via env variables
Tests connection credentials can be passed using env variables. All
tests use the same settings for that.

Added the link to the documentation to the README(.md)

Changed in SQLString all size_t to std::size_t(more like for
consictency).
Added npos constant there
2020-12-09 17:56:33 +01:00
671c0e5933 CONCPP-24 Enabling testing against SkySQL database in travis 2020-08-03 10:22:30 +02:00
3d4a0059af First public commit 2020-03-17 15:05:27 +02:00