Adrian Ehrsam

Results 62 comments of Adrian Ehrsam

Agree that it's a great repo, well-designed. We use it for our [lakeapi](https://github.com/bmsuisse/lakeapi). Migration away from pypika seems harder than initially thought, most other projects are lot more complicated. However...

I completely agree with @danielniccoli . Using Azurite in a multi-root workspace is really hard, I personally gave up and run it using another VS Code window :) Maybe I'm...

MSFT does not seem to be willing to implement this, but I still think it would be useful

Docu for Pyodbc (slightly outdated as it references the old ADAL Library and not MSAL): https://github.com/AzureAD/azure-activedirectory-library-for-python/wiki/Connect-to-Azure-SQL-Database

Looks like a good implementation supporting it: `https://github.com/denisenkom/go-mssqldb` ;)

The login packet is where I'm stuck. seems to be quite complicated to get the offsets and so on right

> @aersam hey, do you think you have time to resolve the merge conflicts? I'm sorry, I had a bit a shift in priorities, so it will take time to...

Great to hear that! I am using mostly the Bulk Insert Part of Tiberius and also did a PR concerning that: https://github.com/prisma/tiberius/pull/312 In addition I'm testing #315 , if this...

#315 works or at least does not cause errors :) I however still have some issues with large text fields, I'll open a separate issue for that and hope to...