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?
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. 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() >> > --

