Replies: 1 comment 1 reply
-
The Any driver is designed to be database agnostic. It can therefore only support the types which are supposed by all other databases. If you want access to the database specific types I would suggest to you that you
I don't know about date/datetime. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When i get decimal column value from postgres by Any driver, the library panic :
Any driver does not support the Postgres type PgTypeInfo(Numeric)
the samilar error for the timestamp and date column type , it's :
Any driver does not support the Postgres type PgTypeInfo(Timestamptz)
Will the Any driver add support for decimal、datetime、date column type ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions