How to get sqlalchemy to throw an error when a order_by is attempted on a Text column?

前端 未结 0 2018
忘掉有多难
忘掉有多难 2020-11-22 08:04

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题