8000 V8: Replace icudtl.dat with full ICU data file 64.2 by Simran-B · Pull Request #11046 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

V8: Replace icudtl.dat with full ICU data file 64.2 #11046

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

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CHANGELOG
  • Loading branch information
Simran-B authored May 14, 2020
commit fa708b25a1f55dd53768db16b39ac5f20478b5ac
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
devel
-----

* Fixed issue #7111: Wrong sorting for the Icelandic alphabet

Upgraded to the full ICU data file (10 -> 25 MiB) for enhanced language
support, such as Icelandic (`--default-language is`).

* Add an optimizer rule that enables execution of certain subqueries on a
DB Server. For this optimization to work, the subquery must contain exactly
one DISTRIBUTE/GATHER pair and only access at most one collection.
Expand Down
0