[Sqlalchemy-tickets] Issue #3850: Request: SQLite json1 ext support (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
From: Shengjing Z. <iss...@bi...> - 2016-11-11 08:20:41
|
New issue 3850: Request: SQLite json1 ext support https://bitbucket.org/zzzeek/sqlalchemy/issues/3850/request-sqlite-json1-ext-support Shengjing Zhu: sqlalchemy.types.JSON only supports PostgreSQL and MySQL. But since SQLite 3.9, it has json support, https://sqlite.org/json1.html I hope sqlalchemy can support json1 too. |