Project

General

Profile

Actions

Bug #14998

open

Default Escape-Type different between `sql`and `head|tail`

Added by Carsten Rose over 1 year ago. Updated 17 days ago.

Status:
New
Priority:
Normal
Assignee:
Enis Nuredini
Target version:
Start date:
06.11.2022
Due date:
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
No
Vote:

Description

10 {
  sql = SELECT CHAR(10) AS _lf
}

20 {
  sql = SELECT '{{lf:R}}', '[hello 1]', '{{lf:R}}'
  head = '{{lf:R}}[hello 2]{{lf:R}}'
#  head = '{{lf:R::-}}[ hello 2]{{lf:R::-}}'
}

# Das kommt heraus:
\n[ hello 2]\n
[hello 1]

# Folgendes sollte heraus kommen
[hello 2]
[hello 1]

# Das gewuenschte kann erreicht werden, in dem die erste head Zeile durch die zweite ersetzt wird.
  • Es ist schlecht das unterschiedliche Defaults beim escapen gelten.
  • Bitte nachschauen woran das liegt und mit CR beschrechen.
  • Wenn wir das einfach umstellen wird es Probleme mit mit alten Instanzen geben.
  • Bitte check was fuer rbeg,rend,fbeg,fend,rsep,fsep,althead,altsql gilt.
Actions #1

Updated by Carsten Rose over 1 year ago

  • Description updated (diff)
Actions #2

Updated by Carsten Rose over 1 year ago

  • Description updated (diff)
Actions #3

Updated by Carsten Rose over 1 year ago

  • Tracker changed from Support to Bug
Actions #4

Updated by Carsten Rose 17 days ago

  • Target version changed from 385 to 24.10.0
Actions

Also available in: Atom PDF