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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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]);
			}