schireson / pytest-mock-resources

Pytest Fixtures that let you actually test against external resource (Postgres, Mongo, Redshift...) dependent code.
https://pytest-mock-resources.readthedocs.io/en/latest/quickstart.html
MIT License
179 stars 19 forks source link

sqlite missing json support #30

Closed DanCardin closed 5 years ago

DanCardin commented 5 years ago

Missing json/jsonb column type support. This is supportable by a SQLiteDialect_pysqlite subclass and a custom SQLiteTypeCompiler

oakhan3 commented 5 years ago

https://schireson.atlassian.net/browse/RUBY-554