Skip to content

Commit 24fcc05

Browse files
committed
suggestions from code review
1 parent 8ccbf02 commit 24fcc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/sqlite/jdbc3/JDBC3DatabaseMetaData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ public boolean supportsSavepoints() {
681681

682682
/** @see java.sql.DatabaseMetaData#supportsSchemasInDataManipulation() */
683683
public boolean supportsSchemasInDataManipulation() {
684-
return true;
684+
return false;
685685
}
686686

687687
/** @see java.sql.DatabaseMetaData#supportsSchemasInIndexDefinitions() */

0 commit comments

Comments
 (0)