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

Add support for control of ODB-based project generation #244

Closed
huttenlocher opened this issue Nov 23, 2018 · 1 comment
Closed

Add support for control of ODB-based project generation #244

huttenlocher opened this issue Nov 23, 2018 · 1 comment

Comments

@huttenlocher
Copy link
Collaborator

After implementation of issue #175 there is a need to control generation of ODB-based projects in a flexible way. Currently, the generation is based on a freely chosen heuristic: as soon as a struct contains a member with type "uuid" and name "ID", the ODB-based project "ExternalDBImpl" will be generated. This may be not obvious and not desired by the IDL designer. So a control flag e.g. similar to "-projectSet api/client/server/full-with-skeleton..." must be introduced. By default, the behavior must be "as-is" to preserve integration tests from being broken (= no ODB); by specifying the flag, ODB generation will be triggered according to the previous logic.

@sigiesec
Copy link
Collaborator

This must be done as part of #175, since otherwise an incompatible change in behaviour would be introduced.

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

2 participants