Skip to content

Commit

Permalink
use relative part instead
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Oct 22, 2024
1 parent 8f68d0a commit 4d1afa3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/connections/bigquery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
transformObjectBasedResultFirstRow,
} from './../utils/transformer';
import { SqlConnection } from './sql-base';
import { ColumnDataType } from 'src/query-builder';

export class BigQueryConnection extends SqlConnection {
bigQuery: BigQuery;
Expand Down
2 changes: 1 addition & 1 deletion src/connections/mysql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
transformArrayBasedResult,
} from './../utils/transformer';
import { QueryResult } from '.';
import { ColumnDataType } from 'src/query-builder';
import { ColumnDataType } from '../query-builder';

interface MySQLSchemaResult {
SCHEMA_NAME: string;
Expand Down

0 comments on commit 4d1afa3

Please sign in to comment.