Closed vybiralpetr closed 1 year ago
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
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.
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.