Skip to content

Commit

Permalink
Postgres, add timestamptz to database native types (fixes several sch…
Browse files Browse the repository at this point in the history
…ema dumper tests)
  • Loading branch information
JesseChavez committed Dec 3, 2024
1 parent 7a46ad7 commit c2a43cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/arjdbc/postgresql/adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def configure_connection
date: { name: 'date' },
daterange: { name: 'daterange' },
datetime: { name: 'timestamp' },
timestamptz: { name: 'timestamptz' },
decimal: { name: 'decimal' }, # :limit => 1000
float: { name: 'float' },
hstore: { name: 'hstore' },
Expand Down

0 comments on commit c2a43cd

Please sign in to comment.