Binary compatibility report for the SQLite ODB library  between 2.2.3 and 2.3.0 versions on x86

Test Info


Library NameSQLite ODB
Version #12.2.3
Version #22.3.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files34
Total Shared Libraries1
Total Symbols / Types290 / 271
VerdictIncompatible
(23.1%)

Problem Summary


SeverityCount
Added Symbols-17
Removed SymbolsHigh16
Problems with
Data Types
High5
Medium2
Low7
Problems with
Symbols
High16
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Data Types
-1

Added Symbols (17)


database.hxx, libodb-sqlite-2.3.so
namespace odb::sqlite
database::load_schema_version std::string const& schema_name ) const

statement.hxx, libodb-sqlite-2.3.so
namespace odb::sqlite
insert_statement::insert_statement [in-charge] ( statement::connection_type& conn, char const* text, bool process_text, binding& param )
insert_statement::insert_statement [in-charge] ( statement::connection_type& conn, std::string const& text, bool process_text, binding& param )
insert_statement::insert_statement [not-in-charge] ( statement::connection_type& conn, char const* text, bool process_text, binding& param )
insert_statement::insert_statement [not-in-charge] ( statement::connection_type& conn, std::string const& text, bool process_text, binding& param )
select_statement::select_statement [in-charge] ( statement::connection_type& conn, char const* text, bool process_text, bool optimize_text, binding& param, binding& result )
select_statement::select_statement [in-charge] ( statement::connection_type& conn, char const* text, bool process_text, bool optimize_text, binding& result )
select_statement::select_statement [in-charge] ( statement::connection_type& conn, std::string const& text, bool process_text, bool optimize_text, binding& param, binding& result )
select_statement::select_statement [in-charge] ( statement::connection_type& conn, std::string const& text, bool process_text, bool optimize_text, binding& result )
select_statement::select_statement [not-in-charge] ( statement::connection_type& conn, char const* text, bool process_text, bool optimize_text, binding& param, binding& result )
select_statement::select_statement [not-in-charge] ( statement::connection_type& conn, char const* text, bool process_text, bool optimize_text, binding& result )
select_statement::select_statement [not-in-charge] ( statement::connection_type& conn, std::string const& text, bool process_text, bool optimize_text, binding& param, binding& result )
select_statement::select_statement [not-in-charge] ( statement::connection_type& conn, std::string const& text, bool process_text, bool optimize_text, binding& result )
update_statement::update_statement [in-charge] ( statement::connection_type& conn, char const* text, bool process_text, binding& param )
update_statement::update_statement [in-charge] ( statement::connection_type& conn, std::string const& text, bool process_text, binding& param )
update_statement::update_statement [not-in-charge] ( statement::connection_type& conn, char const* text, bool process_text, binding& param )
update_statement::update_statement [not-in-charge] ( statement::connection_type& conn, std::string const& text, bool process_text, binding& param )

to the top

Removed Symbols (16)


statement.hxx, libodb-sqlite-2.2.so
namespace odb::sqlite
insert_statement::insert_statement [in-charge] ( statement::connection_type& conn, char const* text, binding& param )
insert_statement::insert_statement [in-charge] ( statement::connection_type& conn, std::string const& text, binding& param )
insert_statement::insert_statement [not-in-charge] ( statement::connection_type& conn, char const* text, binding& param )
insert_statement::insert_statement [not-in-charge] ( statement::connection_type& conn, std::string const& text, binding& param )
select_statement::select_statement [in-charge] ( statement::connection_type& conn, char const* text, binding& param, binding& result )
select_statement::select_statement [in-charge] ( statement::connection_type& conn, char const* text, binding& result )
select_statement::select_statement [in-charge] ( statement::connection_type& conn, std::string const& text, binding& param, binding& result )
select_statement::select_statement [in-charge] ( statement::connection_type& conn, std::string const& text, binding& result )
select_statement::select_statement [not-in-charge] ( statement::connection_type& conn, char const* text, binding& param, binding& result )
select_statement::select_statement [not-in-charge] ( statement::connection_type& conn, char const* text, binding& result )
select_statement::select_statement [not-in-charge] ( statement::connection_type& conn, std::string const& text, binding& param, binding& result )
select_statement::select_statement [not-in-charge] ( statement::connection_type& conn, std::string const& text, binding& result )
update_statement::update_statement [in-charge] ( statement::connection_type& conn, char const* text, binding& param )
update_statement::update_statement [in-charge] ( statement::connection_type& conn, std::string const& text, binding& param )
update_statement::update_statement [not-in-charge] ( statement::connection_type& conn, char const* text, binding& param )
update_statement::update_statement [not-in-charge] ( statement::connection_type& conn, std::string const& text, binding& param )

to the top

Problems with Data Types, High Severity (5)


database.hxx
namespace odb
[+] class database (1)

database.hxx
namespace odb::sqlite
[+] class database (1)

simple-object-statements.hxx
namespace odb::sqlite
[+] class object_statements_base (1)

statement-cache.hxx
namespace odb::sqlite
[+] class statement_cache (1)

statements-base.hxx
namespace odb::sqlite
[+] class statements_base (1)

to the top

Problems with Symbols, High Severity (16)


statement.hxx, libodb-sqlite-2.2.so
namespace odb::sqlite
[+] insert_statement::insert_statement [in-charge] ( statement::connection_type& conn, char const* text, binding& param ) (1)
[+] insert_statement::insert_statement [not-in-charge] ( statement::connection_type& conn, char const* text, binding& param ) (1)
[+] insert_statement::insert_statement [in-charge] ( statement::connection_type& conn, std::string const& text, binding& param ) (1)
[+] insert_statement::insert_statement [not-in-charge] ( statement::connection_type& conn, std::string const& text, binding& param ) (1)
[+] select_statement::select_statement [in-charge] ( statement::connection_type& conn, char const* text, binding& result ) (1)
[+] select_statement::select_statement [not-in-charge] ( statement::connection_type& conn, char const* text, binding& result ) (1)
[+] select_statement::select_statement [in-charge] ( statement::connection_type& conn, char const* text, binding& param, binding& result ) (1)
[+] select_statement::select_statement [not-in-charge] ( statement::connection_type& conn, char const* text, binding& param, binding& result ) (1)
[+] select_statement::select_statement [not-in-charge] ( statement::connection_type& conn, std::string const& text, binding& result ) (1)
[+] select_statement::select_statement [in-charge] ( statement::connection_type& conn, std::string const& text, binding& result ) (1)
[+] select_statement::select_statement [in-charge] ( statement::connection_type& conn, std::string const& text, binding& param, binding& result ) (1)
[+] select_statement::select_statement [not-in-charge] ( statement::connection_type& conn, std::string const& text, binding& param, binding& result ) (1)
[+] update_statement::update_statement [in-charge] ( statement::connection_type& conn, char const* text, binding& param ) (1)
[+] update_statement::update_statement [not-in-charge] ( statement::connection_type& conn, char const* text, binding& param ) (1)
[+] update_statement::update_statement [in-charge] ( statement::connection_type& conn, std::string const& text, binding& param ) (1)
[+] update_statement::update_statement [not-in-charge] ( statement::connection_type& conn, std::string const& text, binding& param ) (1)

to the top

Problems with Data Types, Medium Severity (2)


connection.hxx
namespace odb
[+] class connection (1)

result.hxx
namespace odb
[+] class result_impl (1)

to the top

Problems with Data Types, Low Severity (7)


database.hxx
namespace odb
[+] class database (5)

statement-cache.hxx
namespace odb::sqlite
[+] class statement_cache (1)

statements-base.hxx
namespace odb::sqlite
[+] class statements_base (1)

to the top

Other Changes in Data Types (1)


connection.hxx
namespace odb::sqlite
[+] class connection (1)

to the top

Header Files (34)


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

to the top

Shared Libraries (1)


libodb-sqlite-2.2.so

to the top




Generated on Fri Dec 6 17:23:52 2013 for SQLite ODB by ABI Compliance Checker 1.99.8.4  
A tool for checking backward compatibility of a C/C++ library API