summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--feature/list6
1 files changed, 5 insertions, 1 deletions
diff --git a/feature/list b/feature/list
index b2619ed..310f3ad 100644
--- a/feature/list
+++ b/feature/list
@@ -1,9 +1,13 @@
+! Recognize database-specific list of full statement prefixes in view
+
+ See @@-note in odb/relational/processor.cxx.
+
? Add (template) parameter which determines if lazy_ptr loads in
operator*/->.
Do it only after C++11 switch.
-! Ability to define index on container value
+! Ability to define index on container value [dup]
Would be needed to implement SQLite "suggested fk index".
Also probably need to support composite value/nested member.