﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
312	"Use mongokit's ""Dot Notation"""	Elrond	Christopher Allan Webber	"{{{
#!rst
mongokit supports accessing fields not only as ``doc['field']`` but
also as ``doc.field``.


-  This might look more pythonic.
-  This will ease a possible transition to sqlalchemy (as this it
   the sqlalchemy way)
-  Docs:
   http://namlook.github.com/mongokit/tutorial.html#dot-notation Main
   questions:
-  Switch it on now or in the sql-migration branch?
-  If switching it on now, should all accesses be converted to the
   new syntax?



}}}"	defect	closed	minor	0.2.1	programming	FIXED	sql		
