beets/docs
Tom Jaspers 18bd4471e4 Fix sorting of track numbers when case insensitive
`LOWER()` implicitly converted numerical columns to strings,
causing the ordering of ['1', '10', '2'] to be correct.

The type of the column is now checked in the sql query
using `CASE WHEN..` construct. This ensures the column is
only `LOWER()`'d when dealing with TEXT or BLOB.

- Add a test to check for the track number behavior
- Add changelog entry

Fix #1511
2015-07-05 19:56:14 +01:00
..
dev Fix capitalization of examples and add a comma 2015-07-05 14:29:37 -04:00
guides Remove some outdated OS X versions 2015-04-01 07:47:34 -05:00
plugins Update lyrics.rst 2015-07-03 14:40:38 +02:00
reference Note about escaping regex arguments in shell 2015-06-25 21:27:28 -07:00
changelog.rst Fix sorting of track numbers when case insensitive 2015-07-05 19:56:14 +01:00
conf.py Version bump for dev: 1.3.14 2015-04-24 08:56:17 -07:00
faq.rst Bring some FAQ text up to date 2014-11-16 11:47:43 -08:00
index.rst docs: link to mailing list, not me directly 2013-12-22 13:52:02 -08:00
Makefile make auto: Ignore "deleted" events 2014-10-30 15:54:39 -07:00
refresh_safari.js Refresh without scrolling to top 2014-10-30 14:37:02 -07:00