Binary compatibility report for the libgda library between 5.0.1 and 5.0.2 versions on x86
Test Info
Library Name | libgda |
Version #1 | 5.0.1 |
Version #2 | 5.0.2 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 99 |
Total Shared Libraries | 3 |
Total Symbols / Types | 957 / 604 |
Verdict | Compatible |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 12 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 7 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (12)
gda-connection-private.h,
libgda-5.0.so.4.1.0
gda_connection_internal_get_provider_data_error ( GdaConnection* cnc, GError** error )
gda-connection.h,
libgda-5.0.so.4.1.0
gda_connection_new_from_dsn ( gchar const* dsn, gchar const* auth_string, GdaConnectionOptions options, GError** error )
gda_connection_new_from_string ( gchar const* provider_name, gchar const* cnc_string, gchar const* auth_string, GdaConnectionOptions options, GError** error )
gda-value.h,
libgda-5.0.so.4.1.0
gda_numeric_get_double ( GdaNumeric* numeric )
gda_numeric_get_precision ( GdaNumeric* numeric )
gda_numeric_get_string ( GdaNumeric* numeric )
gda_numeric_get_width ( GdaNumeric* numeric )
gda_numeric_new ( )
gda_numeric_set_double ( GdaNumeric* numeric, gdouble number )
gda_numeric_set_from_string ( GdaNumeric* numeric, gchar const* str )
gda_numeric_set_precision ( GdaNumeric* numeric, glong precision )
gda_numeric_set_width ( GdaNumeric* numeric, glong width )
to the top
Problems with Symbols, Low Severity (7)
gda-value.h,
libgda-5.0.so.4.1.0
[+] gda_numeric_copy ( gpointer boxed ) (3)
changed to:gda_numeric_copy ( GdaNumeric* src )
| Change | Effect |
---|
1 | 1st parameter boxed has been renamed to src. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | Type of 1st parameter boxed has been changed from gpointer to GdaNumeric*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
3 | Type of return value has been changed from gpointer to GdaNumeric*. | Replacement of return type may indicate a change in its semantic meaning. |
[+] gda_numeric_free ( gpointer boxed ) (2)
changed to:gda_numeric_free ( GdaNumeric* numeric )
| Change | Effect |
---|
1 | 1st parameter boxed has been renamed to numeric. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | Type of 1st parameter boxed has been changed from gpointer to GdaNumeric*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] gda_value_get_numeric ( GValue const* value ) (1)
| Change | Effect |
---|
1 | Base type of return value has been changed from GdaNumeric to _GdaNumeric. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] gda_value_set_numeric ( GValue* value, GdaNumeric const* val ) (1)
changed to:gda_value_set_numeric ( GValue* value, GdaNumeric const* val )
| Change | Effect |
---|
1 | Base type of 2nd parameter val has been changed from GdaNumeric to _GdaNumeric. | Replacement of parameter base type may indicate a change in its semantic meaning. |
to the top
Header Files (99)
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-ldap.h
gda-data-model-private.h
gda-data-model.h
gda-data-pivot.h
gda-data-proxy.h
gda-data-select.h
gda-debug-macros.h
gda-decl.h
gda-enum-types.h
gda-enums.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-ldap-connection.h
gda-lockable.h
gda-log.h
gda-marshal.h
gda-meta-column-types.h
gda-meta-store.h
gda-meta-struct.h
gda-mutex.h
gda-pstmt.h
gda-quark-list.h
gda-repetitive-statement.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-builder.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-tree-manager.h
gda-tree-mgr-columns.h
gda-tree-mgr-label.h
gda-tree-mgr-ldap.h
gda-tree-mgr-schemas.h
gda-tree-mgr-select.h
gda-tree-mgr-tables.h
gda-tree-node.h
gda-tree.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-global-variables.h
libgda-report.h
libgda-virtual.h
libgda-xslt.h
libgda.h
to the top
Shared Libraries (3)
libgda-5.0.so.4.1.0
libgda-report-5.0.so.4.1.0
libgda-xslt-5.0.so.4.1.0
to the top