villebro commented on issue #17098:
URL: https://github.com/apache/superset/issues/17098#issuecomment-943008736


   @manavjaiswal thanks for opening this issue. The culprit here appears to be 
the way SQLAlchemy prefixes binding parameters with a colon character, and it 
ends up thinking there is a bind parameter called `00` due to the `':00'` 
concatenation value. I was able to reproduce on Sqlite, I'll see if there's a 
simple way of escaping these reserved characters.


-- 
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