mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-09-25 08:04:41 +08:00
fix dm function bug
This commit is contained in:
@ -34,7 +34,7 @@ public class DMMetaData extends DefaultMetaService implements MetaData {
|
||||
}
|
||||
|
||||
private static String ROUTINES_SQL
|
||||
= "SELECT OWNER, NAME, TEXT FROM ALL_SOURCE WHERE TYPE = '%s' AND NAME = '%s' AND NAME = '%s' ORDER BY LINE";
|
||||
= "SELECT OWNER, NAME, TEXT FROM ALL_SOURCE WHERE TYPE = '%s' AND OWNER = '%s' AND NAME = '%s' ORDER BY LINE";
|
||||
|
||||
@Override
|
||||
public Function function(Connection connection, @NotEmpty String databaseName, String schemaName,
|
||||
|
Reference in New Issue
Block a user