beets/beets/dbcore
Thomas Scholtes 4cfb59bfba Add Type.to_sql() and simplify model code
Instead of encoding the conversion behaviour in the model class (via
the `_bytes_keys` attribute) we define it on the type. This gives us
a more extensible interface and separates logic.

This should not change any behaviour (as one can see by closely staring
at the code).
2014-09-14 16:13:33 +02:00
..
__init__.py Sort implementation 2014-06-15 22:32:25 +02:00
db.py Add Type.to_sql() and simplify model code 2014-09-14 16:13:33 +02:00
query.py NumericQuery: Check that the field exists 2014-09-14 12:34:46 +02:00
queryparse.py NullSort instead of None 2014-09-13 20:38:31 -07:00
types.py Add Type.to_sql() and simplify model code 2014-09-14 16:13:33 +02:00