Skip to content

Commit

Permalink
Add SMALLINT to type hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 27, 2024
1 parent dfa8ae1 commit b2a821d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ If a column has multiple jsonschema types, the following order is using to order
- DECIMAL
- BIGINT
- INTEGER
- SMALLINT
- BOOLEAN
- NOTYPE

Expand Down
1 change: 1 addition & 0 deletions target_postgres/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ def pick_best_sql_type(sql_type_array: list):
DECIMAL,
BIGINT,
INTEGER,
SMALLINT,
BOOLEAN,
NOTYPE,
]
Expand Down

0 comments on commit b2a821d

Please sign in to comment.