FirebirdSQL / firebird

Firebird server, client and tools
https://www.firebirdsql.org/
1.26k stars 217 forks source link

[ibase.h] Parameter declaration differs between isc_create_blob2() and isc_open_blob2() API calls [CORE2406] #2824

Open firebird-automations opened 15 years ago

firebird-automations commented 15 years ago

Submitted by: @ibprovider

ibase.h [Firebird 2.1/2.5]

ISC_STATUS ISC_EXPORT isc_create_blob2(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, isc_blob_handle*, ISC_QUAD*, short, //< ---------- const ISC_SCHAR*); //< ----------

ISC_STATUS ISC_EXPORT isc_open_blob2(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, isc_blob_handle*, ISC_QUAD*, ISC_USHORT, //< ---------- const ISC_UCHAR*); //< ----------

firebird-automations commented 15 years ago
Modified by: @dyemanov summary: \[ibase\.h\] isc\_create\_blob2 and isc\_open\_blob2 =\> \[ibase\.h\] Parameter declaration differs between isc\_create\_blob2\(\) and isc\_open\_blob2\(\) API calls