Skip to content

Commit dbc3565

Browse files
committed
Import fix
1 parent a2fb7d4 commit dbc3565

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drizzle-orm/src/bun-sql/postgres/session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import type { SelectedFieldsOrdered } from '~/pg-core/query-builders/select.type
1313
import type { PgQueryResultHKT, PgTransactionConfig, PreparedQueryConfig } from '~/pg-core/session.ts';
1414
import type { AnyRelations } from '~/relations.ts';
1515
import { fillPlaceholders, type Query } from '~/sql/sql.ts';
16-
import { tracer } from '~/tracing';
16+
import { tracer } from '~/tracing.ts';
1717
import { type Assume, mapResultRow } from '~/utils.ts';
1818

1919
export class BunSQLPreparedQuery<T extends PreparedQueryConfig, TIsRqbV2 extends boolean = false>

drizzle-orm/src/cockroach-core/query-builders/refresh-materialized-view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { QueryPromise } from '~/query-promise.ts';
1212
import type { RunnableQuery } from '~/runnable-query.ts';
1313
import type { Query, SQL, SQLWrapper } from '~/sql/sql.ts';
1414
import { tracer } from '~/tracing.ts';
15-
import type { NeonAuthToken } from '~/utils';
15+
import type { NeonAuthToken } from '~/utils.ts';
1616

1717
// eslint-disable-next-line @typescript-eslint/no-empty-interface
1818
export interface CockroachRefreshMaterializedView<TQueryResult extends CockroachQueryResultHKT>

drizzle-orm/src/effect-postgres/session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { PgClient } from '@effect/sql-pg/PgClient';
22
import { Effect } from 'effect';
33
import type * as V1 from '~/_relations.ts';
4-
import type { EffectCache } from '~/cache/core/cache-effect';
4+
import type { EffectCache } from '~/cache/core/cache-effect.ts';
55
import type { WithCacheConfig } from '~/cache/core/types.ts';
66
import { entityKind } from '~/entity.ts';
77
import { DrizzleQueryError } from '~/errors.ts';

0 commit comments

Comments
 (0)