MonetDB / sqlalchemy-monetdb

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

Add missing TINYINT to MonetTypeCompiler #29

Closed tandreas closed 6 years ago

tandreas commented 6 years ago

Add missing TINYINT to the Type Compiler and add a test.

tandreas commented 6 years ago

Test failures on sqlalchemy 1.2 look to be due to new tests added upstream by sqlalchemy that were previously failing and are unrelated to this change.

gijzelaerr commented 6 years ago

thanks! good work