History log of /libcore/luni/src/test/java/libcore/java/sql/OldPreparedStatementTest.java
Revision Date Author Comments
49965c1dc9da104344f4893a05e45795a5740d20 30-Jun-2016 Ganesh Mahendran <opensource.ganesh@gmail.com> remove x attribute of java file

java file does not need x attribute. This patch removes it.

Change-Id: I2a7170d99f4bee7a7b819621c84dd197ded37fa2
Signed-off-by: Ganesh Mahendran <opensource.ganesh@gmail.com>
daea3676608103b9dfba11de4c9ee321f616d2d0 09-Feb-2016 Shubham Ajmera <shubhamajmera@google.com> Fix libcore.java.sql.OldPreparedStatementTest#testExecuteQuery

and libcore.java.sql.OldPreparedStatementTest#testExecuteUpdate

With the updgrade of SQLite to 3.9.2, A view may now reference
undefined tables and functions when initially created. Missing
tables and functions are reported when the VIEW is used in a
query. Therefore, Create View queries are removed from the tests as
they no longer throw exception at the time of execution.

(cherry-picked from commit 17ab3e965127c3a50ebb785e6da2fe4e65eabde0)

Bug: 26714895
Change-Id: I116d601f2a7d97058a8d265b8b21fcd60a0a6a29
17ab3e965127c3a50ebb785e6da2fe4e65eabde0 09-Feb-2016 Shubham Ajmera <shubhamajmera@google.com> Fix libcore.java.sql.OldPreparedStatementTest#testExecuteQuery

and libcore.java.sql.OldPreparedStatementTest#testExecuteUpdate

With the updgrade of SQLite to 3.9.2, A view may now reference
undefined tables and functions when initially created. Missing
tables and functions are reported when the VIEW is used in a
query. Therefore, Create View queries are removed from the tests as
they no longer throw exception at the time of execution.

Bug: 26714895
Change-Id: I116d601f2a7d97058a8d265b8b21fcd60a0a6a29
99aa85175f733e896d6cc01e968933a02e997bc2 29-Jan-2011 Jesse Wilson <jessewilson@google.com> Scrub libcore's SQLite and JDBC tests.

I've moved the tests to the libcore package because they're
maintained by Androids, unlike the tests.* classes maintained
by Apache Harmony.

Change-Id: I23b5ca845517129f426addeabc38e43a8fee4299