Binary compatibility report for the SpatiaLite library between 2.3.0 and 2.3.1 versions on x86
Test Info
Library Name | SpatiaLite |
Version #1 | 2.3.0 |
Version #2 | 2.3.1 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 7 |
Total Shared Libraries | 1 |
Total Symbols / Types | 347 / 170 |
Verdict | Compatible |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Problems with Symbols, Low Severity (1)
sqlite3.h,
libspatialite.so.2.0.3
[+] sqlite3_declare_vtab ( sqlite3* p1, char const* zCreateTable ) (1)
changed to:sqlite3_declare_vtab ( sqlite3* p1, char const* zSQL )
| Change | Effect |
---|
1 | 2nd parameter zCreateTable has been renamed to zSQL. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Header Files (7)
gaiaaux.h
gaiaexif.h
gaiageo.h
spatialite.h
spatialite.h (spatialite/spatialite.h)
sqlite3.h
sqlite3ext.h
to the top
Shared Libraries (1)
libspatialite.so.2.0.3
to the top