Tags: thiagojedi/drizzle-orm
Tags
Fixed types of `$client` for clients created by `drizzle` function fr… …om credentials (drizzle-team#4742) * Fixed types of `` for clients created by `drizzle` function from credentials * Add release notes --------- Co-authored-by: Andrii Sherman <andreysherman11@gmail.com>
Fix hakfvec (drizzle-team#4689) * Fix halfvec * dprint * add release notes * add more changes
Add `databaseName` and `packageName` properties for studio (drizzle-t… …eam#4683) * add databaseName and packageName property for studio * Add release notes --------- Co-authored-by: AndriiSherman <andreysherman11@gmail.com>
Studio transactions (drizzle-team#4664) * feat: Add transactions for dialects * fix: Fix imports * + * + * dprint :/ * fix: Fix extracting relations * up version
Fixed type issues with joins with certain variations of `tsconfig` (f… …ixes drizzle-team#4535, drizzle-team#4457) (drizzle-team#4603)
Cache (drizzle-team#4447) Co-authored-by: Cahid Arda Öz <cahidardaooz@gmail.com>
Add fix for Gel Schemas (drizzle-team#4483) * Add fix for Gel Schemas * dprint * dprint
Fixed `pgSchema` enum types (fixes drizzle-team#4421) (drizzle-team#4450 ) * Fixed `pgSchema` enum types (fixes drizzle-team#4421) * Bump version
v0.43.0 (drizzle-team#4397) * Add support for cross join (drizzle-team#1669) * Add cross join support * Add cross join tests * Updated docs links (docs TBD) * Merged cross join function types into join function types, fixed missing cases for `cross` join type, ordered `crossJoin` test queries * `onIndex` support for `MySQL` `crossJoin`, fixed lack of `onIndex` param description in JSDoc, additional tests, disabled test case failing due to driver's issue --------- Co-authored-by: Sukairo-02 <sreka9056@gmail.com> * Export `PgTextBuilderInitial` type (drizzle-team#1286) * MySQL: Removed .fullJoin() from MySQL Api (drizzle-team#1351) Added new type MySqlJoinType which excludes the option for full joins and is used in the MySQL query builder createJoin function instead of the regular JoinType. Also removed two MySQL select type-tests which included the fullJoin function Co-authored-by: Sukairo-02 <sreka9056@gmail.com> * [Pg] Add support for left and inner lateral join in postgres (drizzle-team#1079) * feat: added support for left and inner lateral join in postgres Signed-off-by: Alex Vukadinov <alexvuka1@gmail.com> * chore: updated method descriptions on the new joins Signed-off-by: Alex Vukadinov <alexvuka1@gmail.com> * drizzle-teamGH-420 allowing sql inside lateral joins and revert package.json * drizzle-teamGH-420 reverted package.json empty line at the end * Changed JSDoc [WIP], reversed check --------- Signed-off-by: Alex Vukadinov <alexvuka1@gmail.com> Co-authored-by: Sukairo-02 <sreka9056@gmail.com> * Completed `left`, `inner`, `cross` lateral joins in `postgresql`, `mysql`, `gel`, `singlestore`, disabled implicit `schema.table` prefixes in column selections on single table selections for `gel` due to possible errors in subqueries on column name matches in inner and outer queries, added\altered related tests * [SingleStore] Add Connection Attributes and Fix Options (drizzle-team#4417) * add connection attributes to SingleStore driver connection * fix allowing connection strings/options rather than external pool --------- Co-authored-by: Andrii Sherman <andreysherman11@gmail.com> * Fix for drizzle-team#2654, related tests (drizzle-team#4353) * Dprint * Bumped version, added changelog, fixed broken test case * fix(3554) Correct spelling of `nowait` flag (drizzle-team#3555) * Fixed `nowait` in `Gel`, `SingleStore`, added change to changelog * Updated changelog * Fixed broken test case * Fixed `nowait` tests in `bun-sql`, `mysql-prefixed` * Add changelog updates --------- Signed-off-by: Alex Vukadinov <alexvuka1@gmail.com> Co-authored-by: L-Mario564 <ka.mario564@gmail.com> Co-authored-by: Dan Imhoff <dwieeb@gmail.com> Co-authored-by: Itay Ben-Ami <43466333+ItayBenAmi@users.noreply.github.com> Co-authored-by: Alex Vukadinov <alexvuka1@gmail.com> Co-authored-by: Mitchell Adair <madair@singlestore.com> Co-authored-by: Andrii Sherman <andreysherman11@gmail.com> Co-authored-by: Jacob Elder <jacob.elder@gmail.com>
PreviousNext