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

Lacking proper support for datetime data type #132

Open
Mr-vedant-gupta opened this issue Jun 10, 2022 · 0 comments
Open

Lacking proper support for datetime data type #132

Mr-vedant-gupta opened this issue Jun 10, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Mr-vedant-gupta
Copy link
Collaborator

Sample Table

CREATE TABLE answers (id text, email varchar(255), lec int, q int, answer text, submitted_at datetime, PRIMARY KEY (id));

Issue

Pelton is able to handle the cable creation without error but insert statements return the following error:
'not implemented: Rust proxy: unsupported parameter type'

Details

Error message comes from pelton/proxy/src/proxy.rs:86:10. It can be seen that datetime is not listed in the SQL_datatypes above line 86

@KinanBab KinanBab self-assigned this Feb 28, 2023
@KinanBab KinanBab added the enhancement New feature or request label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants