Commit Graph

11 Commits

Author SHA1 Message Date
ff0f77cd8a CONCPP-105 crash when attempting connections from multiple threads
The RowProtocal class used reference to static object, that caused race
condition in concurrent environment.
Also, small addition to packaging on macos.
2022-07-26 14:54:24 +02:00
9b23a0fa79 Moved cmake option defaults to the separate file
Added bit definition server param array(bulk) capability
Enabled WITH_SIGNCODE option for cmake. It depends on DEVELOPER_ID
option.
2022-07-18 18:42:58 +02:00
0fcefdc4c6 Initial commit for pkg(productbuild) pacakging on MacOS 2022-07-06 19:19:27 +02:00
30dd7649c2 Fix of the buildbot build - install_test config was at wrong place
CPack generates configs for package and source_package
They both contain CPACK_PACKAGE_FILE_NAME. Somehow after the CPack being
included, be the name CPACK_PACKAGE_FILE_NAME in cmake script the value
from source_package config is accessible.
2022-06-29 23:25:38 +02:00
3fbdf8fa33 TODO-2312 Connector/C++ packages
added install layout for rpm and deb
added packaging for rpm and deb
2021-09-01 23:50:37 +02:00
7983bc2d34 CONCPP-67 Fix of tarball directory structure
Added project, to ensure that example application can be built with
tarball headers and binaries
2021-02-10 21:50:23 +01:00
ffb3ba5776 CONCPP-59,60 Windows package issues, Exception crash fix, and more
Added missing headers to msi. Headers now installed into include/mariadb
ALl headers have been renamed from .h to .hpp
ConnCpp.hpp renamed to conncpp.hpp(all small letters)
All headers but conncpp.hpp, have been moved to conncpp subdirectory in
include, and in the msi

All exception classes have got explicit (exported from dll on Windows) copyconstructor
decluration, and definition of those constructors in the connector
library. And to stay on the safe side, all other constructors and
destructors definitions have been moved to library side.
Fixed the error, that few exception methods were declared as
dllimported, and defined in the header at the same time.
2021-02-04 14:15:58 +01: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
91cd28aecf CONCPP-30 Connector/C++ binary tarball for RHEL has duplicate libraries
libmariadb updated to v3.1.11
Version bump->0.9.4
2020-11-06 00:21:56 +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