Opened 17 years ago
Closed 17 years ago
#872 closed enhancement (fixed)
Auto-compression based on file extension should not be case sensitive
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.5.1 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
This depends on the database engine since the extension matching is done in a query. There is no problem with MySQL which is case-insensitive, but on Postgres the auto-compress feature doesn't detect *.CEL files, and others since the registered extension is *.cel.
Note:
See TracTickets
for help on using tickets.
(In [4053]) Fixes #872: Auto-compression based on file extension should not be case sensitive