Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/bun-pg/src/db/query_sql.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Code generated by sqlc. DO NOT EDIT.

import { QueryArrayConfig, QueryArrayResult } from "pg";
import type { QueryArrayConfig, QueryArrayResult } from "pg";

interface Client {
query: (config: QueryArrayConfig) => Promise<QueryArrayResult>;
Expand Down
2 changes: 1 addition & 1 deletion examples/node-pg/src/db/query_sql.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Code generated by sqlc. DO NOT EDIT.

import { QueryArrayConfig, QueryArrayResult } from "pg";
import type { QueryArrayConfig, QueryArrayResult } from "pg";

interface Client {
query: (config: QueryArrayConfig) => Promise<QueryArrayResult>;
Expand Down
2 changes: 1 addition & 1 deletion src/drivers/pg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export class Driver {
factory.createImportDeclaration(
undefined,
factory.createImportClause(
false,
true,
undefined,
factory.createNamedImports([
factory.createImportSpecifier(
Expand Down