I find the answer that I need to use the utf_bin during the Column definition.
Something like below:
code = Column(VARCHAR(10, collation='utf8_bin'), nullable = False)
then I can get the case sensitive support from the query filter.
DoDo於 2012年10月27日星期六UTC+8下午11時41分06秒寫道: