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

Error while execution a query [CORE897] #1294

Closed
firebird-automations opened this issue Aug 14, 2006 · 11 comments
Closed

Error while execution a query [CORE897] #1294

firebird-automations opened this issue Aug 14, 2006 · 11 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Van den Wouwer Danny (dannyvdw)

Assigned to: @ArnoBrinkman

Attachments:
test.7z

The cursor identified in the update or delete statement is not positioned on a row.
no current record for fetch operation.

While execute this query:
select ii.invoice_id,
ii.item_id,
ii.price,
h.domain_name
from invoice_items ii
inner join hosting h on
h.customer_id = ii.customer_id
and h.hosting_id = ii.hosting_id
inner join hosting_data hd on
hd.customer_id = h.customer_id
and hd.hosting_id = h.hosting_id
and hd.hist_id = ii.hist_id
and hd.hosting_type = ii.hosting_type
where ii.invoice_id = :INVOICE_ID
and ii.item_id = :ITEM_ID

with INVOICE_ID=4 en ITEM_ID=1

Commits: b9332a0 eaf2337

@firebird-automations
Copy link
Collaborator Author

Commented by: Van den Wouwer Danny (dannyvdw)

The attachment contains 2 files:
* Meta data
* and data

to produce the error

@firebird-automations
Copy link
Collaborator Author

Modified by: Van den Wouwer Danny (dannyvdw)

Attachment: test.7z [ 10117 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: Van den Wouwer Danny (dannyvdw)

Can you change the attachment security so not all users can download this, thx.

@firebird-automations
Copy link
Collaborator Author

Modified by: Van den Wouwer Danny (dannyvdw)

Version: 2.0 RC3 [ 10040 ]

Version: 2.0 RC2 [ 10032 ]

Version: 2.0 RC4 [ 10060 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Component: Engine [ 10000 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Arno Brinkman [ arnobrinkman ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 2.0 RC5 [ 10071 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pmakowski

Q/A tested ok

@firebird-automations
Copy link
Collaborator Author

Modified by: @pmakowski

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 11142 ] => Firebird [ 15050 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No 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