spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

fix(JdbcChatMemory): get query for MSSQL Server

Open xchopin opened this issue 7 months ago • 1 comments
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

xchopin avatar Apr 19 '25 03:04 xchopin