summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/preproc/strings.pgc
AgeCommit message (Expand)Author
2020-11-07Avoid re-using output variables in new ecpg test case.Tom Lane
2020-11-07Fix ecpg's mishandling of B'...' and X'...' literals.Tom Lane
2020-10-22Avoid premature de-doubling of quote marks in ECPG strings.Tom Lane
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2010-03-22Fixed ECPG regression test to make sure it uses absolute paths for includeMichael Meskes
2010-03-21ECPG only copied #include statements instead of processing them according toMichael Meskes
2009-05-06Fix ecpg tests for change that disallowed Unicode literals unlessTom Lane
2008-10-29Unicode escapes in strings and identifiersPeter Eisentraut