Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion elisa/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ Organization: LabKey
OrganizationURL: https://www.labkey.com/
License: Apache 2.0
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
SupportedDatabases: mssql, pgsql
ManageVersion: true
44 changes: 0 additions & 44 deletions elisa/resources/schemas/dbscripts/sqlserver/elisa-0.000-23.000.sql

This file was deleted.

1 change: 0 additions & 1 deletion elispotassay/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ Organization: LabKey
OrganizationURL: https://www.labkey.com/
License: Apache 2.0
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
SupportedDatabases: mssql, pgsql
ManageVersion: true

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ public ElispotRunAntigenTable(final AssaySchema schema, ContainerFilter cf, fina

// Add column for AntigenStats heading
SQLFragment sql = new SQLFragment("CASE WHEN AntigenName IS NULL OR AntigenName = AntigenWellgroupName THEN AntigenWellgroupName ELSE ");
if (getSqlDialect().isPostgreSQL())
sql.append("AntigenName || ' (' || SUBSTRING(AntigenWellgroupName, 9) || ')' END");
else
sql.append("CONCAT(AntigenName, ' (', REPLACE(AntigenWellgroupName, 'Antigen ', ''), ')') END");
sql.append("AntigenName || ' (' || SUBSTRING(AntigenWellgroupName, 9) || ')' END");

ExprColumn antigenHeading = new ExprColumn(this, "AntigenHeading", sql, JdbcType.VARCHAR, getColumn("AntigenWellgroupName"), getColumn("AntigenName"));
antigenHeading.setHidden(true);
Expand Down
1 change: 0 additions & 1 deletion flow/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ Organization: LabKey
OrganizationURL: https://www.labkey.com/
License: Apache 2.0
LicenseURL: http://www.apache.org/licenses/LICENSE-2.0
SupportedDatabases: mssql, pgsql
ManageVersion: true
Loading
Loading