MSSQL not working at all

Hi,
is anyone using BetterAuth with MSSQL via Kysely? Migrations run fine for me, I can see the tables getting created in the DB, there is only 1 other table in it. When trying to login, I get:

SERVER_ERROR: The data types text and nvarchar are incompatible in the equal to operator.

I can see multiple text columns in the BetterAuth tables.
Is anyone experiencing this?

I am using MSSQL 2019
Was this page helpful?