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

Problem running Jira ,There is a problem with the word "at" [CORE1873] #2304

Closed
firebird-automations opened this issue Apr 29, 2008 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Derryck welas (welas)

Seems the word "at" has become reserved ? (btw. not in the release notes)

This is an sql statement from JIra that will not run anymore:

select min( at.CREATED)
from jiraaction at , jiraissue it
where
at.issueid = ?
and at.issueid = http://it.ID and
at.actiontype = 'comment' and
it.REPORTER != at.AUTHOR

@firebird-automations
Copy link
Collaborator Author

Commented by: @helebor

AFAIK, it has always been a reserved word. Interesting to know at which point you found it to be not reserved.

@firebird-automations
Copy link
Collaborator Author

Commented by: Derryck welas (welas)

Helen, Your right ,

Just that Jira 3.11 was running without errors on Firebird versions <2.1.

Already created an issue at Jira (http://jira.atlassian.com/browse/JRA-14888)

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

And it's declared as reserved in the SQL specification as well.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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

resolution: Won't Fix [ 2 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

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