Ivan Šimoník
Ivan Šimoník
Hi all, unfortunately I have to work with very old sybase (select @@version shows ver: 12.0.1.3827). I've tried pure go driver github.com/SAP/go-ase, but this doesn't support encryption methods below TDS_MSG_SEC_ENCRYPT4....
Thank you for your effort I will try it. I also found another swagger that panicked your code so I will try it with the new version. Yes, you are...
Hello again, I have tried building client with a new version (64d189403f94298fb96394fb4903812d2b5252a) and ended with similar issues. For example: ``` type GenericInvoiceLayout 0 ``` or even empty type declaration for...
I'm struggling with the same issue - the upgrade go-elasticsearch from 8.17 to 8.18 breaks my code. I use typed api and `Sort` method now accepts `(sorts ...types.SortCombinationsVariant)`. I cloned...