I need SQLAlchemy to throw an error if we try to do an order_by operation on a Text column. This is done as Oracle does not support order_by operation on Text.
I achi