PN5_50486


Patch Number

Ticket Number

Change type

Release

5_50486

713695

Patch

5.6.0

1. Description

jCL: A\n prepends a space when pq_Aquote_prepends_space is set

2. Previous Release Behavior

Prior to this patch, the following PROC would insert a space in the Primary Output buffer:

ID: TESTPROC
001 PQN
002 IHD
003 HSELECT M
004 A\1
005 PW

Result:

jsh home ~ -->jpqn TESTPROC
Primary = SELECT M D
Secondary =

3. Current Release Behavior

jsh home ~ -->jpqn TESTPROC
Primary = SELECT MD
Secondary =

No space is inserted.