| LOW | deno.check.d.ts | 93 | export function functionThatExpectsPersonWithNonNullValue( |
| LOW | test/typings/test-d/postgres-json.test-d.ts | 121 | async function testPostgresConditionalJsonSelects(db: Kysely<Database>) { |
| LOW | test/typings/test-d/expression.test-d.ts | 213 | async function testExpressionBuilderAnyWithColumnType( |
| LOW | test/typings/test-d/expression.test-d.ts | 237 | function testExpressionBuilderTuple(db: Kysely<Database>) { |
| LOW | test/typings/test-d/expression.test-d.ts | 302 | function testExpressionBuilderConstructor(db: Kysely<Database>) { |
| LOW | test/typings/test-d/expression.test-d.ts | 316 | function testTablelessExpressionBuilder( |
| LOW | test/typings/test-d/merge.test-d.ts | 189 | async function testWhenNotMatchedBySource( |
| LOW | test/typings/test-d/infer-result.test-d.ts | 15 | function testInferResultSelectQuery(db: Kysely<Database>) { |
| LOW | test/typings/test-d/infer-result.test-d.ts | 41 | function testInferResultInsertQuery(db: Kysely<Database>) { |
| LOW | test/typings/test-d/infer-result.test-d.ts | 69 | function testInferResultUpdateQuery(db: Kysely<Database>) { |
| LOW | test/typings/test-d/infer-result.test-d.ts | 110 | function testInferResultDeleteQuery(db: Kysely<Database>) { |
| LOW | test/typings/test-d/infer-result.test-d.ts | 133 | function testInferResultMergeQuery(db: Kysely<Database>) { |
| LOW | test/typings/test-d/create-table.test-d.ts | 5 | async function testCreateTableWithSeveralColumns(db: Kysely<Database>) { |
| LOW | test/typings/test-d/create-table.test-d.ts | 32 | async function testCreateTableWithAddUniqueConstraint(db: Kysely<Database>) { |
| LOW | test/typings/test-d/create-table.test-d.ts | 85 | async function testCreateTableWithAsStatement(db: Kysely<Database>) { |
| LOW | test/typings/test-d/index.test-d.ts | 25 | async function testKyselyAndTransactionTypes(db: Kysely<Database>) { |
| LOW | test/typings/test-d/index.test-d.ts | 35 | async function testExecuteTakeFirstOrThrow(db: Kysely<Database>) { |
| LOW | test/typings/test-d/generic-pre-5.4.test-d.ts | 14 | function testSelectQueryBuilderExtends() { |
| LOW | test/typings/test-d/generic-pre-5.4.test-d.ts | 28 | function testExpressionBuilderExtends() { |
| LOW | test/typings/test-d/generic-pre-5.4.test-d.ts | 42 | function testExpressionBuilderExtendsFuncArg() { |
| LOW | test/typings/test-d/alter-table.test-d.ts | 6 | async function testAlterTableWithAddUniqueConstraint(db: Kysely<Database>) { |
| LOW | test/typings/test-d/aggregate-function.test-d.ts | 80 | async function testSelectWithDefaultGenerics(db: Kysely<Database>) { |
| LOW | test/typings/test-d/aggregate-function.test-d.ts | 110 | async function testSelectExpressionBuilderWithDefaultGenerics( |
| LOW | test/typings/test-d/aggregate-function.test-d.ts | 142 | async function testSelectExpressionBuilderWithCustomGenerics( |
| LOW | test/typings/test-d/aggregate-function.test-d.ts | 169 | async function testSelectExpressionBuilderWithSubExpressions( |
| LOW | test/typings/test-d/aggregate-function.test-d.ts | 195 | async function testSelectWithCustomGenerics(db: Kysely<Database>) { |
| LOW | test/typings/test-d/aggregate-function.test-d.ts | 233 | async function testSelectUnexpectedColumn(db: Kysely<Database>) { |
| LOW | test/typings/test-d/aggregate-function.test-d.ts | 307 | async function testSelectWithDynamicReference(db: Kysely<Database>) { |
| LOW | test/typings/test-d/aggregate-function.test-d.ts | 703 | async function testSelectWithOverAndPartitionBySingle(db: Kysely<Database>) { |
| LOW | test/typings/test-d/aggregate-function.test-d.ts | 742 | async function testSelectWithOverAndPartitionByMultiple(db: Kysely<Database>) { |
| LOW | test/typings/test-d/aggregate-function.test-d.ts | 789 | async function testSelectWithOverAndPartitionByUnexpectedColumns( |
| LOW | test/typings/test-d/aggregate-function.test-d.ts | 896 | async function testSelectWithOverAndOrderBySingle(db: Kysely<Database>) { |
| LOW | test/typings/test-d/aggregate-function.test-d.ts | 935 | async function testSelectWithOverAndOrderByMultiple(db: Kysely<Database>) { |
| LOW | test/typings/test-d/aggregate-function.test-d.ts | 974 | async function testSelectWithOverAndOrderByUnexpectedColumns( |
| LOW | test/typings/test-d/aggregate-function.test-d.ts | 1031 | async function testSelectAsCustomFunctionArgument(db: Kysely<Database>) { |
| LOW | test/typings/test-d/readonly.test-d.ts | 414 | async function testReadonlyControlledTransaction( |
| LOW | test/typings/test-d/generic.test-d.ts | 15 | function testSelectQueryBuilderExtends() { |
| LOW | test/typings/test-d/generic.test-d.ts | 29 | function testExpressionBuilderExtends() { |
| LOW | test/typings/test-d/generic.test-d.ts | 43 | function testExpressionBuilderExtendsFuncArg() { |
| LOW | test/node/src/test-setup.ts | 555 | function createNoopTransformerPlugin(): KyselyPlugin { |
| LOW | test/node/src/test-setup.ts | 655 | export function resolveJSONColumnDataType( |
| LOW | example/test/user/user.test.ts | 135 | async function createPasswordSignInMethod( |
| LOW | …e/src/user/sign-in-method/sign-in-method.repository.ts | 23 | export async function insertPasswordSignInMethod( |
| LOW | …/docs/getting-started/IUseADifferentPackageManager.tsx | 8 | export function IUseADifferentPackageManager( |
| LOW | site/docs/getting-started/Instantiation.tsx | 121 | function getDialectSpecificCodeSnippet( |
| LOW | site/docs/recipes/0001-reusable-helpers.md | 127 | function idsOfPersonsThatHaveDogNamed(name: Expression<string>) { |
| LOW | site/src/components/playground-example-types.ts | 95 | export function functionThatExpectsPersonWithNonNullValue( |
| LOW | src/kysely.ts | 1307 | function assertNotCommittedOrRolledBack( |
| LOW | src/dynamic/dynamic-reference-builder.ts | 39 | export function isDynamicReferenceBuilder( |
| LOW | src/dynamic/dynamic-table-builder.ts | 54 | export function isAliasedDynamicTableBuilder( |
| LOW | src/util/provide-controlled-connection.ts | 12 | export async function provideControlledConnection( |
| LOW | src/util/abort.ts | 53 | export function getInflightQueryAbortHandler( |
| LOW | src/util/abort.ts | 95 | function throwUnsupportedInflightQueryAbortStrategyError( |
| LOW | src/driver/driver.ts | 104 | export function validateTransactionSettings( |
| LOW | …/plugin/handle-empty-in-lists/handle-empty-in-lists.ts | 44 | export function replaceWithNoncontingentExpression( |
| LOW | src/parser/update-set-parser.ts | 65 | export function parseUpdateObjectExpression( |
| LOW | src/parser/order-by-parser.ts | 129 | function parseOrderByWithModifiers( |
| LOW | src/parser/binary-operation-parser.ts | 71 | export function parseValueBinaryOperationOrExpression( |
| LOW | src/parser/binary-operation-parser.ts | 83 | export function parseValueBinaryOperation( |
| LOW | src/parser/binary-operation-parser.ts | 103 | export function parseReferentialBinaryOperation( |
| 15 more matches not shown… |