summaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli11
1 files changed, 9 insertions, 2 deletions
diff --git a/odb/options.cli b/odb/options.cli
index 95a5d4c..d205039 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -54,8 +54,15 @@ class options
bool --generate-query | -q
{
- "Generate query support code. Without this support you cannot use
- views and can only load objects via their ids."
+ "Generate query support code. Without this support you cannot use views
+ and can only load objects via their ids."
+ };
+
+ bool --generate-session | -e
+ {
+ "Generate session support code. With this option session support will
+ be enabled by default for all the persistent classes except those for
+ which it was explicitly disabled using the \cb{db session} pragma."
};
bool --generate-schema | -s