aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test
Commit message (Collapse)AuthorAge
...
* Fixed expected files, so they are in sync with tests again.Michael Meskes2007-01-27
|
* Removed compiler warning due to unneeded unsigned declaration.Michael Meskes2007-01-25
| | | | Removed regression test that triggers those libc precision bugs on some archs.
* Remove some unused variablesPeter Eisentraut2007-01-21
|
* Put back libpq link, but make sure that libpq's in-tree directory isPeter Eisentraut2007-01-21
| | | | mentioned before the system directories.
* Remove remains of old depend target.Peter Eisentraut2007-01-20
|
* The libpq library directory was mentioned here in the wrong place, whichPeter Eisentraut2007-01-20
| | | | | might lead to a previously installed libpq being used instead. But we don't actually have to link with libpq here at all, so remove it.
* Missed two new files from Joachim's patch.Michael Meskes2007-01-12
|
* also adjust MinGW expected file to new setupMichael Meskes2007-01-12
| | | | create expected file with correct port number
* Simplified regression handlingMichael Meskes2007-01-12
| | | | Added patch by Joachim to work around OpenBSD bug in regression suite.
* Applied Joachim's patch for a --regression option.Michael Meskes2007-01-11
| | | | | | Made this option mark the .c files, so the environment variable is no longer needed. Created a special MinGW file with the special error message. Do not print port into log file when running regression tests.
* Update ecpg regresison output for new library version number.Bruce Momjian2007-01-05
|
* Un-break ecpg regression test.Tom Lane2006-11-23
|
* Make ecpg test variable 'times' static so as not to conflict with libcBruce Momjian2006-11-23
| | | | symbol.
* Fix unexpected side-effect of changes for case insensitivity of timezone names.Tom Lane2006-10-17
|
* Reverted changes made by pgindentMichael Meskes2006-10-04
| | | | Made show.pgc set all variables before displaying them.
* pgindent run for 8.2.Bruce Momjian2006-10-04
|
* Added new filesMichael Meskes2006-09-26
|
* Added Joachim's changes for MinGW.Michael Meskes2006-09-26
| | | | Added SET DATESTYLE to one test so the output format is defined.
* Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane2006-09-19
|
* Cygwin systems seem to have a different error message when trying to connect ↵Michael Meskes2006-09-14
| | | | to port 0. Let's try port 20 instead.
* Added missing constuctor/destructor for interval and date.Michael Meskes2006-09-14
|
* Seems this wasn't committed originallyMichael Meskes2006-09-12
|
* Ooops, forgot to update ecpg comparison files to matchTom Lane2006-09-11
| | | | source-code change.
* Fix unportable usage complained of by icc. Per buildfarm results.Tom Lane2006-09-11
|
* Not all C compilers understand the "//" comment in this test case, so I ↵Michael Meskes2006-09-08
| | | | removed it.
* Replaced complex tests with small ones.Michael Meskes2006-09-08
|
* More logic from complex/test* moved to their own testcases.Michael Meskes2006-09-08
|
* Changing a test case also changes the output that is expected.Michael Meskes2006-09-07
| | | | Float/Long aliasing doesn't work on all architecures.
* Removed one output because integer/double usage differMichael Meskes2006-09-07
|
* Lost some changes yet againMichael Meskes2006-09-05
|
* Started to cleanup complex tests.Michael Meskes2006-09-05
| | | | Added some interval checks to regression suite.
* Synced parser.Michael Meskes2006-09-05
| | | | | Fixed ecpglib trying to read one character after end-of-string. Fixed port number setting in regression suite.
* Remove trailing slash use in ecpg regression script; caused failures onBruce Momjian2006-09-04
| | | | some platforms.
* Synced parser.Michael Meskes2006-09-03
| | | | Added another regression test and fixed tcp test.
* Second try committing the path changes.Michael Meskes2006-08-29
|
* Removed debug option from pg_regress call.Michael Meskes2006-08-29
| | | | Changed file paths in expected files too.
* Fixed parser and library to allow empty database names.Michael Meskes2006-08-29
| | | | | Streamlined connection name parsing. Added Joachim's patch to shorten paths before diffing.
* Partial fix for ecpg's VPATH problems. It compiles and successfullyTom Lane2006-08-28
| | | | | | builds all the files needed for its regression tests, but the tests themselves fail because of diffs in the #line directives output by ecpg itself. Not sure what to do about that.
* - Enabled single-quoted connection targets.Michael Meskes2006-08-27
| | | | | - Fixed a memory leak/segfault in unsuccessful connection. - Some changes to test files.
* Changed double output.Michael Meskes2006-08-26
|
* Fixed of by one variable size.Michael Meskes2006-08-24
|
* Replaced double-quote-fix with a hopefully better version.Michael Meskes2006-08-23
| | | | | Use initializer string length as size for character strings. Added ecpg_config.h file that is created via configure.
* Descriptor values were quoted twice.Michael Meskes2006-08-22
| | | | Fixed some regression test problems.
* Added another testMichael Meskes2006-08-19
|
* More SoC stuffMichael Meskes2006-08-19
|
* Fixed a buffer overrun that was masked on Linux systems.Michael Meskes2006-08-18
|
* Changed lexer to no longer use the default rule.Michael Meskes2006-08-18
| | | | | Synced parser and keyword list. Fixed parsing of CONNECT statement so it accepts a C string again.
* Fixed a typo and made two mallocs Coverity friendly.Michael Meskes2006-08-15
|
* Sorry, forgot the new files.Michael Meskes2006-08-15
|
* Added lots of SoC stuff made by Joachim.Michael Meskes2006-08-15
| | | | | | Fixed broken newline on Windows. Fixed a nasty buffer underrun that only occured when using Informix no_indicator NULL setting on timestamps and intervals.