Binary compatibility report for the SQLite ODB library  between 1.6.0 and 1.7.0 versions on x86

Test Info


Library NameSQLite ODB
Version #11.6.0
Version #21.7.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files27
Total Shared Libraries1
Total Symbols / Types240 / 199
VerdictIncompatible
(41.2%)

Problem Summary


SeverityCount
Added Symbols-29
Removed SymbolsHigh11
Problems with
Data Types
High6
Medium2
Low7
Problems with
Symbols
High3
Medium0
Low19
Problems with
Constants
Low0
Other Changes
in Data Types
-1

Added Symbols (29)


statement.hxx, libodb-sqlite-1.7.so
namespace odb::sqlite
delete_statement::delete_statement [in-charge] ( connection& conn, char const* text, binding& param )
delete_statement::delete_statement [not-in-charge] ( connection& conn, char const* text, binding& param )
generic_statement::execute ( )
generic_statement::generic_statement [in-charge] ( connection& p1, char const* text )
generic_statement::generic_statement [in-charge] ( connection& p1, char const* text, std::size_t text_size )
generic_statement::generic_statement [in-charge] ( connection& p1, std::string const& text )
generic_statement::generic_statement [not-in-charge] ( connection& p1, char const* text )
generic_statement::generic_statement [not-in-charge] ( connection& p1, char const* text, std::size_t text_size )
generic_statement::generic_statement [not-in-charge] ( connection& p1, std::string const& text )
generic_statement::~generic_statement [in-charge-deleting] ( )
generic_statement::~generic_statement [in-charge] ( )
insert_statement::insert_statement [in-charge] ( connection& conn, char const* text, binding& param )
insert_statement::insert_statement [not-in-charge] ( connection& conn, char const* text, binding& param )
select_statement::select_statement [in-charge] ( connection& conn, char const* text, binding& param, binding& result )
select_statement::select_statement [in-charge] ( connection& conn, char const* text, binding& result )
select_statement::select_statement [not-in-charge] ( connection& conn, char const* text, binding& param, binding& result )
select_statement::select_statement [not-in-charge] ( connection& conn, char const* text, binding& result )
statement::bind_param ( struct bind const* p1, std::size_t count )
statement::text ( ) const
update_statement::update_statement [in-charge] ( connection& conn, char const* text, binding& param )
update_statement::update_statement [in-charge] ( connection& conn, std::string const& text, binding& param )
update_statement::update_statement [not-in-charge] ( connection& conn, char const* text, binding& param )
update_statement::update_statement [not-in-charge] ( connection& conn, std::string const& text, binding& param )

tracer.hxx, libodb-sqlite-1.7.so
namespace odb::sqlite
tracer::deallocate ( connection& p1, statement const& p2 )
tracer::execute ( connection& p1, statement const& p2 )
tracer::prepare ( connection& p1, statement const& p2 )
tracer::~tracer [in-charge-deleting] ( )
tracer::~tracer [in-charge] ( )
tracer::~tracer [not-in-charge] ( )

to the top

Removed Symbols (11)


statement.hxx, libodb-sqlite-1.6.so
namespace odb::sqlite
simple_statement::execute ( )
simple_statement::simple_statement [in-charge] ( connection& p1, char const* statement, std::size_t n )
simple_statement::simple_statement [in-charge] ( connection& p1, std::string const& statement )
simple_statement::simple_statement [not-in-charge] ( connection& p1, char const* statement, std::size_t n )
simple_statement::simple_statement [not-in-charge] ( connection& p1, std::string const& statement )
simple_statement::~simple_statement [in-charge-deleting] ( )
simple_statement::~simple_statement [in-charge] ( )
statement::bind_param ( struct bind const* p1, std::size_t count, std::size_t start_param )
update_statement::update_statement [in-charge] ( connection& conn, std::string const& statement, binding& cond, binding& data )
update_statement::update_statement [not-in-charge] ( connection& conn, std::string const& statement, binding& cond, binding& data )
vtable for simple_statement [data]

to the top

Problems with Data Types, High Severity (6)


connection-factory.hxx
namespace odb::sqlite
[+] class connection_pool_factory::pooled_connection (1)
[+] class single_connection_factory::single_connection (1)

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

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

statement.hxx
namespace odb::sqlite
[+] class statement (2)

to the top

Problems with Symbols, High Severity (3)


statement.hxx, libodb-sqlite-1.6.so
namespace odb::sqlite
[+] statement::bind_param ( struct bind const* p1, std::size_t count, std::size_t start_param ) (1)
[+] update_statement::update_statement [in-charge] ( connection& conn, std::string const& statement, binding& cond, binding& data ) (1)
[+] update_statement::update_statement [not-in-charge] ( connection& conn, std::string const& statement, binding& cond, binding& data ) (1)

to the top

Problems with Data Types, Medium Severity (2)


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

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

to the top

Problems with Data Types, Low Severity (7)


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

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

statement.hxx
namespace odb::sqlite
[+] class update_statement (2)

to the top

Problems with Symbols, Low Severity (19)


statement.hxx, libodb-sqlite-1.6.so
namespace odb::sqlite
[+] delete_statement::delete_statement [in-charge] ( connection& conn, std::string const& statement, binding& cond ) (2)
[+] delete_statement::delete_statement [not-in-charge] ( connection& conn, std::string const& statement, binding& cond ) (2)
[+] insert_statement::insert_statement [in-charge] ( connection& conn, std::string const& statement, binding& data ) (2)
[+] insert_statement::insert_statement [not-in-charge] ( connection& conn, std::string const& statement, binding& data ) (2)
[+] select_statement::select_statement [not-in-charge] ( connection& conn, std::string const& statement, binding& data ) (2)
[+] select_statement::select_statement [in-charge] ( connection& conn, std::string const& statement, binding& data ) (2)
[+] select_statement::select_statement [in-charge] ( connection& conn, std::string const& statement, binding& cond, binding& data ) (3)
[+] select_statement::select_statement [not-in-charge] ( connection& conn, std::string const& statement, binding& cond, binding& data ) (3)
[+] update_statement::execute ( ) (1)

to the top

Other Changes in Data Types (1)


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

to the top

Header Files (27)


auto-handle.hxx
binding.hxx
config.h
config.hxx
connection-factory.hxx
connection.hxx
container-statements.hxx
database.hxx
error.hxx
exceptions.hxx
export.hxx
forward.hxx
object-result.hxx
object-statements.hxx
options.hxx
query.hxx
result.hxx
sqlite-types.hxx
statement-cache.hxx
statement.hxx
statements-base.hxx
traits.hxx
transaction-impl.hxx
transaction.hxx
version.hxx
view-result.hxx
view-statements.hxx

to the top

Shared Libraries (1)


libodb-sqlite-1.6.so

to the top




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