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
The common_timestamp sql function is no longer required as it can be more efficiently replaced with the postgresql double colon (::) type-cast operator. This is not supported by SQLAlchemy 1.4, and so cannot be done in the 1.8 branch, but should be relatively easy to factor out in 1.9
The
common_timestamp
sql function is no longer required as it can be more efficiently replaced with the postgresql double colon (::
) type-cast operator. This is not supported by SQLAlchemy 1.4, and so cannot be done in the 1.8 branch, but should be relatively easy to factor out in 1.9(See opendatacube/datacube-explorer#595)
The text was updated successfully, but these errors were encountered: