-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I'm trying to use this emulator in some integration tests and I'm running into issues with type translation that would require me to have to make changes to my application. The one's that I've run into so far are:
| Snowflake | DuckDB |
|---|---|
| NUMBER | NUMERIC |
| TEXT | VARCHAR |
| TIMESTAMP_NTZ or TIMESTAMP_LTZ | TIMESTAMP |
| TIMESTAMP_TZ | TIMESTAMP WITH TIME ZONE |
Have you considered adding support for this? I'm a newbie with Go but I can try to put together a PR if you'd be interested in accepting it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels