aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/preproc/array_of_struct.pgc
Commit message (Collapse)AuthorAge
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
| | | | | | | | The parenthesized style has only been used in a few modules. Change that to use the style that is predominant across the whole tree. Reviewed-by: Michael Paquier <michael.paquier@gmail.com> Reviewed-by: Ryan Murphy <ryanfmurphy@gmail.com>
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
|
* More variables gcc moans aboutMichael Meskes2009-05-20
|
* Fixed bug that caused arrays of varchar to be output with incomplete name.Michael Meskes2008-03-02
| | | | In the process expanded one test case,
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
- Really prepare statements - Added more regression tests - Added auto-prepare mode - Use '$n' for positional variables, '?' is still possible via ecpg option - Cleaned up the sources a little bit