mirror of
https://github.com/SOCI/soci.git
synced 2026-02-15 10:48:42 -06:00
f032c2a695d449a0dd8a15b18a13ca8e7373bd7f
Unfortunately we don't get any real information about these leaks, the
entire report is
==10667==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 176 byte(s) in 1 object(s) allocated from:
#0 0x7ff24b649602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602)
#1 0x7ff23f0ef551 (<unknown module>)
Indirect leak of 744 byte(s) in 3 object(s) allocated from:
#0 0x7ff24b649602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602)
#1 0x7ff23f0ef551 (<unknown module>)
Indirect leak of 64 byte(s) in 1 object(s) allocated from:
#0 0x7ff24b649602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602)
#1 0x7ff23f456d89 (<unknown module>)
So we can only disable leaks coming from libasan.so to suppress them
which, of course, risks hiding any other leaks too. The only way to
check for them is to check that the count of suppressions in libasan.so
doesn't increase beyond 5.
SOCI - The C++ Database Access Library
Build Status
| Branches | Travis-CI | AppVeyor-CI | Documentation | Coverity Scan |
|---|---|---|---|---|
| master | ||||
| release/4.0 | ||||
| release/3.2 |
History
Originally, SOCI was developed by Maciej Sobczak at CERN as abstraction layer for Oracle, a Simple Oracle Call Interface. Later, several database backends have been developed for SOCI, thus the long name has lost its practicality. Currently, if you like, SOCI may stand for Simple Open (Database) Call Interface or something similar.
"CERN is also a user of the SOCI library, which serves as a database access layer in some of the control system components."
-- Maciej Sobczak at Inspirel
License
SOCI library is distributed under the terms of the Boost Software License.
Requirements
Core:
- C++ compiler
- Boost C++ Libraries (optional, headers and Boost.DateTime)
Backend specific client libraries for:
- DB2
- Firebird
- MySQL
- ODBC with specific database driver
- Oracle
- PostgreSQL
- SQLite 3
See documentation at soci.sourceforge.net for details
BSL © Maciej Sobczak and contributors.
Description
Languages
C++
90.1%
Ada
3.4%
CMake
3.2%
Shell
2%
HTML
0.9%
Other
0.3%