Project:
| View Revisions: Issue #47868 | [ Back to Issue ] | ||
| Summary | 0047868: Character mismatch in sql query in PopulateBankInstructions_data.xsql | ||
| Revision | 2021-10-18 10:09 by fernando_merino | ||
| Steps To Reproduce | 1. Execute the query from the method 'selectRemittanceLines' in org.openbravo.module.remittance.modulescript/PopulateBankInstructions_data.xsql. The execution will fail. | ||
| Revision | 2021-10-18 10:09 by fernando_merino | ||
| Description | Column FIN_PAYMENT.description type was changed from VARCHAR to NVARCHAR in issue 47765(see below related issues). This is producing a character mismatch error in this sql query '...CASE WHEN COALESCE(substr(p.description, length(p.description)),'') = chr(10)...'. | ||
| Revision | 2021-10-18 09:47 by fernando_merino | ||
| Steps To Reproduce | PENDING | ||
| Revision | 2021-10-18 09:47 by fernando_merino | ||
| Description | PENDING | ||
| Copyright © 2000 - 2009 MantisBT Group |