mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
use Text instead of TEXT
TEXT is wrong on Oracle, LargeBinary is wrong everywhere else. Text seems to be the high-level type that maps to the right thing both places. This results in no change on supported implementations, as Text == TEXT there.
This commit is contained in:
@@ -46,7 +46,7 @@ class JSONDict(TypeDecorator):
|
||||
|
||||
"""
|
||||
|
||||
impl = LargeBinary
|
||||
impl = Text
|
||||
|
||||
def process_bind_param(self, value, dialect):
|
||||
if value is not None:
|
||||
|
Reference in New Issue
Block a user