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

Utilities need to honor their minimum number of characters to recognize an option [CORE2547] #2957

Closed
firebird-automations opened this issue Jul 7, 2009 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Claudio Valderrama C. (robocop)

Assigned to: Claudio Valderrama C. (robocop)

gbak says, for example:
...
-BU(FFERS) override page buffers default
-FIX_FSS_D(ATA) fix malformed UNICODE_FSS data
-FIX_FSS_M(ETADATA) fix malformed UNICODE_FSS metadata
...
gbak:switches can be abbreviated to the unparenthesized characters

Someone changed this last message but gbak still accepts the first command that matches a single letter.

gfix says, for example:
...
-activate activate shadow file for database usage
-attach shutdown new database attachments
...
qualifiers show the major option in parenthesis

Which pair of parentheses? Internally, it may accept any amount of characters, from 1 to the full length of the option's name.

Commits: 08a33d5

@firebird-automations
Copy link
Collaborator Author

Modified by: Claudio Valderrama C. (robocop)

assignee: Claudio Valderrama C. [ robocop ]

@firebird-automations
Copy link
Collaborator Author

Modified by: Claudio Valderrama C. (robocop)

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

resolution: Fixed [ 1 ]

Fix Version: 3.0 Alpha 1 [ 10331 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

description: gbak says, for example:
...
-BU(FFERS) override page buffers default
-FIX_FSS_D(ATA) fix malformed UNICODE_FSS data
-FIX_FSS_M(ETADATA) fix malformed UNICODE_FSS metadata
...
gbak:switches can be abbreviated to the unparenthesized characters

Someone changed this last message but gbak still accepts the first command that matches a single letter.

gfix says, for example:
...
-activate activate shadow file for database usage
-attach shutdown new database attachments
...
qualifiers show the major option in parenthesis

Which pair of parentheses? Internally, it may accept any amount of characters, from 1 to the full length of the option's name.

=>

gbak says, for example:
...
-BU(FFERS) override page buffers default
-FIX_FSS_D(ATA) fix malformed UNICODE_FSS data
-FIX_FSS_M(ETADATA) fix malformed UNICODE_FSS metadata
...
gbak:switches can be abbreviated to the unparenthesized characters

Someone changed this last message but gbak still accepts the first command that matches a single letter.

gfix says, for example:
...
-activate activate shadow file for database usage
-attach shutdown new database attachments
...
qualifiers show the major option in parenthesis

Which pair of parentheses? Internally, it may accept any amount of characters, from 1 to the full length of the option's name.

@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