Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing column types #74

Open
kuzdogan opened this issue Jan 14, 2025 · 1 comment
Open

Missing column types #74

kuzdogan opened this issue Jan 14, 2025 · 1 comment

Comments

@kuzdogan
Copy link

Looking across the docs I can see there are multitude of data types e.g. bigint, or varbinary also mentioned in the API page, but the SDK has a limited number of types.

Image
export declare enum ColumnType {
    Varchar = "varchar",
    Integer = "integer",
    Double = "double",
    Boolean = "boolean",
    Timestamp = "timestamp"
}

Are those missing or was this intentional?

@bh2smith
Copy link
Collaborator

I think this just hasn't been updated since they added more. Would you be interested in extending this list?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants