Skip to content
Snippets Groups Projects
Commit 9c0b2a7b authored by gmantele's avatar gmantele
Browse files

[TAP] Remove duplicated schema prefix (for DBMS not supporting schemas).

This issue has been raised with an H2 database.
parent 9bc530cd
No related branches found
No related tags found
No related merge requests found
......@@ -1502,8 +1502,6 @@ public class JDBCConnection implements DBConnection {
// CASE: no custom definition:
if (customStdTables[i] == null){
if (!supportsSchema)
stdTables[i].setDBName(STDSchema.TAPSCHEMA.label + "_" + stdTables[i].getADQLName());
// add the table to the fetched or built-in schema:
tapSchema.addTable(stdTables[i]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment