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

sqlind wrong segnalation of null value [CORE3961] #4294

Open
firebird-automations opened this issue Oct 25, 2012 · 1 comment
Open

sqlind wrong segnalation of null value [CORE3961] #4294

firebird-automations opened this issue Oct 25, 2012 · 1 comment

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Lorenzo Iania (lorian60)

Sometimes, in unpredictable situation, using a query involving more fields , it happens that the first field (and only the first one) in the sqlda structure, returns null value (sqlind= -1) when the data is not null and also when the field has not null property. I cannot explain it clearly because it happens only sometimes, but when it happens, if you repeat the same query, the behaviour is always the same. Sometimes, to resolve the problem, i had to ignore the sqlind flag, because the data is correctly inserted in the sqldata pointer. Furthermore, using the same client library and the same application from different clients, it happens that the behaviour is different: on the first client the problem is always the same, but on the second the result is perfect. The error involves always the first field in the query.

@firebird-automations
Copy link
Collaborator Author

Commented by: @asfernandes

There is nothing to do without further info or test.

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