diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-20 06:48:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-20 06:48:37 +0200 |
commit | 341dd1b7b6267cdd9e6e27f42cf92f87145b0696 (patch) | |
tree | a49a020c1d258d38804fa55826bb96dabfde4e9d | |
parent | 7120ea233e8d65f00ecded88eba84e69a1dacaf4 (diff) | |
parent | f136b4a0b4430e90a9986c2aae5e3ec56bdfa9b4 (diff) |
Merge branch 'master' into bulk
-rw-r--r-- | feature/view/list | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/feature/view/list b/feature/view/list index 33024ac..aa02062 100644 --- a/feature/view/list +++ b/feature/view/list @@ -7,3 +7,9 @@ describe a table (and generate query_columns from it). See email from frankiegp@libero.it/14-Jul-2014. + +? std::duple-based view + + Can't we TMP-generate traits class in C++11? Could be useful for calling + stored procedures, for example. Could also have specializations for common + simple types (std::string, integers). |