On Sunday, 2 September 2012 00:21:47 UTC-5, Andrew W wrote: > > Does auth.wiki need to be included in the doco todo list ? If plugin_wiki > is to be phased out does the Components chapter need updating to refer to > auth.wiki?
For me the first order to do list if the CHANGELOG. I Just posted as [x] those items that I have covered. I will add some more later today. The second order is to rewrite some sections to use new style. For example I have removed all Field(...,db.auth_user) and replaced them with Field(...,"reference auth_user") because the latter is faster if one switches to lazy_tables. > > By the way, thanks for putting the book on github. A good lesson in > itself for a documentation app (on my list) > > I need to add some bits on Teradata to the Gotchas DAL section. > Yes please. > > Happy to review other additions for grammar, etc... > > > > > > On Sunday, September 2, 2012 11:16:35 AM UTC+12, Massimo Di Pierro wrote: >> >> It is actually >> >> [ ] db.table.myuploadfield.default = 'path/to/file' >> >> >> >> On Saturday, 1 September 2012 17:21:56 UTC-5, rochacbruno wrote: >>> >>> Also mention that this >>> >>> [x] new syntax: db.mytable.insert(myuploadfield=open(....)), thank you >>> Iceberg >>> >>> Now works as: >>> >>> [ ] db.table.myuploadfield.default = open() >>> >> --

