googleapis / python-spanner-django

Cloud Spanner database backend for Django
BSD 3-Clause "New" or "Revised" License
88 stars 27 forks source link

Fix issues in date time functions in operations.py #873

Open ankiaga opened 4 months ago

ankiaga commented 4 months ago

Revisit the logic for all the date time functions in operations.py and fix them as they dont work correctly. We have to skip many tests because of this issue