You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: