uyivzola commented on issue #38453: URL: https://github.com/apache/superset/issues/38453#issuecomment-5607885235
I reproduced this with duckdb-engine 0.17.0 and DuckDB 1.5.5. The driver doubles backslashes when SQLAlchemy compiles literal values; DuckDB treats those backslashes literally. I've opened a fix with regression tests: https://github.com/Mause/duckdb_engine/pull/1401. In a running Superset dashboard, the original driver returned the wrong row for `ACME\West`; the patched wheel returns the correct row. All eight chart-filter cases and native-filter browser checks pass. The fix needs driver review and release before it reaches normal Superset installations. -- 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]
