Adrian Ehrsam
Adrian Ehrsam
Well, it's debatable. execute uses sp_executesql under the hood which seems to have trouble. For me this is a bug in MS SQL Server, but maybe they sell it as...
In the source of that repo, another repo is linked which seems to have a quite good database af all german compound words: http://repo.or.cz/w/wortliste.git / https://repo.or.cz/wortliste.git/blob/HEAD:/wortliste In general I think...
Only happens on Linux. Could also be a bug with MSFT's ODBC Driver, but I guess MSFT does not do bugs 😉
Ok, I'll try. For completness, here's the link to my failing gh action: https://github.com/bmsuisse/odbc2deltalake/actions/runs/8538422686
Here we go: ``` DEBUG SQLAllocHandle allocated connection (Dbc) handle '0x55c451f30050' WARN State: 01S00, Native error: 0, Message: [Microsoft][ODBC Driver 18 for SQL Server]Invalid connection string attribute WARN State: 01000,...
Hm, interesting. Would you think I can reproduce this behavior if I write it in C#/.Net Core using MSFT-only libs?
Thank you for all your efforts! I'll try creating a repo in C# and getting this to the correct guys at Redmond - it's an interesting bug, after all 🙂
Hi there! Here's a sample file: [tables.xlsx](https://github.com/ToucanToco/fastexcel/files/14703008/tables.xlsx) I'd like to pass the table_name instead of sheet_name, table name's are unique within an excel workbook as well: 
Yes you have to renew it manually. Main use case is if you have a token in Python or so and want to use it, e.g. you could have a...
Not very common, but sometimes required. I'd say it's just the more low-level approach for advanced use cases