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

POSITION(string_exp1, string_exp2 [, start]) [CORE1511] #1926

Closed
firebird-automations opened this issue Sep 13, 2007 · 7 comments
Closed

POSITION(string_exp1, string_exp2 [, start]) [CORE1511] #1926

firebird-automations opened this issue Sep 13, 2007 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @ibprovider

Is related to QA268

Hello.

Please add

LOCATE(string_exp1, string_exp2[, start])

or append the optional parameter [START] in existing function - POSITION

---
Description of LOCATE from ODBC references

Returns the starting position of the first occurrence of string_exp1 within string_exp2. The search for the first occurrence of string_exp1 begins with the first character position in string_exp2 unless the optional argument, start, is specified. If start is specified, the search begins with the character position indicated by the value of start. The first character position in string_exp2 is indicated by the value 1. If string_exp1 is not found within string_exp2, the value 0 is returned.

Commits: 4e47cd4

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

Version: 2.1 Beta 2 [ 10190 ]

Fix Version: 2.1 RC1 [ 10201 ]

assignee: Adriano dos Santos Fernandes [ asfernandes ]

summary: LOCATE(string_exp1, string_exp2[, start]) => POSITION(string_exp1, string_exp2 [, start])

Version: 2.1.0 [ 10041 ] =>

Version: 3.0.0 [ 10048 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @ibprovider

Adriano, thank you very much!

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 13282 ] => Firebird [ 13999 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pmakowski

Q/A test ok

@firebird-automations
Copy link
Collaborator Author

Modified by: @pmakowski

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA268 [ QA268 ]

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

2 participants