0.36.2

drizzle-team/drizzle-orm0.36.2Nov 14, 2024by github-actions[bot]

AI Summary

This drizzle-orm 0.36.2 release adds support for more types in like/notLike/ilike/notIlike expressions and includes several bug fixes for expo-sqlite compatibility, schema name handling in SQL, and MySQL's $returningId() implementation.

Key Highlights

  • Support for more types in like, notLike, ilike and notIlike expressions
  • Fixed .generated behavior with non-strict tsconfig
  • Fixed Drizzle ORM for expo-sqlite compatibility
  • Fixed lack of schema name on columns in SQL output
  • Corrected MySQL $returningId() implementation to properly store selected fields

New Features

  • Support more types in like, notLike, ilike and notIlike expressions

Full Release Notes

# New Features

- [Support more types in like, notLike, ilike and notIlike expressions](https://github.com/drizzle-team/drizzle-orm/pull/2805)


# Bug and typo fixes

- Fixed typos in repository: thanks @armandsalle, @masto, @wackbyte, @Asher-JH, @MaxLeiter

- [Fixed .generated behavior with non-strict tsconfig](https://github.com/drizzle-team/drizzle-orm/pull/3542)
- [Fix Drizzle ORM for expo-sqlite](https://github.com/drizzle-team/drizzle-orm/pull/3197)
- [Fixed lack of schema name on columns in sql](https://github.com/drizzle-team/drizzle-orm/pull/3531)
- [fix: Adjust neon http driver entity kind](https://github.com/drizzle-team/drizzle-orm/pull/3424)
- [Export PgIntegerBuilderInitial type](https://github.com/drizzle-team/drizzle-orm/pull/2846)
- [[MySQL] Correct $returningId() implementation to correctly store selected fields](https://github.com/drizzle-team/drizzle-orm/pull/2975)