This project creates an AI agent that can: List tables in an Azure SQL Database Describe table schemas (columns, data types, constraints) Execute SQL queries based on natural language requests ...
Executing stored procedures using TVP hard crashes python GC in python 3.11. We think the issue has something to do with freeing memory inside cursor.execute(sql, *parameters). Which then gets double ...