chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

1.3.0rc0 Bug Fix | SQLAlchemy | Properly quote identifier

Open hayescode opened this issue 1 year ago • 1 comments
trafficstars

Fixes the SQLAlchemy bug raised in #1394

Bug introduced in @1319 where userId wasn't encased with double-quotes so the SQL engine converts userId to userid which doesn't exist. Encasing with double-quotes fixes this issue.

hayescode avatar Oct 02 '24 21:10 hayescode

I’ve come across this bug and endorse the proposed solution.

desertproject avatar Oct 02 '24 21:10 desertproject

@hayescode Thanks for the fix and @desertproject thanks for the endorsement/testing.

dokterbob avatar Oct 08 '24 15:10 dokterbob