New
0.28.10
Hey ๐
A small batch of bug fixes. Please report any issues. ๐ค๐ฐ๐ค
๐ Features
๐ Bugfixes
- Add
ExtractColumnTypeandDrainOuterGenerictype exports by @mifi in https://github.com/kysely-org/kysely/pull/1679 - fix:
$narrowTypecompilation errors whencomposite: true. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1681 - fix:
executeTakeFirstcompilation error when composite. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1683 - fix:
with/withRecursivecompilation errors when composite. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1684
PostgreSQL ๐ / MSSQL ๐ฅ
- fix: Migrator attempts to create custom migration schema even if it exists and fails on dialects that don't support
if not exists. by @austin-hall-skylight in https://github.com/kysely-org/kysely/pull/1608
PostgreSQL ๐ / SQLite ๐
- fix:
returningcompilation errors whencomposite. by @igalklebanov in https://github.com/kysely-org/kysely/pull/1682