Binary compatibility report for the libsqlite3.so.0 library  between 0.8.6-MeeGo 1.2 Core and 0.8.6-MeeGo 1.2 Harmattan versions on x86

Test Info


Library Namelibsqlite3.so.0
Version #10.8.6-MeeGo 1.2 Core (gcc 4.5.1)
Version #20.8.6-MeeGo 1.2 Harmattan (gcc 4.4.1)
CPU Architecturex86

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types183 / 88
VerdictCompatible

Problem Summary


SeverityCount
Added Symbols-7
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1

Added Symbols (7)


sqlite3.h, libsqlite3.so.0.8.6
sqlite3_blob_reopen ( sqlite3_blob* p1, sqlite3_int64 p2 )
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_enable_load_extension sqlite3* db, int onoff )
sqlite3_load_extension sqlite3* db, char const* zFile, char const* zProc, char** pzErrMsg )
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_stmt_readonly sqlite3_stmt* pStmt )

to the top

Problems with Constants (1)


sqlite3.h
[+] SQLITE_TESTCTRL_LAST

to the top

Header Files (1)


sqlite3.h

to the top

Shared Libraries (1)


libsqlite3.so.0.8.6

to the top




Generated on Fri Sep 2 19:36:23 2011 for libsqlite3.so.0 by ABI Compliance Checker 1.93.8  
A tool for checking backward binary compatibility of a shared C/C++ library API