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
Hello, I am trying to export our tables to sqlite, but I am getting an error:
CDS compilation failed Error: sqlDialect “sqlite” can't be combined with sqlMapping ‘quoted’
I think that the problem might be in this line of code:
I tried to export both table and view.
hana-cli inspectTable -t "XYZ" -o sqlite hana-cli inspectView -v "XYZ" -o sqlite
The text was updated successfully, but these errors were encountered:
00177e7
Looks like quoted isn't supported any longer in the cds compile to sqlite. I removed that option. Issue is fixed in new version 3.202302.4.
Sorry, something went wrong.
jung-thomas
No branches or pull requests
Hello,
I am trying to export our tables to sqlite, but I am getting an error:
I think that the problem might be in this line of code:
I tried to export both table and view.
The text was updated successfully, but these errors were encountered: