aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/sql
Commit message (Expand)AuthorAge
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes2010-01-15
* Fix SQL3 type return value.Michael Meskes2010-01-13
* Removed test case using nan as float value because printf's output for nan isMichael Meskes2010-01-06
* Removed more inttypes.h stuff.Michael Meskes2010-01-06
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes2010-01-05
* Fix an ecpg test, too. Are we there yet?Tom Lane2009-08-04
* More variables gcc moans aboutMichael Meskes2009-05-20
* Removed some unneeded variables and comparisonsMichael Meskes2009-05-20
* Set memory segment to '0', just to be sure.Michael Meskes2009-02-02
* Fixed auto allocation for binary data types.Michael Meskes2009-02-02
* Updated parser file to the one generated by the latest version of parse.[awk|...Michael Meskes2008-11-13
* Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPEPeter Eisentraut2008-10-21
* Fixed parsing of parameters. Added regression test for this.Michael Meskes2008-10-14
* Fixed incorrect argument handling in SET command if argument is a variable.Michael Meskes2008-08-19
* - EXECUTE can return NOT FOUND so it should be checked here too.Michael Meskes2008-02-14
* Re-enabled variables in fetch/move command.Michael Meskes2008-01-15
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* - Synced parser and keyword listMichael Meskes2007-05-10
* - Changed some whitespacing in connect statement.Michael Meskes2007-03-17
* Reverted changes made by pgindentMichael Meskes2006-10-04
* Replaced complex tests with small ones.Michael Meskes2006-09-08
* Started to cleanup complex tests.Michael Meskes2006-09-05
* Synced parser.Michael Meskes2006-09-03
* Replaced double-quote-fix with a hopefully better version.Michael Meskes2006-08-23
* Descriptor values were quoted twice.Michael Meskes2006-08-22
* More SoC stuffMichael Meskes2006-08-19
* Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>Michael Meskes2006-08-13
* Fixed some memory bugs that somehow reappeared.Michael Meskes2006-08-09
* Made parser check for valid copy to/from stdin/stdout combinations.Michael Meskes2006-08-08
* Joachim fixed some bugs in numeric handling in pgtypeslib.Michael Meskes2006-08-07
* Regression test updates and fixesMichael Meskes2006-08-04
* Applied test suite update by Joachim Wieland <joe@mcknight.de>.Michael Meskes2006-08-03
* And finally the MakefilesMichael Meskes2006-08-02
* Hopefully that's it. The remaining files for ecpg regression tests.Michael Meskes2006-08-02