Binary compatibility report for the libgda library between 3.99.7 and 3.99.8 versions on x86
Test Info
Library Name | libgda |
Version #1 | 3.99.7 |
Version #2 | 3.99.8 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 86 |
Total Shared Libraries | 3 |
Total Symbols / Types | 822 / 563 |
Verdict | Incompatible (0.43%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 3 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 1 |
Low | 3 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (2)
gda-easy.h,
libgda-4.0.so.4.0.0
gda_update_row_in_table ( GdaConnection* cnc, gchar const* table, gchar const* condition_column_name, GValue* condition_value, GError** error, ... )
gda-util.h,
libgda-4.0.so.4.0.0
gda_compute_select_statement_from_update ( GdaStatement* update_stmt, GError** error )
to the top
Removed Symbols (3)
gda-easy.h,
libgda-4.0.so.4.0.0
gda_insert_row_into_table_from_string ( GdaConnection* cnc, gchar const* table_name, GError** error, ... )
gda_update_value_in_table ( GdaConnection* cnc, gchar const* table_name, gchar const* search_for_column, GValue const* condition, gchar const* column_name, GValue const* new_value, GError** error )
gda_update_values_in_table ( GdaConnection* cnc, gchar const* table_name, gchar const* condition_column_name, GValue const* condition, GError** error, ... )
to the top
Problems with Symbols, Medium Severity (1)
gda-easy.h,
libgda-4.0.so.4.0.0
[+] gda_delete_row_from_table ( GdaConnection* cnc, gchar const* table_name, gchar const* condition_column_name, GValue const* condition, GError** error ) (1)
changed to:gda_delete_row_from_table ( GdaConnection* cnc, gchar const* table, gchar const* condition_column_name, GValue* condition_value, GError** error )
| Change | Effect |
---|
1 | Type of 4th parameter condition has been changed from GValue const* to GValue* (became non-const). | This function may change parameter condition, 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 (3)
gda-easy.h,
libgda-4.0.so.4.0.0
[+] gda_delete_row_from_table ( GdaConnection* cnc, gchar const* table_name, gchar const* condition_column_name, GValue const* condition, GError** error ) (2)
changed to:gda_delete_row_from_table ( GdaConnection* cnc, gchar const* table, gchar const* condition_column_name, GValue* condition_value, GError** error )
| Change | Effect |
---|
1 | 2nd parameter table_name has been renamed to table. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 4th parameter condition has been renamed to condition_value. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] gda_insert_row_into_table ( GdaConnection* cnc, gchar const* table_name, GError** error, ... ) (1)
changed to:gda_insert_row_into_table ( GdaConnection* cnc, gchar const* table, GError** error, ... )
| Change | Effect |
---|
1 | 2nd parameter table_name has been renamed to table. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Header Files (86)
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-threader.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