MonetDB / sqlalchemy-monetdb

A SQLAlchemy dialect for MonetDB
MIT License
41 stars 17 forks source link

Driver does not translate != into <> #51

Open MitchellWeg opened 2 years ago

MitchellWeg commented 2 years ago

Several tests fail because of this. There seems to have been an attempt to fix this: https://github.com/gijzelaerr/sqlalchemy-monetdb/blob/master/sqlalchemy_monetdb/base.py#L29 It however seems to ignore this.