mirror of
https://github.com/getredash/redash.git
synced 2026-03-23 04:00:09 -04:00
sqlalchemy doesn't appear to have a case sensitive column, so we craft a type that can have the semantics of case insensitive comparison. Ref http://docs.sqlalchemy.org/en/rel_1_1/orm/extensions/hybrid.html#building-custom-comparators Signed-off-by: Mike Fiedler <miketheman@gmail.com>