wakkorottix opened a new issue, #37246: URL: https://github.com/apache/superset/issues/37246
### Bug description I'm using a filter for the current/last week in some charts, but the filter stopped working after upgrade to 6.0.0. No results were returned for this query. Filter has the time range: 2026-01-12 ≤ col < 2026-01-19 <img width="605" height="840" alt="Image" src="https://github.com/user-attachments/assets/668d034d-b455-4f12-840b-738c0f9d703f" /> So i tried to verify the SQL in SQLLab, this does not return data: select * from table where '2026-01-12' <= Uhrzeit < '2026-01-19' Between gives a result: select * from table where Uhrzeit between '2026-01-12' and '2026-01-19' ### Screenshots/recordings _No response_ ### Superset version 6.0.0 ### Python version 3.11 ### Node version I don't know ### Browser Firefox ### Additional context _No response_ ### Checklist - [ ] I have searched Superset docs and Slack and didn't find a solution to my problem. - [ ] I have searched the GitHub issue tracker and didn't find a similar bug report. - [ ] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
