Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Interpret uint64_t key string first as number before then trying to interpret it as a name #3988

Merged
merged 1 commit into from
Jun 9, 2018

Conversation

arhag
Copy link
Contributor

@arhag arhag commented Jun 9, 2018

Resolves #3982.

This reordering of attempts in convert_to_type<uint64_t> is more convenient to the user because names consisting of only digits should be rare.

Ambiguity of account names consisting of only digits can still be resolved. It requires the user to add whitespace to the beginning and/or end of the name in the input string.

…ring as a number before attempting to treat it as a name #3982

names consisting of only digits can still be provided by adding
whitespace before or after the string containing the name
@arhag arhag merged commit 1cbe222 into master Jun 9, 2018
@arhag arhag deleted the 3982-reorder-string-to-uint64-conversion-attempts branch June 9, 2018 21:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with DB indexing with non-incremental primary key
2 participants