Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add an ability to read metadata for attached databases #829

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Apply code style
Destrolaric committed Apr 27, 2023
commit cd76f5785393f942a07792fd3b714d151a532c1a
4 changes: 2 additions & 2 deletions src/main/java/org/sqlite/core/CoreDatabaseMetaData.java
Original file line number Diff line number Diff line change
@@ -164,8 +164,8 @@ protected static String quote(String tableName) {
}

/**
* Escapes all wildcards, to prevent pattern matching for
* functions which should not support it
* Escapes all wildcards, to prevent pattern matching for functions which should not support it
*
* @param val The string to escape
* @return The string with escaped wildcards
*/
Loading