History log of /external/javasqlite/src/main/java/SQLite/Blob.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5cd52ed8fd9244cbbb9c2553e58b511344f75d8b 27-Sep-2010 Elliott Hughes <enh@google.com> Update us to the 2010-07-27 release of the sqlite JDBC driver.

I've added the Backup and Profile classes, even though we don't need them, to
minimize our differences from upstream (since these are referenced by classes
that we do use, and from JNI). I'm still keeping out the separate little
programs that live in the same package.

I'm sending our performance changes upstream (we've switched to Java 6 JDBC
since last time, so we need the changes in the JDBC2z near-duplicates; Android
only ships the single version it needs).

Bug: 3003930
Change-Id: Ia34a622e881e2a222f844130a1ac311eeded4a46
/external/javasqlite/src/main/java/SQLite/Blob.java
3a98daba3b693e2548d0a86c5f0ab606d2dce6f7 06-Apr-2010 Elliott Hughes <enh@google.com> resolved conflicts for merge of dd53c703 to dalvik-dev

Change-Id: Ia95af76e2995ce7fb0778b020baf2882a8b0a3dd
7a647e8547e57ca573541be55b3728ef7ce376fe 27-Feb-2010 Elliott Hughes <enh@google.com> Upgrade our sqlite JDBC driver to version 20100131.

This fixes a bunch of KnownFailures, and adds a bunch of new features. I've
updated the tests correspondingly (though doubtless we could add a lot more
tests now, if we wanted to).

I regenerated Constants.java manually, and explained how in its javadoc.

I've added the upstream VERSION file so it's easier to see what upstream
version we're at. (Constants now contains the version number too, but that's
less obvious.)

All our changes now have android-changed markers. I'll see about getting them
pushed upstream next week.

(This change best reviewed with "ignore whitespace". It looks like we made a
bunch of whitespace "corrections" when we imported this source, which just
makes it harder to stay in sync. I've taken the upstream copies of files that
only had whitespace differences.)
/external/javasqlite/src/main/java/SQLite/Blob.java
417deb1db112103aff04231b6ca79772ff7d3a21 26-Feb-2010 Elliott Hughes <enh@google.com> Break the sqlite JDBC driver out from our JDBC implementation.

The JDBC driver is from a different source
(http://www.ch-werner.de/javasqlite/overview-summary.html) and is only
really needed for testing.

Bug 2468870 asks that we don't eagerly register the native methods for
these classes. That bug is fixed by this change.

Bug 2198667 asks that we stop shipping this JDBC driver as part of the
base system. That bug is not addressed by this change: the classes and
native code are now in their own, separate, .jar and .so files -- so
they'll be easier to remove in future -- but for now those files are
still in /system/framework and /system/lib respectively.

Bug: 2468870
Bug: 2198667
/external/javasqlite/src/main/java/SQLite/Blob.java