Binary compatibility report for the OpenDBX library  between 1.3.5 and 1.3.6 versions on x86

Test Info


Library NameOpenDBX
Version #11.3.5
Version #21.3.6
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files3
Total Shared Libraries2
Total Symbols / Types73 / 79
VerdictIncompatible
(2.7%)

Problem Summary


SeverityCount
Added Symbols-6
Removed SymbolsHigh2
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High2
Medium0
Low0
Problems with
Constants
Low0

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 )
Conn::Conn [in-charge] ( char const* backend, char const* host, char const* port )
Conn::Conn [not-in-charge] ( char const* backend, char const* host, char const* port )
Conn::create ( enum Stmt::Type type, char const* sql, unsigned long size )
Conn::create ( enum Stmt::Type type, std::string const& sql )
Stmt::bind ( void const* data, unsigned long size, size_t pos, int flags )

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 )
Stmt::bind ( std::string const& data, int flags, size_t pos )

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)
[+] Stmt::bind ( std::string const& data, int flags, size_t pos ) (1)

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




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