Andy Pfister
Andy Pfister
Hi @Laptop765 sorry for the late reply. So I tried a couple of variations and actually never got the error you have: - If I initialize a Postgres container with...
> Perhaps we should take a different approach and reindex everything every time by default? I mean 99% of the starts you won't need that. We likely could just upgrade...
Copilot was a mistake.
@aharpervc even if I am still waiting for a reply on the original issue, I think this PR is good to have look.
Replaced with https://github.com/rails-sqlserver/tiny_tds/pull/595.
did you perhaps had another error before this one that made `pgautoupgrade` abort? that would explain why there is already an `old` directory. as for the warning itself, I think...
I was wondering the same - I think it can be pure Ruby since it does not call anything that requires it to be in C space. And class method...
had another thought that might make this separation possible without requiring a breaking change: we already track in the C code if the client is `closed` (two times actually .....
could be possible, but it is not straight-forward. 1. freetds needs to support it. we rely on `dbcoltype` which tells us the column type in MSSQL and we can select...
looks like Microsoft is working on SQL Server 2025. I would assume a release later this year and likely also includes the JSON changes. https://www.microsoft.com/en-us/sql-server/blog/2024/11/19/announcing-microsoft-sql-server-2025-apply-for-the-preview-for-the-enterprise-ai-ready-database/