Re: [whatwg] SQL section feedback

2008-05-08 Thread Křištof Želechovski
: WHATWG Mailing List Subject: [whatwg] SQL section feedback > - 4.11.3 defines that placeholders simply have to be replaced with > values from the arguments array. As I understand, this does not per se > ban SQL injections. Will the spec define *how* to replace placeholders, > incl

Re: [whatwg] SQL section feedback

2008-05-07 Thread Brady Eidson
On May 6, 2008, at 10:14 PM, Ian Hickson wrote: On Thu, 10 Apr 2008, Dimitri Glazkov wrote: In the current SQL storage spec (http://www.whatwg.org/specs/web-apps/current-work/multipage/section-sql.html ), all database operations can be nicely tucked onto a separate thread, so that they do

[whatwg] SQL section feedback

2008-05-06 Thread Ian Hickson
On Thu, 10 Apr 2008, Dimitri Glazkov wrote: > > In the current SQL storage spec > (http://www.whatwg.org/specs/web-apps/current-work/multipage/section-sql.html), > > all database operations can be nicely tucked onto a separate thread, so > that they don't block the UI thread, except for one pl