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

Export to sqlite does not work #102

Closed
vybiralpetr opened this issue Feb 13, 2023 · 1 comment
Closed

Export to sqlite does not work #102

vybiralpetr opened this issue Feb 13, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@vybiralpetr
Copy link

vybiralpetr commented Feb 13, 2023

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
@jung-thomas jung-thomas self-assigned this Feb 14, 2023
@jung-thomas jung-thomas added the bug Something isn't working label Feb 14, 2023
@jung-thomas
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants