You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UUID with postgress dialect of sqlalchmey generates following error
~/odo/backends/sql.py in discover_typeengine(typ)
182 if k == typ:
183 return v
--> 184 raise NotImplementedError("No SQL-datashape match for type %s" % typ)
The text was updated successfully, but these errors were encountered:
UUID with postgress dialect of sqlalchmey generates following error
The text was updated successfully, but these errors were encountered: