diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-10-09 11:29:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-10-09 11:29:38 +0200 |
commit | 1927f6d00ca32101de2554946e8b449efb5977c1 (patch) | |
tree | 8529dab6fb68bf20f7fa9a90fe45c0ccb4fafa8b /feature/container |
Start tracking ODB change development in git
Diffstat (limited to 'feature/container')
-rw-r--r-- | feature/container/list | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/feature/container/list b/feature/container/list new file mode 100644 index 0000000..17b1d8a --- /dev/null +++ b/feature/container/list @@ -0,0 +1,7 @@ +- Ability to define custom indexes on container values + + Currently we only support id and index but there is no good reason (other + than complexity) why we shouldn't support values as well. Will need to + support composite values. + + See email from marcos.glez@gmail.com/22-Aug-2014. |