Added uri style connection handling

This commit is contained in:
Ross Lawley
2012-01-30 10:24:45 +00:00
parent f59aa922ea
commit 0301135f96
4 changed files with 41 additions and 6 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Added uri support for connections
- Added scalar for efficiently returning partial data values (aliased to values_list)
- Fixed limit skip bug
- Improved Inheritance / Mixin