| LOW | drizzle-kit/tests/cli-generate.test.ts | 1 | import { test as brotest } from '@drizzle-team/brocli'; |
| LOW | drizzle-kit/tests/pg-identity.test.ts | 1 | import { integer, pgSequence, pgTable } from 'drizzle-orm/pg-core'; |
| LOW | drizzle-kit/tests/push/pg.test.ts | 1001 | // async addVectorIndexes() { |
| LOW | drizzle-kit/tests/push/pg.test.ts | 1021 | // .with({ m: 16, ef_construction: 64 }), |
| LOW | drizzle-kit/tests/migrate/libsql-migrate.test.ts | 41 | // const res = await query(`PRAGMA table_info("users");`); |
| LOW | drizzle-kit/src/introspect-gel.ts | 101 | // const mappedTableEntries = Object.entries(val).map((tableEntry) => { |
| LOW | drizzle-kit/src/introspect-gel.ts | 121 | // if (value.name === columnName) { |
| LOW | drizzle-kit/src/introspect-gel.ts | 141 | // relationsConfig.tableNamesMap[relation.referencedTableName].split('.')[1] |
| LOW | drizzle-kit/src/introspect-gel.ts | 161 | // }`, |
| LOW | drizzle-kit/src/introspect-gel.ts | 301 | // Object.values(schema.enums).forEach((it) => { |
| LOW | drizzle-kit/src/introspect-gel.ts | 321 | // const values = Object.values(it.values) |
| LOW | drizzle-kit/src/introspect-gel.ts | 341 | // if (it.increment) { |
| LOW | drizzle-kit/src/introspect-gel.ts | 461 | // : 'gelView'; |
| LOW | drizzle-kit/src/introspect-gel.ts | 881 | |
| LOW | drizzle-kit/src/introspect-gel.ts | 901 | // paramName, |
| LOW | drizzle-kit/src/utils.ts | 81 | }; |
| LOW | drizzle-kit/src/jsonStatements.ts | 2361 | // newDataType: columnType, |
| LOW | drizzle-kit/src/jsonStatements.ts | 2381 | // columnOnUpdate, |
| LOW | drizzle-kit/src/introspect-pg.ts | 1161 | |
| LOW | drizzle-kit/src/introspect-pg.ts | 1181 | // ) |
| LOW | drizzle-kit/src/snapshotsDiffer.ts | 1681 | ); |
| LOW | drizzle-kit/src/serializer/sqliteSerializer.ts | 821 | // } |
| LOW | drizzle-kit/src/serializer/gelSerializer.ts | 201 | // const existingUnique = uniqueConstraintObject[column.uniqueName!]; |
| LOW | drizzle-kit/src/serializer/gelSerializer.ts | 221 | // ) |
| LOW | drizzle-kit/src/serializer/gelSerializer.ts | 281 | // uniqueConstraints?.map((unq) => { |
| LOW | drizzle-kit/src/serializer/gelSerializer.ts | 301 | // // ); |
| LOW | drizzle-kit/src/serializer/gelSerializer.ts | 521 | }); |
| LOW | drizzle-kit/src/serializer/gelSerializer.ts | 541 | // tableName, |
| LOW | drizzle-kit/src/serializer/gelSerializer.ts | 1041 | |
| LOW | drizzle-kit/src/serializer/gelSerializer.ts | 1061 | // FROM pg_class |
| LOW | drizzle-kit/src/serializer/gelSerializer.ts | 1161 | // const constraintName: string = unqs.constraint_name; |
| LOW | drizzle-kit/src/serializer/gelSerializer.ts | 1221 | // const tableCompositePkName = await db.query( |
| LOW | drizzle-kit/src/cli/commands/introspect.ts | 241 | const schemaFile = join(out, 'schema.ts'); |
| LOW | drizzle-kit/src/cli/commands/introspect.ts | 261 | // viewsResolver, |
| LOW | drizzle-kit/src/cli/commands/pgPushUtils.ts | 1 | import chalk from 'chalk'; |
| LOW | drizzle-kit/src/cli/commands/pgPushUtils.ts | 21 | // if ( |
| LOW | drizzle-kit/src/cli/commands/singlestorePushUtils.ts | 61 | // ) as JsonAlterColumnTypeStatement; |
| LOW | drizzle-arktype/tests/singlestore.test.ts | 81 | // const view = mysqlView('test').as((qb) => qb.select({ id: table.id, age: sql``.as('age') }).from(table)); |
| LOW | drizzle-arktype/tests/singlestore.test.ts | 101 | // test('view with nested fields - select', (t) => { |
| LOW | drizzle-arktype/tests/singlestore.test.ts | 281 | // c6: int(), |
| LOW | drizzle-arktype/tests/singlestore.test.ts | 301 | // c5: (schema) => v.pipe(schema, v.maxValue(1000)), |
| LOW | drizzle-arktype/tests/singlestore.test.ts | 481 | } |
| LOW | drizzle-arktype/tests/singlestore.test.ts | 501 | // // @ts-expect-error |
| LOW | drizzle-valibot/tests/singlestore.test.ts | 81 | Expect<Equal<typeof result, typeof expected>>(); |
| LOW | drizzle-valibot/tests/singlestore.test.ts | 101 | // id: serial().primaryKey(), |
| LOW | drizzle-valibot/tests/singlestore.test.ts | 121 | // age: sql``.as('age'), |
| LOW | drizzle-valibot/tests/singlestore.test.ts | 281 | Expect<Equal<typeof result, typeof expected>>(); |
| LOW | drizzle-valibot/tests/singlestore.test.ts | 301 | // c6: table.c6, |
| LOW | drizzle-valibot/tests/singlestore.test.ts | 321 | // c2: v.nullable(v.pipe(intSchema, v.maxValue(1000))), |
| LOW | drizzle-valibot/tests/singlestore.test.ts | 501 | // const view = mysqlView('test').as((qb) => qb.select().from(table)); |
| LOW | integration-tests/sst-env.d.ts | 1 | // eslint-disable-next-line @typescript-eslint/triple-slash-reference |
| LOW | integration-tests/tests/awsdatapi.alltypes.test.ts | 1 | /* eslint-disable unicorn/no-empty-file */ |
| LOW | integration-tests/tests/awsdatapi.alltypes.test.ts | 21 | // jsonb, |
| LOW | integration-tests/tests/awsdatapi.alltypes.test.ts | 41 | // numeric: numeric('numeric'), |
| LOW | integration-tests/tests/awsdatapi.alltypes.test.ts | 61 | // realdef: real('realdef').default(100), |
| LOW | integration-tests/tests/awsdatapi.alltypes.test.ts | 81 | // } |
| LOW | integration-tests/tests/awsdatapi.alltypes.test.ts | 101 | // }); |
| LOW | integration-tests/tests/awsdatapi.alltypes.test.ts | 121 | // "varchardef" varchar DEFAULT 'text', |
| LOW | integration-tests/tests/awsdatapi.alltypes.test.ts | 141 | // "timestampdef" timestamp DEFAULT now(), |
| LOW | integration-tests/tests/awsdatapi.alltypes.test.ts | 161 | // bigserial: 63473487, |
| 507 more matches not shown… |