aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/preproc/variable.pgc
Commit message (Collapse)AuthorAge
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
|
* ecpg now adds a unique counter to its varchar struct definitions to make ↵Michael Meskes2010-03-09
| | | | these definitions unique, too. It used to use the linenumber but in the rare case of two definitions in one line this was not unique.
* Applied Joachim's patch for ecpg_config.h creation on Vista.Michael Meskes2007-05-27
| | | | Changed variable test to not run into infinite loops on backend errors.
* Added Joachim's changes for MinGW.Michael Meskes2006-09-26
| | | | Added SET DATESTYLE to one test so the output format is defined.
* More logic from complex/test* moved to their own testcases.Michael Meskes2006-09-08