Binary compatibility report for the PostgreSQL ODB library  between 2.3.1 and 2.4.0 versions on x86

Test Info


Library NamePostgreSQL ODB
Version #12.3.1
Version #22.4.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files39
Total Shared Libraries1
Total Symbols / Types277 / 274
VerdictIncompatible
(7.9%)

Problem Summary


SeverityCount
Added Symbols-6
Removed SymbolsHigh4
Problems with
Data Types
High6
Medium0
Low9
Problems with
Symbols
High4
Medium0
Low0
Problems with
Constants
Low0

Added Symbols (6)


exceptions.hxx, libodb-pgsql-2.4.so
namespace odb::pgsql
cli_exception::clone ( ) const
database_exception::clone ( ) const

statement.hxx, libodb-pgsql-2.4.so
namespace odb::pgsql
insert_statement::insert_statement [in-charge] ( statement::connection_type& conn, char const* name, char const* text, bool process_text, Oid const* types, std::size_t types_count, binding& param, native_binding& native_param, binding* returning, bool copy_name_text )
insert_statement::insert_statement [in-charge] ( statement::connection_type& conn, std::string const& name, std::string const& text, bool process_text, Oid const* types, std::size_t types_count, binding& param, native_binding& native_param, binding* returning )
insert_statement::insert_statement [not-in-charge] ( statement::connection_type& conn, char const* name, char const* text, bool process_text, Oid const* types, std::size_t types_count, binding& param, native_binding& native_param, binding* returning, bool copy_name_text )
insert_statement::insert_statement [not-in-charge] ( statement::connection_type& conn, std::string const& name, std::string const& text, bool process_text, Oid const* types, std::size_t types_count, binding& param, native_binding& native_param, binding* returning )

to the top

Removed Symbols (4)


statement.hxx, libodb-pgsql-2.3.so
namespace odb::pgsql
insert_statement::insert_statement [in-charge] ( statement::connection_type& conn, char const* name, char const* text, bool process_text, Oid const* types, std::size_t types_count, binding& param, native_binding& native_param, bool returning, bool copy_name_text )
insert_statement::insert_statement [in-charge] ( statement::connection_type& conn, std::string const& name, std::string const& text, bool process_text, Oid const* types, std::size_t types_count, binding& param, native_binding& native_param, bool returning )
insert_statement::insert_statement [not-in-charge] ( statement::connection_type& conn, char const* name, char const* text, bool process_text, Oid const* types, std::size_t types_count, binding& param, native_binding& native_param, bool returning, bool copy_name_text )
insert_statement::insert_statement [not-in-charge] ( statement::connection_type& conn, std::string const& name, std::string const& text, bool process_text, Oid const* types, std::size_t types_count, binding& param, native_binding& native_param, bool returning )

to the top

Problems with Data Types, High Severity (6)


exception.hxx
namespace odb
[+] class exception (3)

exceptions.hxx
namespace odb
[+] class database_exception (1)

exceptions.hxx
namespace odb::pgsql
[+] class cli_exception (1)
[+] class database_exception (1)

to the top

Problems with Symbols, High Severity (4)


statement.hxx, libodb-pgsql-2.3.so
namespace odb::pgsql
[+] insert_statement::insert_statement [in-charge] ( statement::connection_type& conn, char const* name, char const* text, bool process_text, Oid const* types, std::size_t types_count, binding& param, native_binding& native_param, bool returning, bool copy_name_text ) (1)
[+] insert_statement::insert_statement [not-in-charge] ( statement::connection_type& conn, char const* name, char const* text, bool process_text, Oid const* types, std::size_t types_count, binding& param, native_binding& native_param, bool returning, bool copy_name_text ) (1)
[+] insert_statement::insert_statement [not-in-charge] ( statement::connection_type& conn, std::string const& name, std::string const& text, bool process_text, Oid const* types, std::size_t types_count, binding& param, native_binding& native_param, bool returning ) (1)
[+] insert_statement::insert_statement [in-charge] ( statement::connection_type& conn, std::string const& name, std::string const& text, bool process_text, Oid const* types, std::size_t types_count, binding& param, native_binding& native_param, bool returning ) (1)

to the top

Problems with Data Types, Low Severity (9)


database.hxx
namespace odb
[+] typedef database::query_factory_map (1)

exception.hxx
namespace details
[+] class exception (1)

exceptions.hxx
namespace odb
[+] class connection_lost (1)
[+] class deadlock (1)
[+] class recoverable (1)

exceptions.hxx
namespace odb::details
[+] class posix_exception (1)

statement.hxx
namespace odb::pgsql
[+] class insert_statement (3)

to the top

Header Files (39)


auto-handle.hxx
binding.hxx
config.h
config.hxx
connection-factory.hxx
connection.hxx
container-statements.hxx
conversion.hxx
database.hxx
endian-traits.hxx
error.hxx
exceptions.hxx
export.hxx
forward.hxx
no-id-object-result.hxx
no-id-object-statements.hxx
options.hxx
pgsql-fwd.hxx
pgsql-oid.hxx
pgsql-types.hxx
polymorphic-object-result.hxx
polymorphic-object-statements.hxx
prepared-query.hxx
query-dynamic.hxx
query.hxx
section-statements.hxx
simple-object-result.hxx
simple-object-statements.hxx
statement-cache.hxx
statement.hxx
statements-base.hxx
tracer.hxx
traits-calls.hxx
traits.hxx
transaction-impl.hxx
transaction.hxx
version.hxx
view-result.hxx
view-statements.hxx

to the top

Shared Libraries (1)


libodb-pgsql-2.3.so

to the top




Generated on Tue Feb 10 23:51:46 2015 for PostgreSQL ODB by ABI Compliance Checker 1.99.9  
A tool for checking backward compatibility of a C/C++ library API