We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scalar udf not working as expected for return type Utf8
Basically create a UDF that returns the exact value. The results will all turn into \u0000
// Function to append 'data' to the input string function stringTest(a) { try { return a + "hello"; }catch(ex){ console.log(ex) } }
conn.createScalarFunction('stringTest', new Utf8(), stringTest);
Firefox 130.0
macOS 14.1.1 (23B81)
1.28.1-dev106.0
duckdb wasm browser
Raviston Thanasekar
None
The text was updated successfully, but these errors were encountered:
Guys please tell, was that issue is from my side or yours ?
Sorry, something went wrong.
No branches or pull requests
What happens?
Scalar udf not working as expected for return type Utf8
To Reproduce
Basically create a UDF that returns the exact value. The results will all turn into \u0000
conn.createScalarFunction('stringTest', new Utf8(), stringTest);
Browser/Environment:
Firefox 130.0
Device:
macOS 14.1.1 (23B81)
DuckDB-Wasm Version:
1.28.1-dev106.0
DuckDB-Wasm Deployment:
duckdb wasm browser
Full Name:
Raviston Thanasekar
Affiliation:
None
The text was updated successfully, but these errors were encountered: