8000 Removing comment line that keeps getting updated with update_project_… · utPLSQL/utPLSQL@9912dfa · GitHub
[go: up one dir, main page]

Skip to content

Commit 9912dfa

Browse files
committed
Removing comment line that keeps getting updated with update_project_version action
1 parent 201050f commit 9912dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/core/ut_utils.pkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,9 +787,9 @@ create or replace package body ut_utils is
787787

788788
/**
789789
* Change string into unicode to match xmlgen format _00<unicode>_
790+
* See the section of Oracle documentation called: Escape of Characters in Generated XML Data
790791
* https://docs.oracle.com/en/database/oracle/oracle-database/12.2/adxdb/generation-of-XML-data-from-relational-data.html#GUID-5BE09A7D-80D8-4734-B9AF-4A61F27FA9B2
791-
* secion v3.1.12.3796-develop
792-
*/
792+
*/
793793
function char_to_xmlgen_unicode(a_character varchar2) return varchar2 is
794794
begin
795795
return '_x00'||rawtohex(utl_raw.cast_to_raw(a_character))||'_';

0 commit comments

Comments
 (0)
0