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

Test Info


Library NameSQLite ODB
Version #11.5.0
Version #21.6.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files22
Total Shared Libraries1
Total Symbols / Types210 / 182
VerdictIncompatible
(30.7%)

Problem Summary


SeverityCount
Added Symbols-37
Removed SymbolsHigh9
Problems with
Data Types
High11
Medium3
Low7
Problems with
Symbols
High8
Medium0
Low3
Problems with
Constants
Low0
Other Changes
in Data Types
-4
Other Changes
in Symbols
-9

Added Symbols (37)


connection-factory.hxx, libodb-sqlite-1.6.so
namespace odb::sqlite
connection_pool_factory::create ( )
connection_pool_factory::pooled_connection::pooled_connection [in-charge] ( connection::database_type& p1, int extra_flags )
connection_pool_factory::pooled_connection::pooled_connection [in-charge] ( connection::database_type& p1, sqlite3* p2 )
connection_pool_factory::pooled_connection::pooled_connection [not-in-charge] ( connection::database_type& p1, int extra_flags )
connection_pool_factory::pooled_connection::pooled_connection [not-in-charge] ( connection::database_type& p1, sqlite3* p2 )
single_connection_factory::create ( )
single_connection_factory::single_connection::single_connection [in-charge] ( connection::database_type& p1, int extra_flags )
single_connection_factory::single_connection::single_connection [in-charge] ( connection::database_type& p1, sqlite3* p2 )
single_connection_factory::single_connection::single_connection [not-in-charge] ( connection::database_type& p1, int extra_flags )
single_connection_factory::single_connection::single_connection [not-in-charge] ( connection::database_type& p1, sqlite3* p2 )

connection.hxx, libodb-sqlite-1.6.so
namespace odb::sqlite
connection::begin ( )
connection::begin_exclusive ( )
connection::begin_immediate ( )
connection::connection [in-charge] ( connection::database_type& p1, sqlite3* handle )
connection::connection [not-in-charge] ( connection::database_type& p1, sqlite3* handle )
connection::execute ( char const* statement, std::size_t length )

database.hxx, libodb-sqlite-1.6.so
namespace odb::sqlite
database::connection_ ( )
database::database [in-charge] int& argc, char** argv, bool erase, int flags, bool foreign_keys, std::auto_ptr<connection_factory> p6 )
database::database [in-charge] ( std::string const& name, int flags, bool foreign_keys, std::auto_ptr<connection_factory> p4 )
database::database [not-in-charge] int& argc, char** argv, bool erase, int flags, bool foreign_keys, std::auto_ptr<connection_factory> p6 )
database::database [not-in-charge] ( std::string const& name, int flags, bool foreign_keys, std::auto_ptr<connection_factory> p4 )

query.hxx, libodb-sqlite-1.6.so
namespace odb::sqlite
operator! query const& p1 )
operator&& ( query const& p1, query const& p2 )
operator|| ( query const& p1, query const& p2 )
query::append ( char const* table, char const* column )
query::append std::string const& native )
query::clause_prefix ( ) const
query::optimize ( )
query::true_expr [data]

statement.hxx, libodb-sqlite-1.6.so
namespace odb::sqlite
select_statement::select_statement [in-charge] ( connection& conn, std::string const& statement, binding& data )
select_statement::select_statement [not-in-charge] ( connection& conn, std::string const& statement, binding& data )

statements-base.hxx, libodb-sqlite-1.6.so
namespace odb::sqlite
statements_base::~statements_base [in-charge-deleting] ( )
statements_base::~statements_base [in-charge] ( )
statements_base::~statements_base [not-in-charge] ( )

transaction-impl.hxx, libodb-sqlite-1.6.so
namespace odb::sqlite
transaction_impl::start ( )
transaction_impl::transaction_impl [in-charge] ( connection_ptr p1, enum transaction_impl::lock p2 )
transaction_impl::transaction_impl [not-in-charge] ( connection_ptr p1, enum transaction_impl::lock p2 )

to the top

Removed Symbols (9)


connection-factory.hxx, libodb-sqlite-1.5.so
namespace odb::sqlite
connection_pool_factory::pooled_connection::pooled_connection [in-charge] ( connection::database_type& p1, int extra_flags, connection_pool_factory* p3 )
connection_pool_factory::pooled_connection::pooled_connection [not-in-charge] ( connection::database_type& p1, int extra_flags, connection_pool_factory* p3 )
single_connection_factory::single_connection::single_connection [in-charge] ( connection::database_type& p1, int extra_flags, single_connection_factory* p3 )
single_connection_factory::single_connection::single_connection [not-in-charge] ( connection::database_type& p1, int extra_flags, single_connection_factory* p3 )

database.hxx, libodb-sqlite-1.5.so
namespace odb::sqlite
database::database [in-charge] int& argc, char** argv, bool erase, int flags, std::auto_ptr<connection_factory> p5 )
database::database [in-charge] ( std::string const& name, int flags, std::auto_ptr<connection_factory> p3 )
database::database [not-in-charge] int& argc, char** argv, bool erase, int flags, std::auto_ptr<connection_factory> p5 )
database::database [not-in-charge] ( std::string const& name, int flags, std::auto_ptr<connection_factory> p3 )
database::execute ( char const* statement, std::size_t length )

to the top

Problems with Data Types, High Severity (11)


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

connection.hxx
namespace sqlite
[+] class connection (3)

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

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

query.hxx
namespace sqlite
[+] class query (1)

transaction-impl.hxx
namespace sqlite
[+] class transaction_impl (1)

transaction.hxx
namespace odb
[+] class transaction_impl (2)

to the top

Problems with Symbols, High Severity (8)


connection-factory.hxx, libodb-sqlite-1.5.so
namespace odb::sqlite
[+] connection_pool_factory::pooled_connection::pooled_connection [in-charge] ( connection::database_type& p1, int extra_flags, connection_pool_factory* p3 ) (1)
[+] connection_pool_factory::pooled_connection::pooled_connection [not-in-charge] ( connection::database_type& p1, int extra_flags, connection_pool_factory* p3 ) (1)
[+] single_connection_factory::single_connection::single_connection [not-in-charge] ( connection::database_type& p1, int extra_flags, single_connection_factory* p3 ) (1)
[+] single_connection_factory::single_connection::single_connection [in-charge] ( connection::database_type& p1, int extra_flags, single_connection_factory* p3 ) (1)

database.hxx, libodb-sqlite-1.5.so
namespace odb::sqlite
[+] database::database [not-in-charge] int& argc, char** argv, bool erase, int flags, std::auto_ptr<connection_factory> p5 ) (1)
[+] database::database [in-charge] int& argc, char** argv, bool erase, int flags, std::auto_ptr<connection_factory> p5 ) (1)
[+] database::database [in-charge] ( std::string const& name, int flags, std::auto_ptr<connection_factory> p3 ) (1)
[+] database::database [not-in-charge] ( std::string const& name, int flags, std::auto_ptr<connection_factory> p3 ) (1)

to the top

Problems with Data Types, Medium Severity (3)


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

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

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

to the top

Problems with Data Types, Low Severity (7)


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

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

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

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

transaction-impl.hxx
namespace odb::sqlite
[+] class transaction_impl (1)

to the top

Problems with Symbols, Low Severity (3)


connection-factory.hxx, libodb-sqlite-1.5.so
namespace odb::sqlite
[+] connection_pool_factory::connect ( ) (1)
[+] new_connection_factory::connect ( ) (1)
[+] single_connection_factory::connect ( ) (1)

to the top

Other Changes in Data Types (4)


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

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

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

to the top

Other Changes in Symbols (9)


transaction-impl.hxx, libodb-sqlite-1.5.so
namespace sqlite
[+] transaction_impl::commit ( ) (1)
[+] transaction_impl::rollback ( ) (1)
[+] transaction_impl::transaction_impl [in-charge] ( transaction_impl::database_type& p1, enum transaction_impl::lock p2 ) (1)
[+] transaction_impl::transaction_impl [not-in-charge] ( transaction_impl::database_type& p1, enum transaction_impl::lock p2 ) (1)
[+] transaction_impl::~transaction_impl [not-in-charge] ( ) (1)
[+] transaction_impl::~transaction_impl [in-charge-deleting] ( ) (1)
[+] transaction_impl::~transaction_impl [in-charge] ( ) (1)

transaction.hxx
namespace odb
[+] transaction_impl::commit ( ) (1)
[+] transaction_impl::rollback ( ) (1)

to the top

Header Files (22)


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-statements.hxx
options.hxx
query.hxx
result.hxx
sqlite-types.hxx
statement-cache.hxx
statement.hxx
traits.hxx
transaction-impl.hxx
transaction.hxx
version.hxx

to the top

Shared Libraries (1)


libodb-sqlite-1.5.so

to the top




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