RobinBlomberg / kysely-codegen

Generate Kysely type definitions from your database.
MIT License
690 stars 62 forks source link

Fixing bit IdentifierNode to be boolean instead of Buffer #145

Closed gittgott closed 3 months ago

gittgott commented 3 months ago

With the tedious package, MSSQL's bit data type is parsed out as a boolean JavaScript value. This change reflects that within the resulting codegen.

RobinBlomberg commented 3 months ago

Nice! Seems correct according to this. Merging.

panuchka commented 2 months ago

Would it be possible to have a minor release that implements this fix please? 😊

RobinBlomberg commented 2 months ago

I missed that this hadn't been released. 0.15.0 published!