Skip to content

Issues: kysely-org/kysely

Beta
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Composable SelectQueryBuilder with $call api Related to library's API enhancement New feature or request
#1449 opened Apr 30, 2025 by robak86
Kysely<any> type errors with narrow table name types bug Something isn't working typescript Related to Typescript
#1440 opened Apr 23, 2025 by twiddler
A type-safe granular way of providing information/logic to plugins for precise trasnformation of inputs/results. api Related to library's API discussion Let's talk about design, goals and other stuff related to Kysely's development enhancement New feature or request typescript Related to Typescript
#1433 opened Apr 20, 2025 by igalklebanov
Create an llms.txt file documentation Improvements or additions to documentation enhancement New feature or request
#1432 opened Apr 20, 2025 by oliveryasuna
Add $narrowType helper to ExpressionWrapper. api Related to library's API enhancement New feature or request typescript Related to Typescript
#1431 opened Apr 18, 2025 by igalklebanov
Add nullif(value1, value2). api Related to library's API enhancement New feature or request mssql Related to MS SQL Server (MSSQL) mysql Related to MySQL oracle Related to Oracle postgres Related to PostgreSQL sqlite Related to sqlite
#1429 opened Apr 17, 2025 by igalklebanov
Allow chaining setDataType(dataType) with setNull() and setNotNull() in alter table ... alter column queries. api Related to library's API enhancement New feature or request mssql Related to MS SQL Server (MSSQL)
#1428 opened Apr 17, 2025 by igalklebanov
Deprecate FunctionModule and move functions to ExpressionBuilder api Related to library's API deprecation Something is/should be deprecated discussion Let's talk about design, goals and other stuff related to Kysely's development
#1422 opened Apr 14, 2025 by koskimas
Add setRef to UpdateTableBuilder. api Related to library's API enhancement New feature or request greenlit Ready for implementation
#1413 opened Apr 5, 2025 by igalklebanov
The jsonAgg function should modify the returned types. enhancement New feature or request postgres Related to PostgreSQL typescript Related to Typescript
#1412 opened Apr 5, 2025 by Westermann
Unable to reference a column name whose update type is set to never in the where clause of onconflict callback of insert api Related to library's API bug Something isn't working greenlit Ready for implementation
#1409 opened Mar 31, 2025 by akshg05
Add a native way to mark columns as read-only. enhancement New feature or request typescript Related to Typescript
#1405 opened Mar 29, 2025 by igalklebanov
Add a way to stream raw query results. api Related to library's API enhancement New feature or request
#1403 opened Mar 27, 2025 by igalklebanov
sqlite introspector missing generated/computed columns built-in dialect Related to a built-in dialect enhancement New feature or request sqlite Related to sqlite
#1397 opened Mar 21, 2025 by zihaolam
Parameter Reuse Optimization for SQL Template Literals breaking change Includes breaking changes built-in dialect Related to a built-in dialect enhancement New feature or request mssql Related to MS SQL Server (MSSQL) postgres Related to PostgreSQL sqlite Related to sqlite
#1387 opened Mar 15, 2025 by programmarchy
typing in $if builder api Related to library's API enhancement New feature or request
#1384 opened Mar 11, 2025 by mendrik
Support coalescing more than 5 entries api Related to library's API duplicate This issue or pull request already exists enhancement New feature or request
#1383 opened Mar 11, 2025 by danieleformichelli
(New Feature) Introspect Table Comments api Related to library's API built-in dialect Related to a built-in dialect custom dialect Related to a custom dialect enhancement New feature or request
#1368 opened Feb 24, 2025 by IggyMi
NULL < NOW() should be inferred as SqlBool | null enhancement New feature or request typescript Related to Typescript
#1340 opened Feb 5, 2025 by twiddler
Uncatchable connection errors in MS SQL
#1339 opened Feb 5, 2025 by vicary
ProTip! Exclude everything labeled bug with -label:bug.