isamplesorg / isamples_inabox

Provides functionality intermediate to a collection and central

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should set type based on database capabilities rather than the runtime environment

datadavev opened this issue · comments

sqlalchemy.JSON if "pytest" in sys.modules else sqlalchemy.dialects.postgresql.JSONB,

Investigate making this property JSON or JSONB based on the database capabilities rather than the runtime environment.