Binary compatibility report for the OpenDBX library between 1.3.5 and 1.3.6 versions on x86
Test Info
Library Name | OpenDBX |
Version #1 | 1.3.5 |
Version #2 | 1.3.6 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 2 |
Total Symbols / Types | 73 / 79 |
Verdict | Incompatible (2.7%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 6 |
Removed Symbols | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 2 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (6)
api,
libopendbxplus.so.0.0.0
namespace OpenDBX
Conn::bind ( char const* database, char const* who, char const* cred, enum odbxbind method )
[symbol: _ZN7OpenDBX4Conn4bindEPKcS2_S2_8odbxbind]
Conn::Conn [in-charge] ( char const* backend, char const* host, char const* port )
[symbol: _ZN7OpenDBX4ConnC1EPKcS2_S2_]
Conn::Conn [not-in-charge] ( char const* backend, char const* host, char const* port )
[symbol: _ZN7OpenDBX4ConnC2EPKcS2_S2_]
Conn::create ( enum Stmt::Type type, char const* sql, unsigned long size )
[symbol: _ZN7OpenDBX4Conn6createENS_4Stmt4TypeEPKcm]
Conn::create ( enum Stmt::Type type, std::string const& sql )
[symbol: _ZN7OpenDBX4Conn6createENS_4Stmt4TypeERKSs]
Stmt::bind ( void const* data, unsigned long size, size_t pos, int flags )
[symbol: _ZN7OpenDBX4Stmt4bindEPKvmji]
to the top
Removed Symbols (2)
api.hpp,
libopendbxplus.so.0.0.0
namespace OpenDBX
Conn::create ( std::string const& sql, enum Stmt::Type type )
[symbol: _ZN7OpenDBX4Conn6createERKSsNS_4Stmt4TypeE]
Stmt::bind ( std::string const& data, int flags, size_t pos )
[symbol: _ZN7OpenDBX4Stmt4bindERKSsij]
to the top
Problems with Symbols, High Severity (2)
api.hpp,
libopendbxplus.so.0.0.0
namespace OpenDBX
[+] Conn::create ( std::string const& sql, enum Stmt::Type type ) (1)
changed to:Conn::create ( enum Stmt::Type type, char const* sql, unsigned long size )
[symbol: _ZN7OpenDBX4Conn6createERKSsNS_4Stmt4TypeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7OpenDBX4Conn6createERKSsNS_4Stmt4TypeE to _ZN7OpenDBX4Conn6createENS_4Stmt4TypeEPKcm. This may cause "undefined reference" linker error in old client applications. |
[+] Stmt::bind ( std::string const& data, int flags, size_t pos ) (1)
changed to:Stmt::bind ( void const* data, unsigned long size, size_t pos, int flags )
[symbol: _ZN7OpenDBX4Stmt4bindERKSsij]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7OpenDBX4Stmt4bindERKSsij to _ZN7OpenDBX4Stmt4bindEPKvmji. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (3)
api.h
api.hpp
odbx.h
to the top
Shared Libraries (2)
libopendbx.so.1.1.0
libopendbxplus.so.0.0.0
to the top