Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / drizzle-team/drizzle-orm issues and pull requests

#594 - [FEATURE]: Support PostgreSQL's Row Level Security (RLS)

Issue - State: closed - Opened by feliche93 over 1 year ago - 56 comments
Labels: enhancement

#592 - [FEATURE]: Inline index definition

Issue - State: open - Opened by schurhammer over 1 year ago - 1 comment
Labels: enhancement

#591 - [BUG]: drizzle-zod: directory import drizzle-orm/mysql-core is not supported resolving ES modules

Issue - State: closed - Opened by ben-xD over 1 year ago - 3 comments
Labels: bug

#590 - [FEATURE]: default() should accept a function generator

Issue - State: closed - Opened by michealroberts over 1 year ago - 4 comments
Labels: enhancement

#588 - [BUG]: Incorrect type inference for nullable fields (postgres)

Issue - State: closed - Opened by techcenary over 1 year ago - 2 comments
Labels: bug

#587 - Update README.md

Pull Request - State: open - Opened by pyk over 1 year ago

#586 - [BUG]: discord links not working?

Issue - State: closed - Opened by pcriadoperez over 1 year ago - 1 comment
Labels: bug

#585 - [FEATURE]: MSSQL dialect

Issue - State: open - Opened by AlexBlokh over 1 year ago - 25 comments
Labels: enhancement, pre-v1

#582 - [BUG]: Leftjoin is overriding the columns with the same names

Issue - State: closed - Opened by NielXu over 1 year ago - 5 comments
Labels: bug

#581 - Move `param()` and `placeholder()` into `sql`

Issue - State: closed - Opened by dankochetov over 1 year ago
Labels: enhancement

#580 - [Q&A]: Open source version of drizzle-kit

Issue - State: closed - Opened by thenewyork over 1 year ago - 9 comments
Labels: question

#579 - [FEATURE]: ORM Schema for Generated Columns

Issue - State: closed - Opened by tomery11 over 1 year ago - 8 comments
Labels: enhancement

#578 - Fix response format for RDS Data API in raw query db.execute() case

Issue - State: closed - Opened by dankochetov over 1 year ago - 2 comments
Labels: bug

#577 - [BUG]: drizzle-zod not checking for varchar length

Issue - State: closed - Opened by TiltedToast over 1 year ago - 3 comments
Labels: bug

#576 - [BUG]: drizzle-zod & postgres: not requiring primaryKey id field on insert

Issue - State: open - Opened by pubmp over 1 year ago - 4 comments
Labels: bug

#574 - [FEATURE]: Ability to limit and order delete queries

Issue - State: open - Opened by ajs11174 over 1 year ago - 4 comments
Labels: enhancement

#573 - Don't allow unknown keys in drizzle-zod refinement

Issue - State: open - Opened by dankochetov over 1 year ago
Labels: enhancement, drizzle-zod

#572 - Don't allow unknown keys in .insert().values()

Issue - State: open - Opened by dankochetov over 1 year ago
Labels: enhancement

#571 - [FEATURE]: Nullable type inference with .mapWith()

Issue - State: open - Opened by Nikola-Milovic over 1 year ago
Labels: enhancement

#570 - [BUG]: numeric types returning type string with postgres

Issue - State: closed - Opened by AdditionAddict over 1 year ago - 3 comments
Labels: bug

#569 - [BUG]: React Server Component's Not working as expected

Issue - State: closed - Opened by dylel over 1 year ago - 3 comments
Labels: bug

#567 - [FEATURE]: DynamoDB support

Issue - State: closed - Opened by ap0nia over 1 year ago - 11 comments
Labels: enhancement

#566 - [FEATURE]: Possibility to define text/blob index size

Issue - State: open - Opened by AndriiSherman over 1 year ago
Labels: enhancement, MySQL

#565 - [BUG]: returned type of a query ending with `.get()` has no `| undefined`

Issue - State: closed - Opened by ansavchenco over 1 year ago - 1 comment
Labels: bug

#564 - [FEATURE]: add PgVector support

Issue - State: open - Opened by ianjdarrow over 1 year ago - 12 comments
Labels: enhancement

#563 - [feat] Add method for retrieving 1 record from database.

Pull Request - State: closed - Opened by sexnine over 1 year ago - 4 comments

#561 - Expose query builder config

Issue - State: open - Opened by dankochetov over 1 year ago - 2 comments
Labels: enhancement

#560 - [BUG]: uniqueIndex not respecting WHERE clause in postgres

Issue - State: closed - Opened by sudhanshu16 over 1 year ago - 1 comment
Labels: bug

#559 - [BUG]: drizzle-zod Insert Schema requiring id field

Issue - State: open - Opened by TiltedToast over 1 year ago - 6 comments
Labels: bug

#558 - [SQLite] Add bigint mode to SQLite

Pull Request - State: closed - Opened by MrRahulRamkumar over 1 year ago - 2 comments

#556 - Implement in-code column defaults

Issue - State: closed - Opened by dankochetov over 1 year ago - 1 comment
Labels: enhancement

#555 - [BUG]: Broken shifted columns with leftJoin and same column name (on D1)

Issue - State: open - Opened by mizchi over 1 year ago - 26 comments
Labels: bug

#554 - Allow wrapping the column in custom SQL for custom types

Issue - State: open - Opened by dankochetov over 1 year ago - 3 comments
Labels: enhancement

#552 - [BUG]: Type error when using `$type()` with a nullable field

Issue - State: closed - Opened by JesusTheHun over 1 year ago - 1 comment
Labels: bug

#551 - [BUG]: No access to raw selects in where

Issue - State: closed - Opened by leifniem over 1 year ago - 1 comment
Labels: bug

#550 - [BUG]: Unable to insert when using jest fake timers

Issue - State: closed - Opened by JesusTheHun over 1 year ago - 2 comments
Labels: bug

#549 - Update CONTRIBUTING.md

Pull Request - State: closed - Opened by dankochetov over 1 year ago

#548 - Update custom types docs for requirement of HKT

Pull Request - State: closed - Opened by tmcw over 1 year ago - 1 comment

#547 - Fix link to kysely

Pull Request - State: open - Opened by mosch over 1 year ago

#546 - [BUG]: Migration generates enums with quotation marks

Issue - State: closed - Opened by taylorcantwell over 1 year ago - 1 comment
Labels: bug

#545 - Fix partial joins with prefixed tables

Pull Request - State: closed - Opened by dankochetov over 1 year ago

#544 - Partial-joins-with-prefixed-tables

Pull Request - State: closed - Opened by dankochetov over 1 year ago

#543 - [FEATURE]: AsyncLocalStorage for transactions

Issue - State: open - Opened by hyzyla over 1 year ago - 16 comments
Labels: enhancement

#542 - [BUG]: Left join not working after updating to latest

Issue - State: closed - Opened by thillmann over 1 year ago - 3 comments
Labels: bug

#541 - [DOCS] Fix typos in joins.md

Pull Request - State: closed - Opened by emdede over 1 year ago

#539 - Vercel pg

Pull Request - State: closed - Opened by AndriiSherman over 1 year ago

#538 - [FEATURE]: `limit(1)` change type to `T | undefined`

Issue - State: closed - Opened by oscartbeaumont over 1 year ago - 3 comments
Labels: enhancement

#537 - [FEATURE]:Add null as a default value

Issue - State: closed - Opened by siemah over 1 year ago - 4 comments
Labels: enhancement

#536 - [BUG]: TypeScript error for nested `select` expressions

Issue - State: closed - Opened by emdede over 1 year ago - 3 comments
Labels: bug

#535 - [FEATURE]: SQLite `LIMIT` and `ORDER BY` for `UPDATE` queries

Issue - State: open - Opened by spiffytech over 1 year ago
Labels: enhancement

#534 - [FEATURE]: `inArray` with composite keys

Issue - State: open - Opened by spiffytech over 1 year ago
Labels: enhancement

#531 - [FEATURE]: select() field types?

Issue - State: closed - Opened by shinebayar-g over 1 year ago - 4 comments
Labels: enhancement

#529 - [BUG]: types not properly exported (esm) & not portable

Issue - State: closed - Opened by alexn-s over 1 year ago - 8 comments
Labels: bug

#528 - [BUG]: Sqlite Cloudflare D1 inner joins do not work correctly

Issue - State: closed - Opened by AdiRishi over 1 year ago - 4 comments
Labels: bug, blocked

#527 - [pg] fix typo in docs

Pull Request - State: closed - Opened by dee-kap over 1 year ago - 2 comments

#526 - Prisma migration guide

Issue - State: closed - Opened by jakeleventhal over 1 year ago - 7 comments

#525 - [BUG]: onConflictDoUpdate where clause not

Issue - State: open - Opened by knarfchan over 1 year ago
Labels: bug

#524 - [FEATURE]: don't minify or bundle npm packages

Issue - State: closed - Opened by arjunyel over 1 year ago - 2 comments
Labels: enhancement

#523 - Mysql Geospatial types

Issue - State: open - Opened by SirCameron over 1 year ago - 3 comments
Labels: enhancement

#522 - Fix joins docs typo

Pull Request - State: closed - Opened by arjunyel over 1 year ago

#521 - [SQLite] Fix upsert targeting composite keys

Pull Request - State: open - Opened by wkunert over 1 year ago

#520 - Merge beta into main

Pull Request - State: closed - Opened by dankochetov over 1 year ago

#519 - Add user-defined generic to `.prepare()` with placeholders shape

Issue - State: open - Opened by dankochetov over 1 year ago - 2 comments
Labels: enhancement

#518 - [BUG]: SQLite onConflictDoUpdate incorrect target for Composite Primary Keys

Issue - State: closed - Opened by hirvesh over 1 year ago - 1 comment
Labels: bug

#517 - fix #330: fix adding of typings when merging queries

Pull Request - State: open - Opened by michaelgmcd over 1 year ago - 2 comments

#514 - Check that beta is not ahead of main before publishing the new version to latest

Issue - State: closed - Opened by dankochetov over 1 year ago
Labels: enhancement

#513 - [DOCS]: CONTRIBUTING.md building instructions fail (out-of-date?)

Issue - State: closed - Opened by gmaclennan over 1 year ago - 1 comment
Labels: bug

#511 - [BUG]: types missing in package.json exports for esm project

Issue - State: closed - Opened by alexn-s over 1 year ago - 2 comments
Labels: bug

#509 - [BUG]: Duplicate migration when using AWS Data API

Issue - State: closed - Opened by emarref over 1 year ago - 9 comments
Labels: bug, drizzle-kit

#506 - Documentation for Postgres select methods

Pull Request - State: closed - Opened by tmcw over 1 year ago

#505 - [BUG]: node-postgres broken with ESM

Issue - State: closed - Opened by ksmithut over 1 year ago - 7 comments
Labels: bug

#504 - Implement relational query builder with convenience API layer

Issue - State: open - Opened by dankochetov over 1 year ago
Labels: enhancement

#503 - Add `createUpdateSchema` to drizzle-zod

Issue - State: open - Opened by dankochetov over 1 year ago - 3 comments
Labels: enhancement, drizzle-zod

#500 - Add "Development" section to docs

Issue - State: closed - Opened by dankochetov over 1 year ago
Labels: documentation

#498 - [BUG]: Autocompletion is slooow when combined with tRPC

Issue - State: closed - Opened by pedropmedina over 1 year ago - 2 comments
Labels: bug

#486 - [BUG]: generating too long foreign key names

Issue - State: closed - Opened by ghostebony over 1 year ago - 4 comments
Labels: bug

#485 - [BUG]: SQLite JSON should be TEXT, not blob

Issue - State: closed - Opened by arjunyel over 1 year ago - 4 comments
Labels: enhancement

#477 - [BUG]: Circular Dependency

Issue - State: closed - Opened by lominming over 1 year ago - 1 comment
Labels: bug, can't reproduce

#475 - [SQLite] Fix onConflict targets

Pull Request - State: closed - Opened by wkunert over 1 year ago - 3 comments

#466 - [FEATURE]: Allow specifying constraint names

Issue - State: closed - Opened by migueloller over 1 year ago - 12 comments
Labels: enhancement

#465 - Is there support for partitions with Postgres

Issue - State: open - Opened by Domcsore over 1 year ago - 3 comments

#464 - [FEATURE]: insert default values

Issue - State: closed - Opened by migueloller over 1 year ago - 4 comments
Labels: enhancement

#463 - [BUG]: Can't have a WHERE clause with JSON fields

Issue - State: closed - Opened by Looskie over 1 year ago - 4 comments
Labels: bug

#462 - [BUG]: this.client.unsafe is not a function

Issue - State: closed - Opened by jessielaf over 1 year ago - 2 comments
Labels: bug

#461 - [QA]: Automatically apply migrations

Issue - State: closed - Opened by jessielaf over 1 year ago - 3 comments
Labels: question

#459 - SQLite's get() returns undefined when no record was found

Pull Request - State: closed - Opened by mastorm over 1 year ago - 4 comments

#456 - Implement iterator to handle large amount or rows

Issue - State: open - Opened by dankochetov over 1 year ago - 9 comments
Labels: enhancement, driver/neon, driver/postgresjs, driver/pg, driver/vercel-pg, driver/bun-sqlite, driver/expo-sqlite, qb/crud

#451 - [BUG]: Can't access table config column index information

Issue - State: closed - Opened by asutula over 1 year ago - 2 comments
Labels: question

#449 - [MYSQL] Full text search (match against)

Pull Request - State: closed - Opened by corbanvilla over 1 year ago - 8 comments

#444 - Add user input escaping function to `like/ilike/notLike/notIlike`

Issue - State: open - Opened by dankochetov over 1 year ago - 2 comments
Labels: enhancement

#440 - [BUG]: References across schemas does not include schema name in generated migrations

Issue - State: closed - Opened by erickreutz over 1 year ago - 5 comments
Labels: bug, drizzle-kit

#437 - Decrease the amount of generated TS types (performance issues)

Issue - State: closed - Opened by dankochetov over 1 year ago - 17 comments
Labels: enhancement

#430 - [Docs] Fix typo in README

Pull Request - State: closed - Opened by rix1 over 1 year ago

#425 - [MySql] Update `binary` and `varbinary` Column Types to `Buffer`

Pull Request - State: closed - Opened by ryanagillie over 1 year ago - 6 comments

#423 - [BUG]: design: working with dynamic schemas is practically impossible

Issue - State: open - Opened by mppub over 1 year ago - 25 comments

#420 - Add `join lateral` support

Issue - State: open - Opened by dankochetov over 1 year ago - 1 comment
Labels: enhancement