-
Notifications
You must be signed in to change notification settings - Fork 160
Support TreeTable on H2 #506
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
Conversation
|
I think we should also remove the cloud profile from cloud-cap-samples-java/srv/src/main/java/my/bookshop/handlers/HierarchySiblingActionHandler.java Line 29 in f86c224
And we should also adjust the README, as it still states some incorrect information about TreeTable and HANA. |
| spring: | ||
| config.activate.on-profile: default | ||
| sql.init.platform: h2 | ||
| sql.init.schema-locations: classpath:schema-h2.sql,classpath:indices-h2.sql |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we also solve the index through some @sql.append annotation or something like that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not possible, unfortunately. You need two statements but you can't use a semicolon in @sql.append.
Requires version
4.1.1ofcds-servicesChanges: