-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use file collating sequence for any key of alphanumeric class
Before this change, only keys that were alphanumeric elementary items or numeric display were supported.
- Loading branch information
Showing
3 changed files
with
96 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
* tree.c (validate_indexed_key_field): warn about ignored collating | ||
sequence for non-alphanumeric keys (considers only primary keys and file | ||
collating sequence for now) | ||
* codegen.c (output_indexed_file_key_colseq): assign collating sequence | ||
for any key of alphanumeric class | ||
|
||
2024-08-28 David Declerck <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters