summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected
Commit message (Collapse)AuthorAgeFilesLines
* Not all C compilers understand the "//" comment in this test case, so I ↵Michael Meskes2006-09-081-5/+2
| | | | removed it.
* Replaced complex tests with small ones.Michael Meskes2006-09-0824-2074/+1084
|
* More logic from complex/test* moved to their own testcases.Michael Meskes2006-09-089-87/+744
|
* Changing a test case also changes the output that is expected.Michael Meskes2006-09-074-152/+148
| | | | Float/Long aliasing doesn't work on all architecures.
* Started to cleanup complex tests.Michael Meskes2006-09-0516-282/+531
| | | | Added some interval checks to regression suite.
* Synced parser.Michael Meskes2006-09-035-6/+201
| | | | Added another regression test and fixed tcp test.
* Second try committing the path changes.Michael Meskes2006-08-2930-54/+54
|
* Removed debug option from pg_regress call.Michael Meskes2006-08-2930-54/+54
| | | | Changed file paths in expected files too.
* Fixed parser and library to allow empty database names.Michael Meskes2006-08-2934-141/+203
| | | | | Streamlined connection name parsing. Added Joachim's patch to shorten paths before diffing.
* - Enabled single-quoted connection targets.Michael Meskes2006-08-275-67/+230
| | | | | - Fixed a memory leak/segfault in unsuccessful connection. - Some changes to test files.
* Changed double output.Michael Meskes2006-08-262-15/+15
|
* Fixed of by one variable size.Michael Meskes2006-08-242-8/+8
|
* Replaced double-quote-fix with a hopefully better version.Michael Meskes2006-08-238-168/+156
| | | | | 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-225-23/+22
| | | | Fixed some regression test problems.
* Added another testMichael Meskes2006-08-193-0/+393
|
* More SoC stuffMichael Meskes2006-08-199-220/+264
|
* Fixed a buffer overrun that was masked on Linux systems.Michael Meskes2006-08-181-4/+4
|
* Changed lexer to no longer use the default rule.Michael Meskes2006-08-181-1/+1
| | | | | 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-152-3/+3
|
* Sorry, forgot the new files.Michael Meskes2006-08-1512-0/+1936
|
* Added lots of SoC stuff made by Joachim.Michael Meskes2006-08-154-257/+1243
| | | | | | Fixed broken newline on Windows. Fixed a nasty buffer underrun that only occured when using Informix no_indicator NULL setting on timestamps and intervals.
* Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>Michael Meskes2006-08-136-7676/+370
| | | | | Merged dyntest.pgc and dyntest2.pgc. Hopefully fixed the last Coverity reports (finally)
* Fixed some memory bugs that somehow reappeared.Michael Meskes2006-08-093-465/+465
| | | | Also fixed a new Coverity report.
* Fixed error handling in numeric conversion (Joachim).Michael Meskes2006-08-092-47/+122
| | | | Further regression cleanup.
* Cleaned up log output a little bit more.Michael Meskes2006-08-084-7/+40
|
* Made parser check for valid copy to/from stdin/stdout combinations.Michael Meskes2006-08-0825-678/+674
| | | | Lots of small changes in regression test suite
* Joachim fixed some bugs in numeric handling in pgtypeslib.Michael Meskes2006-08-0715-299/+637
| | | | Fixed and cleaned up some regression tests. Also added a new one.
* Two more changes to regression tests to fix two differences in different setups.Michael Meskes2006-08-054-4/+4
|
* Regression test updates and fixesMichael Meskes2006-08-0416-11592/+64
|
* Removed compiler warningsMichael Meskes2006-08-036-140/+145
|
* Applied test suite update by Joachim Wieland <joe@mcknight.de>.Michael Meskes2006-08-0317-317/+465
|
* Hopefully that's it. The remaining files for ecpg regression tests.Michael Meskes2006-08-0290-0/+27602