tkomlosi opened a new issue, #37043:
URL: https://github.com/apache/superset/issues/37043

   ### Bug description
   
   Superset 6.0 has a different way how to handling mssql functions
   
   ### Screenshots/recordings
   
   _No response_
   
   ### Superset version
   
   6.0.0
   
   ### Python version
   
   Not applicable
   
   ### Node version
   
   Not applicable
   
   ### Browser
   
   Not applicable
   
   ### Additional context
   
   We run superset in docker.
   
   We found some errors in superset 6.0 how to handle mssql functions.
   
   We have hundreds of querys in it so to modify the querys is not an option.
   
   For example: ( I think it is not the only not working well function)
   
   ```
   SELECT
   DATEPART (day, '2026-01-01') as day
   ```
   
   This result in Superset 4.1.4 is 1; the result in Superset 6.0.0 is 01
   
   That is a huge problem for us beacuse we would like to use the results in 
mathematical addition, subtraction etc.
   
   ### Checklist
   
   - [x] I have searched Superset docs and Slack and didn't find a solution to 
my problem.
   - [x] 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]

Reply via email to