diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-08 08:46:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-08 08:46:10 +0200 |
commit | 3d40bf882c17b0b4fa7adaa8c8ecfae0f7bd0015 (patch) | |
tree | 39972f0f3caf32f18d604094855e5feb38ddf65b /feature | |
parent | 49ab250049ed62f47f0f5b04c09d3d63127e5c79 (diff) |
Add feature: recognize database-specific list of full statement prefixes in view
Diffstat (limited to 'feature')
-rw-r--r-- | feature/list | 6 |
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. |