Skip to content
Snippets Groups Projects
Commit 0cb4ff8c authored by tjc's avatar tjc
Browse files

order schemas

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@3849 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 56642e94
Branches
Tags
No related merge requests found
......@@ -783,7 +783,8 @@ public class DatabaseDocument extends Document
Statement st = conn.createStatement();
String query = "SELECT schema_name FROM information_schema.schemata WHERE schema_name=schema_owner";
String query = "SELECT schema_name FROM information_schema.schemata "+
"WHERE schema_name=schema_owner ORDER BY schema_name";
appendToLogFile(query, sqlLog);
ResultSet rs = st.executeQuery(query);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment