We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccbf02 commit 24fcc05Copy full SHA for 24fcc05
src/main/java/org/sqlite/jdbc3/JDBC3DatabaseMetaData.java
@@ -681,7 +681,7 @@ public boolean supportsSavepoints() {
681
682
/** @see java.sql.DatabaseMetaData#supportsSchemasInDataManipulation() */
683
public boolean supportsSchemasInDataManipulation() {
684
- return true;
+ return false;
685
}
686
687
/** @see java.sql.DatabaseMetaData#supportsSchemasInIndexDefinitions() */
0 commit comments