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

db_sql_error: (anonymous) when line breaks and spaces exist #33

Open
future-sawada opened this issue Oct 3, 2022 · 0 comments
Open

Comments

@future-sawada
Copy link

An error occurs when line breaks and spaces exist when writing JS source in SQL

error contents

"error":"system_error: db_sql_error: (anonymous)

Error example
error for line breaks and spaces
xxx.sql

/*
    IF 1 == 1
*/

Not Error exapmle
no error for line breaks and tab spaces
xxx.sql

/*
	IF 1 == 1
*/
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

1 participant