Project:
View Revisions: Issue #41711 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0041711: Subquery in getDocumentNo in ReportGeneralLedgerJournal is not using bind-params | ||
Revision | 2019-08-28 13:35 by Sandrahuguet | ||
Description | Subquery in getDocumentNo in ReportGeneralLedgerJournal is not using bind-params final String existsSubQuery = "( select 1 " + " from " + tablename + " dt " + " where f.record_id = dt." + tablename + "_id" + " and dt.documentno = '" + documentNo + "' )"; |
||
Revision | 2019-08-28 13:35 by Sandrahuguet | ||
Description | Subquery in getDocumentNo is not using bind-params final String existsSubQuery = "( select 1 " + " from " + tablename + " dt " + " where f.record_id = dt." + tablename + "_id" + " and dt.documentno = '" + documentNo + "' )"; |
Copyright © 2000 - 2009 MantisBT Group |