dentsusoken / iPLAss

Java-based open source low-code development platform for enterprise
https://iplass.org/
GNU Affero General Public License v3.0
67 stars 25 forks source link

AdminConsole、CSVDownloadの条件にマルチバイト文字を含む場合に結果が不正になる #511

Closed xkazama-yukio3 closed 4 years ago

xkazama-yukio3 commented 4 years ago

AdminConsole、CSVDownloadの条件にマルチバイト文字を含む場合に結果が不正になる。

例えば、EQLWorksheetやEntityExplorerのWhere条件にマルチバイトの条件を指定していると、CSVの結果が0件になってしまう。

対象は以下の機能。

xkazama-yukio3 commented 4 years ago

(English) In AdminConsole, if the CSVDownload condition contains multi-byte characters, the result will be incorrect.

For example, if you specify a multi-byte condition in the Where condition of EQL Worksheet or EntityExplorer, the CSV result will be empty.

The target modules are as follows.