Re: [sqlite] jquery sqlite3
On 07.03.2011, at 23:57, Simon Slavin wrote: > > On 7 Mar 2011, at 10:46pm, Enrico Thierbach wrote: > >> (which, btw, says: "Android ships with SQLite version 3.4.0") As a related >> question: how far back is sqlite 3.4.0 ? > > June 2007 > > http://www.sqlite.org/changes.html > Ouch, that is quite old :) Luckily, some people report newer versions, see http://stackoverflow.com/questions/2421189/version-of-sqlite-used-in-android /eno ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] jquery sqlite3
On 7 Mar 2011, at 10:46pm, Enrico Thierbach wrote: > (which, btw, says: "Android ships with SQLite version 3.4.0") As a related > question: how far back is sqlite 3.4.0 ? June 2007 http://www.sqlite.org/changes.html Simon. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] jquery sqlite3
On 07.03.2011, at 23:36, Matt Young wrote: > I looked up Noah Hart and found a very nice C# inerface to the SQLIite > system. That sound's ideal, under Chrome OS so with other vendor support I > hear. So specialized blog readers can use widgets built with c#/ and get it > all, in the bowser Not to forget the sqlite adapter in the android SDK. No need to do C# :) http://developer.android.com/reference/android/database/sqlite/package-summary.html (which, btw, says: "Android ships with SQLite version 3.4.0") As a related question: how far back is sqlite 3.4.0 ? /eno ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] jquery sqlite3
I looked up Noah Hart and found a very nice C# inerface to the SQLIite system. That sound's ideal, under Chrome OS so with other vendor support I hear. So specialized blog readers can use widgets built with c#/ and get it all, in the bowser On Mon, Mar 7, 2011 at 5:03 AM, Richard Hipp wrote: > On Mon, Mar 7, 2011 at 3:22 AM, Enrico Thierbach wrote: > > > It is noteworthy, however, that this spec won't make it into the > standard; > > so browser vendors are basically free to drop it anytime. (yea that's > sad.) > > > > Correct. There were objections from Microsoft and Mozilla. Also there was > no independent implementation of SQLite (I guess they didn't know about > Noah > Hart's work) and the committee felt like they needed at least two > implementations in order to make something a standard. We're all really > sad > about this > > -- > D. Richard Hipp > d...@sqlite.org > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] jquery sqlite3
On Mon, Mar 7, 2011 at 3:22 AM, Enrico Thierbach wrote: > It is noteworthy, however, that this spec won't make it into the standard; > so browser vendors are basically free to drop it anytime. (yea that's sad.) > Correct. There were objections from Microsoft and Mozilla. Also there was no independent implementation of SQLite (I guess they didn't know about Noah Hart's work) and the committee felt like they needed at least two implementations in order to make something a standard. We're all really sad about this -- D. Richard Hipp d...@sqlite.org ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] jquery sqlite3
It is noteworthy, however, that this spec won't make it into the standard; so browser vendors are basically free to drop it anytime. (yea that's sad.) /Eno On 07.03.2011, at 03:56, Simon Slavin wrote: > > On 7 Mar 2011, at 2:49am, Matt Young wrote: > >> Trying to understand it. How do I specifically open sqlite from a jquery >> widget. >> Or best simple example. > > jquery is just a JavaScript library. JavaScript can't open a file on your > hard disk. Because if JavaScript could open a file on your hard disk, anyone > who wrote a web site you visited could grab a copy of one of your files. > > However, HTML5 does have facilities in for using SQL: > > http://www.w3.org/TR/webdatabase/ > > and as it turns out, everyone who implemented this implemented it by building > SQLite into their JavaScript engine. It just uses private databases rather > than allowing you to specify a directory path. > > Simon. > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] jquery sqlite3
On 7 Mar 2011, at 2:49am, Matt Young wrote: > Trying to understand it. How do I specifically open sqlite from a jquery > widget. > Or best simple example. jquery is just a JavaScript library. JavaScript can't open a file on your hard disk. Because if JavaScript could open a file on your hard disk, anyone who wrote a web site you visited could grab a copy of one of your files. However, HTML5 does have facilities in for using SQL: http://www.w3.org/TR/webdatabase/ and as it turns out, everyone who implemented this implemented it by building SQLite into their JavaScript engine. It just uses private databases rather than allowing you to specify a directory path. Simon. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
[sqlite] jquery sqlite3
Trying to understand it. How do I specifically open sqlite from a jquery widget. Or best simple example. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users