- From: Shawn Wilsher <sdwilsh@mozilla.com>
- Date: Wed, 06 Apr 2011 09:26:29 -0700
- To: Joran Greef <joran@ronomon.com>
- CC: Jonas Sicking <jonas@sicking.cc>, public-webapps@w3.org
Received on Wednesday, 6 April 2011 16:26:48 UTC
On 4/4/2011 8:07 AM, Joran Greef wrote: > SQLite has a fantastic track record of maintaining backwards compatibility. Sort of. They didn't between SQLite 2 and SQLite 3. There also have been some (albeit minor) backwards compatibility issues with SQLite 3.x releases. The most serious of which deal with performance characteristics changing because they changed how the optimizer works. These type of things are acceptable to deal with in browser code because you can change your code unlike on the web (unless you want to have different code for each browser, and then each browser version). It's that, or browsers can ship one version of SQLite for all eternity. Cheers, Shawn
Received on Wednesday, 6 April 2011 16:26:48 UTC