Binary compatibility report for the OpenDBX library  between 1.3.9 and 1.3.10 versions on x86

Test Info


Library NameOpenDBX
Version #11.3.9
Version #21.3.10
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files3
Total Shared Libraries2
Total Symbols / Types79 / 79
VerdictIncompatible
(8.9%)

Problem Summary


SeverityCount
Added Symbols-7
Removed SymbolsHigh4
Problems with
Data Types
High0
Medium2
Low1
Problems with
Symbols
High2
Medium0
Low2
Problems with
Constants
Low0
Other Changes
in Symbols
-12

Added Symbols (7)


api, libopendbxplus.so.0.0.0
namespace OpenDBX
Conn::create char const* sql, unsigned long size, enum Stmt::Type type )
Conn::create ( std::string const& sql, enum Stmt::Type type )
Conn::finish ( )
Exception::getCode ( )
Exception::getType ( )
Lob::close ( )
Result::finish ( )

to the top

Removed Symbols (4)


api, libopendbxplus.so.0.0.0
namespace OpenDBX
Conn::create ( enum Stmt::Type type, char const* sql, unsigned long size )
Conn::create ( enum Stmt::Type type, std::string const& sql )
Exception::getErrorCode ( )
Exception::getSeverity ( )

to the top

Problems with Symbols, High Severity (2)


api, libopendbxplus.so.0.0.0
namespace OpenDBX
[+] Conn::create ( enum Stmt::Type type, char const* sql, unsigned long size ) (1)
[+] Conn::create ( enum Stmt::Type type, std::string const& sql ) (1)

to the top

Problems with Data Types, Medium Severity (2)


api
namespace OpenDBX
[+] class Stmt (2)

to the top

Problems with Data Types, Low Severity (1)


api
namespace OpenDBX
[+] class Exception (1)

to the top

Problems with Symbols, Low Severity (2)


api, libopendbxplus.so.0.0.0
namespace OpenDBX
[+] Exception::Exception [not-in-charge] std::string msg, int err, int severity ) (1)
[+] Exception::Exception [in-charge] std::string msg, int err, int severity ) (1)

to the top

Other Changes in Symbols (12)


api, libopendbxplus.so.0.0.0
namespace OpenDBX
[+] Conn::bind ( char const* database, char const* who, char const* cred, enum odbxbind method ) (2)
[+] Conn::bind ( std::string const& database, std::string const& who, std::string const& cred, enum odbxbind method ) (2)
[+] Conn::Conn [in-charge] ( char const* backend, char const* host, char const* port ) (2)
[+] Conn::Conn [not-in-charge] ( char const* backend, char const* host, char const* port ) (2)
[+] Conn::Conn [in-charge] ( std::string const& backend, std::string const& host, std::string const& port ) (2)
[+] Conn::Conn [not-in-charge] ( std::string const& backend, std::string const& host, std::string const& port ) (2)

to the top

Header Files (3)


api
api.h
odbx.h

to the top

Shared Libraries (2)


libopendbx.so.1.1.0
libopendbxplus.so.0.0.0

to the top




Generated on Wed Apr 2 18:42:29 2014 for OpenDBX by ABI Compliance Checker 1.99.9  
A tool for checking backward compatibility of a C/C++ library API