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

Parse error when using vector_serialize with returning clause #39

Open
PhilippSalvisberg opened this issue Jul 1, 2024 · 0 comments
Open
Assignees
Labels
23.4 bug Something isn't working

Comments

@PhilippSalvisberg
Copy link
Collaborator

The following example work without parse errors

select vector_serialize(vector('[1.1,2.2,3.3]', 3, float32));

However, when using the returning clause in vector_serialize a syntax error is thrown by db* CODEOP:

select vector_serialize(vector('[1.1,2.2,3.3]', 3, float32) returning varchar2(200 char));
select vector_serialize(vector('[1.1,2.2,3.3]', 3, float32) returning clob);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
23.4 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants