spring-ai
spring-ai copied to clipboard
fix(JdbcChatMemory): get query for MSSQL Server
trafficstars
Fix the GET query for Microsoft SQL Server on JdbcChatMemory
I have tried to make the less changes, I was thinking at first to change with Impl classes and make a @OnConditionalClass("sql driver") but that would break too many things as it introduces the class a Component.
I hope the way I have fixed the issue fits the Spring standards, if not I will do the necessary.
Happy to contribute!
Related issue: #2807