| | | |
Offset 1082, 15 lines modified | Offset 1082, 15 lines modified |
1082 | #·must·use·the·semi·colon·as·separator.·For·exemple: | 1082 | #·must·use·the·semi·colon·as·separator.·For·exemple: |
1083 | #STRING_CONSTANT_REGEXP»»<placeholder·value=".*"> | 1083 | #STRING_CONSTANT_REGEXP»»<placeholder·value=".*"> |
| |
1084 | #·To·support·the·Alternative·Quoting·Mechanism·(''Q'')·for·String·Literals | 1084 | #·To·support·the·Alternative·Quoting·Mechanism·(''Q'')·for·String·Literals |
1085 | #·set·the·regexp·with·the·text·capture·to·use·to·extract·the·text·part. | 1085 | #·set·the·regexp·with·the·text·capture·to·use·to·extract·the·text·part. |
1086 | #·For·example·with·a·variable·declared·as | 1086 | #·For·example·with·a·variable·declared·as |
1087 | #·······c_sample·VARCHAR2(100·CHAR)·:=·q'{This·doesn't·work.}'; | 1087 | #·······c_sample·VARCHAR2(100·CHAR)·:=·q'{This·doesn't·work.}'; |
1088 | #·the·regexp·must·be:·q'{(.*)}'·ora2pg·use·the·3240587·delimiter. | 1088 | #·the·regexp·must·be:·q'{(.*)}'·ora2pg·use·the·1549719·delimiter. |
1089 | #ALTERNATIVE_QUOTING_REGEXP··············q'{(.*)}' | 1089 | #ALTERNATIVE_QUOTING_REGEXP··············q'{(.*)}' |
| |
1090 | #·If·you·want·to·use·functions·defined·in·the·Orafce·library·and·prevent | 1090 | #·If·you·want·to·use·functions·defined·in·the·Orafce·library·and·prevent |
1091 | #·Ora2Pg·to·translate·call·to·these·function,·enable·this·directive. | 1091 | #·Ora2Pg·to·translate·call·to·these·function,·enable·this·directive. |
1092 | #·The·Orafce·library·can·be·found·here:·https://github.com/orafce/orafce | 1092 | #·The·Orafce·library·can·be·found·here:·https://github.com/orafce/orafce |
1093 | #·By·default·Ora2pg·rewrite·add_month(),·add_year(),·date_trunc()·and | 1093 | #·By·default·Ora2pg·rewrite·add_month(),·add_year(),·date_trunc()·and |
1094 | #·to_char()·functions,·but·you·may·prefer·to·use·the·orafce·version·of | 1094 | #·to_char()·functions,·but·you·may·prefer·to·use·the·orafce·version·of |