mikeburgh

Results 27 comments of mikeburgh

Using DB version 70 it worked for an XML column for me against SQL Server 2019

Yes, I just tried 72 and it fails with the same error.. so something in the newer ones breaks XML, but fixes the collation. Has so many nice features in...

@gregg098 does the official docker image automatically create the tunnels for containers the way this one does ?

You may find https://github.com/mikeburgh/subway of use, it's the concept of Hera, but using the newer Cloudflared tunnel approach, still has some rough edges, but it works.

If anyone else stumbles onto this, the following works to get these errors logged: ```javascript server.events.on('request', (event, tags) => { if (tags.channel = 'internal') { server.logger.error({req: event.raw.req, err: tags.error, tags:tags.tags},...

@tarazena thanks for the insight.. but in the resolve method.. r is coming back as null, so there is no data to send back to nexus. Prisma is being cleaver...

@tarazena thanks for that, and yes that works, but it introduces the n+1 problem when you change from findUnique to findFirst.. here is the query logs from running that schema...

@pantharshit00 Thanks for looking into it.. and yes sorry about the bad description.. it's not an N+1 bug specifically. I will re test when #5941 is fixed and close this...

@pantharshit00 Just re tested this against 2.20.1 and it's still an issue

@shayne do you still use this ? when I install it, nothing seems to happen in Unraid (nothing added to boot/config for example), and NerdPack still shows it as uninstalled.