- 04 Nov, 2010 2 commits
-
-
Jean-Baptiste Queru authored
* commit '1c376985': Fix compilation error: invalid conversion from 'const char*' to 'char*'.
-
Jean-Baptiste Queru authored
Change-Id: I46a77b535ed15b474a6fe807b7630a0f2918c1be
-
- 03 Nov, 2010 1 commit
-
-
Jean-Baptiste Queru authored
-
- 05 Oct, 2010 1 commit
-
-
Mike Lockwood authored
Change-Id: I8a3f620cd6633f2be47ac05e17ea642f00b71e91 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 29 Sep, 2010 1 commit
-
-
http://www.sqlite.org/draft/download.htmlVasu Nori authored
Change-Id: Ie6f1f5aaa1c3fe73af0fd71be5e749c1544ad684
-
- 15 Sep, 2010 1 commit
-
-
Jesse Wilson authored
Change-Id: Ifa97db751da1aeeeb9d7450b04c909f0800ce140
-
- 14 Sep, 2010 1 commit
-
-
Jesse Wilson authored
Change-Id: I900daf7f205f8f666eac9c4070d2e5c99d85b3b3
-
- 07 Sep, 2010 1 commit
-
-
Vasu Nori authored
the current error raised by sqlite - SQLITE_BUSY - is not helpful Change-Id: Idbeed81b5b7349059e467b33a8641abf0b4aaeff
-
- 25 Aug, 2010 1 commit
-
-
Mike Lockwood authored
Merge commit '109038dd' * commit '109038dd': Fix problem with const result from strchr() [DO NOT MERGE]
-
- 24 Aug, 2010 1 commit
-
-
Mike Lockwood authored
Needed for simulator build on newer Ubuntu distributions. Based on Ibb8cd3cdb4feae89a20eec56131e322f39721b1a Change-Id: Ie574888128265e026973a5ac88ede87730eda7d4
-
- 18 Aug, 2010 1 commit
-
-
Daniel Lehmann authored
Change-Id: I5f3ae179d388c417abd512974df22fd78a699354
-
- 17 Aug, 2010 1 commit
-
-
Rene Bolldorf authored
Change-Id: I1116bf4360493f2cfed1158310ac2966abfedd56
-
- 13 Aug, 2010 1 commit
-
-
Vasu Nori authored
this change got removed somewhere between Feb/2010 and froyo release. Change-Id: Ic9e6673bd12d3197086db36d5d8689b6ca893dd7
-
- 16 Jul, 2010 3 commits
-
-
The Android Open Source Project authored
Merge commit '320e6966' * commit '320e6966': add meta-files about 3rd party projects
-
The Android Open Source Project authored
Change-Id: Ie2579cbb3c652172c5ec09116c2753911e2ccd0e
-
Vasu Nori authored
Change-Id: I385f18c4cc4386bbb76616723a5bc80e7b8e07cd
-
- 07 Jul, 2010 1 commit
-
-
Vasu Nori authored
Change-Id: I40056f72e4eecf8cbc39d91933cc604ab0c361c1
-
- 29 Jun, 2010 1 commit
-
-
Vasu Nori authored
Change-Id: I6ceffb2b2513de699774483b5e75d7a5dfedb9df
-
- 19 Jun, 2010 1 commit
-
-
Vasu Nori authored
note to reviewers: this checkin is to see if write-ahead-logging could work for android. this sqlite3 version still has bugs but still checking in - to start testing the feature. Change-Id: Ic401c78299e88fa864fe1adb345268b12457cac0
-
- 16 Jun, 2010 1 commit
-
- 15 Jun, 2010 2 commits
-
-
Vasu Nori authored
mistakenly taken out in Id64f1c5718cdaa04a8194bd7eeb374027c6c2cb0 Change-Id: I59d19ab5881d3d8e826c47117825e47c09f38dd1
-
Vasu Nori authored
why am I checking in alpha quality code? this is one of the latest code drops from Richard Hipp (of sqlite.org) who is still developing this feature. testing this feature to see if it will work for us. Change-Id: Id64f1c5718cdaa04a8194bd7eeb374027c6c2cb0
-
- 11 Jun, 2010 2 commits
- 10 Jun, 2010 1 commit
-
-
Vasu Nori authored
is there any reason why the sqlite3 command line tool on device should not have android functions and collators Change-Id: I86fc12c9c74b49a20c5647abc88c1bffd84591ee
-
- 19 May, 2010 1 commit
-
-
Mike Lockwood authored
Needed for simulator build on newer Ubuntu distributions. Change-Id: Ibb8cd3cdb4feae89a20eec56131e322f39721b1a Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 05 May, 2010 1 commit
-
-
Vasu Nori authored
-
- 04 May, 2010 1 commit
-
-
Vasu Nori authored
bug:2651952 this mode was previously available in Eclair and below. this mode was removed by me for no particular reason in Froyo. this change doesn't bring in any new modules into sqlite. just allows FTS1 or 2 apps be used with FTS3 running in backward compatibility mode Change-Id: Id5d72b440a378dd6d6703ce99b5d3d70ffd0c80f
-
- 26 Apr, 2010 1 commit
-
-
Raphael authored
-
- 23 Apr, 2010 1 commit
-
-
Raphael authored
(Merge master Change I4774eac5)
-
- 15 Apr, 2010 1 commit
-
-
Raphael authored
Change-Id: I4774eac53bd28d287a7ef139108ad4ffb9dac2ff
-
- 07 Apr, 2010 1 commit
-
-
Vasu Nori authored
sqlite doesn't think corruption when it detects bad file header. on android, there should be no reason to try to open a database file and find a bad header. so, add android patch to sqlite to assume corruption when this occurs. Change-Id: I6b26613852b5247799af35a9c8e166b32ba697ff
-
- 23 Mar, 2010 1 commit
-
-
Vasu Nori authored
applying the following bug fixes http://www.sqlite.org/src/info/82dd61fccf Sync the database file after a rollback http://www.sqlite.org/src/info/6f368b5448 Modify the sqlite3_log() interface and implementation so that it never uses dynamic memory allocation - to avoid deadlocking when called while holding the memory allocator mutex. Change-Id: I93929d2dacd399ae9bd291404bcdf2c512691254
-
- 18 Mar, 2010 1 commit
-
-
Daisuke Miyakawa authored
in ja_JP locale. In the future, we may able to use PHONEBOOK_COLLATOR in the other locales, but we don't use the other phonebook collator now since we cannot estimate how impactful the change is. Now we have a customized phonebook collator in Japanese and we need it in ContactsProvider, we'll use only the collator. Do not use this collator in the other packages and locales now. We may decide revert it in the near future after furter investigatons. Need to submit I4dd1b047 to make this change actually effective. Without the change, we will have a phonebook collator for "previous" locale, not the current one. Bug: 2514026 Bug: 2373557 Bug: 2373553 Change-Id: If6f548c0a80fe01e779b4dfc46f74224003f1798
-
- 17 Mar, 2010 1 commit
-
-
Daisuke Miyakawa authored
Remove getPhoneticallySortableString() and its SQLite variant, both of which are now obsolete because we already have icu's collator. Remain getNormalizedString() but remove SQLite variant since the C function is used internally. Change-Id: If1e4b8388087b78e0f6418ac3c7be4c23f67ee0e
-
- 12 Mar, 2010 1 commit
-
-
Ray Chen authored
Change-Id: I9d5bd02f23882dd85e91075e897150cafa33ffe5
-
- 11 Mar, 2010 1 commit
-
-
Vasu Nori authored
-
- 10 Mar, 2010 1 commit
-
-
Vasu Nori authored
after the following CL is submitted, check this in Change-Id: If07d4f67facf9b5806b8cd11879bae51f8daf322 Change-Id: Ie3c20489265aebdb83657343d25f1e9ecb7f2d84
-
- 09 Mar, 2010 1 commit
-
-
Jean-Baptiste Queru authored
Change-Id: I9115b7d737cdcaa30d06beb750797b90986443cd
-
- 04 Mar, 2010 1 commit
-
-
Dmitri Plotnikov authored
Bug: 2487471 Change-Id: I90cef4eb2468c0a58067df984ee98da438aa0e5a
-