Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of common_timestamp function in 1.9.x #1584

Open
SpacemanPaul opened this issue May 14, 2024 · 0 comments
Open

Get rid of common_timestamp function in 1.9.x #1584

SpacemanPaul opened this issue May 14, 2024 · 0 comments

Comments

@SpacemanPaul
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant