Binary compatibility report for the libsqlite3.so.0 library  between 0.8.6-Maemo 5.0 and 0.8.6-MeeGo 1.2 Harmattan versions on ARM

Test Info


Library Namelibsqlite3.so.0
Version #10.8.6-Maemo 5.0 (gcc 4.2.1)
Version #20.8.6-MeeGo 1.2 Harmattan (gcc 4.4.1)
CPU ArchitectureARM

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types190 / 14
VerdictCompatible

Problem Summary


SeverityCount
Added Symbols-13
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low3
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0

Added Symbols (13)


sqlite3.h, libsqlite3.so.0.8.6
sqlite3_blob_reopen sqlite3_blob* p1, sqlite3_int64 p2 )
sqlite3_compileoption_get int N )
sqlite3_compileoption_used char const* zOptName )
sqlite3_create_function_v2 sqlite3* db, char const* zFunctionName, int nArg, int eTextRep, void* pApp, void(*xFunc)(sqlite3_context*, int, sqlite3_value**), void(*xStep)(sqlite3_context*, int, sqlite3_value**), void(*xFinal)(sqlite3_context*), void(*xDestroy)(void*) )
sqlite3_log int iErrCode, char const* zFormat, ... )
sqlite3_rtree_geometry_callback sqlite3* db, char const* zGeom, int(*xGeom)(sqlite3_rtree_geometry*, int, double*, int*), void* pContext )
sqlite3_soft_heap_limit64 sqlite3_int64 N )
sqlite3_sourceid ( )
sqlite3_stmt_readonly sqlite3_stmt* pStmt )
sqlite3_strnicmp char const* p1, char const* p2, int p3 )
sqlite3_wal_autocheckpoint sqlite3* db, int N )
sqlite3_wal_checkpoint sqlite3* db, char const* zDb )
sqlite3_wal_hook sqlite3* p1, int(*p2)(void*, sqlite3*, char const*, int), void* p3 )

to the top

Problems with Data Types, Low Severity (3)


sqlite3.h
[+] struct sqlite3_vfs (2)

stdarg.h
[+] typedef va_list (1)

to the top

Header Files (1)


sqlite3.h

to the top

Shared Libraries (1)


libsqlite3.so.0.8.6

to the top




Generated on Wed Jun 29 19:42:50 2011 for libsqlite3.so.0 by ABI Compliance Checker 1.23.4  
A tool for checking backward binary compatibility of a shared C/C++ library API