Binary compatibility report for the libgda library between 3.99.11 and 3.99.12 versions on x86
Test Info
Library Name | libgda |
Version #1 | 3.99.11 |
Version #2 | 3.99.12 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 85 |
Total Shared Libraries | 3 |
Total Symbols / Types | 786 / 553 |
Verdict | Incompatible (0.25%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 3 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 4 |
Low | 4 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (3)
gda-row.h,
libgda-4.0.so.4.0.0
gda_row_invalidate_value ( GdaRow* row, GValue* value )
gda_row_value_is_valid ( GdaRow* row, GValue* value )
gda-util.h,
libgda-4.0.so.4.0.0
gda_sql_identifier_split ( gchar const* id )
to the top
Problems with Symbols, Medium Severity (4)
gda-value.h,
libgda-4.0.so.4.0.0
[+] gda_string_to_binary ( gchar const* str, GdaBinary* bin ) (1)
changed to:gda_string_to_binary ( gchar const* str )
| Change | Effect |
---|
1 | 2nd parameter bin has been removed from the calling stack. | This parameter will be ignored by the function. |
[+] gda_string_to_blob ( gchar const* str, GdaBlob* blob ) (1)
changed to:gda_string_to_blob ( gchar const* str )
| Change | Effect |
---|
1 | 2nd parameter blob has been removed from the calling stack. | This parameter will be ignored by the function. |
[+] gda_value_take_binary ( GValue* value, GdaBinary const* binary ) (1)
changed to:gda_value_take_binary ( GValue* value, GdaBinary* binary )
| Change | Effect |
---|
1 | Type of 2nd parameter binary has been changed from GdaBinary const* to GdaBinary* (became non-const). | This function may change parameter binary, but it will be treated as const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] gda_value_take_blob ( GValue* value, GdaBlob const* blob ) (1)
changed to:gda_value_take_blob ( GValue* value, GdaBlob* blob )
| Change | Effect |
---|
1 | Type of 2nd parameter blob has been changed from GdaBlob const* to GdaBlob* (became non-const). | This function may change parameter blob, but it will be treated as const by old client applications. This may result in crash or incorrect behavior of applications. |
to the top
Problems with Symbols, Low Severity (4)
gda-value.h,
libgda-4.0.so.4.0.0
[+] gda_string_to_binary ( gchar const* str, GdaBinary* bin ) (2)
| Change | Effect |
---|
1 | The pointer level of return value has been increased from 0 to 1. | Applications will treat the return value as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of return value has been changed from gboolean to GdaBinary*. | Replacement of return type may indicate a change in its semantic meaning. |
[+] gda_string_to_blob ( gchar const* str, GdaBlob* blob ) (2)
| Change | Effect |
---|
1 | The pointer level of return value has been increased from 0 to 1. | Applications will treat the return value as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of return value has been changed from gboolean to GdaBlob*. | Replacement of return type may indicate a change in its semantic meaning. |
to the top
Header Files (85)
gda-attributes-manager.h
gda-batch.h
gda-binreloc.h
gda-blob-op.h
gda-column.h
gda-config.h
gda-connection-event.h
gda-connection-private.h
gda-connection.h
gda-data-access-wrapper.h
gda-data-comparator.h
gda-data-handler.h
gda-data-model-array.h
gda-data-model-bdb.h
gda-data-model-dir.h
gda-data-model-extra.h
gda-data-model-import.h
gda-data-model-iter-extra.h
gda-data-model-iter.h
gda-data-model-private.h
gda-data-model.h
gda-data-proxy.h
gda-data-select.h
gda-debug-macros.h
gda-decl.h
gda-easy.h
gda-enum-types.h
gda-enums.h
gda-error.h
gda-handler-bin.h
gda-handler-boolean.h
gda-handler-numerical.h
gda-handler-string.h
gda-handler-time.h
gda-handler-type.h
gda-holder.h
gda-lockable.h
gda-log.h
gda-marshal.h
gda-meta-store.h
gda-meta-struct.h
gda-mutex.h
gda-pstmt.h
gda-quark-list.h
gda-report-document.h
gda-report-engine.h
gda-report-rml-document.h
gda-row.h
gda-server-operation.h
gda-server-provider-extra.h
gda-server-provider.h
gda-set.h
gda-sql-parser-enum-types.h
gda-sql-parser.h
gda-sql-statement.h
gda-sqlite-provider.h
gda-statement-extra.h
gda-statement-struct-compound.h
gda-statement-struct-decl.h
gda-statement-struct-delete.h
gda-statement-struct-insert.h
gda-statement-struct-parts.h
gda-statement-struct-pspec.h
gda-statement-struct-select.h
gda-statement-struct-trans.h
gda-statement-struct-unknown.h
gda-statement-struct-update.h
gda-statement-struct-util.h
gda-statement-struct.h
gda-statement.h
gda-transaction-status-private.h
gda-transaction-status.h
gda-util.h
gda-value.h
gda-vconnection-data-model.h
gda-vconnection-hub.h
gda-virtual-connection.h
gda-virtual-provider.h
gda-vprovider-data-model.h
gda-vprovider-hub.h
gda-xa-transaction.h
libgda-report.h
libgda-virtual.h
libgda-xslt.h
libgda.h
to the top
Shared Libraries (3)
libgda-4.0.so.4.0.0
libgda-report-4.0.so.4.0.0
libgda-xslt-4.0.so.4.0.0
to the top