Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
firebird-automations opened this issue Apr 7, 2009 · 1 comment

Comments

@firebird-automations
Copy link
Collaborator

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
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant