Re: [sqlite] sqlite version of android 4.0.3

2013-01-11 Thread sqlitekyounoii
thank you using emulator, after adb shell login, sqlite3 command was displayed that's version. 2013/01/10 10:53、Yongil Jang のメッセージ: > ~Android gingerbread: 3.6.22 > Honeycomb~ICS: 3.7.4 > Jellybean~:3.7.11 > On Jan 10, 2013 9:23 AM, "sqlitekyounoii" > wrote: > >> I want to know sqlite version

Re: [sqlite] sqlite version of android 4.0.3

2013-01-09 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/13 16:23, sqlitekyounoii wrote: > I want to know sqlite version of android 4.0.3 My 4.0 device is 4.0.4 but I doubt they changed it. The version number is 3.7.4 and the source id is 2011-02-23 14:33:31 8609a15dfad23a7c5311b52617d5c4818c0b8d1

Re: [sqlite] sqlite version of android 4.0.3

2013-01-09 Thread Yongil Jang
~Android gingerbread: 3.6.22 Honeycomb~ICS: 3.7.4 Jellybean~:3.7.11 On Jan 10, 2013 9:23 AM, "sqlitekyounoii" wrote: > I want to know sqlite version of android 4.0.3 > > It's bundle, so version is not know. > ___ > sqlite-users mailing list > sqlite-use

Re: [sqlite] sqlite version of android 4.0.3

2013-01-09 Thread Simon Slavin
On 10 Jan 2013, at 12:23am, sqlitekyounoii wrote: > I want to know sqlite version of android 4.0.3 > > It's bundle, so version is not know. On whatever platform you're interested in, execute the SQL command SELECT sqlite_version() See this page for details: