summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected
AgeCommit message (Expand)Author
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-09Several fixes to array handling in ecpg.Michael Meskes
2014-02-17Fix handling of wide datetime input/output.Noah Misch
2014-01-16Split ecpg_execute() in constituent partsAlvaro Herrera
2014-01-16Split ECPGdo() in constituent partsAlvaro Herrera
2014-01-13Always use the same way to addres a descriptor in ecpg's regression tests.Michael Meskes
2014-01-09Changed regression test to ecpg test suite for alignment problem just with lastMichael Meskes
2014-01-09Fix descriptor output in ECPG.Michael Meskes
2013-11-26ECPG: Add EXEC SQL CLOSE C to the tests.Michael Meskes
2013-11-26ECPG: Free the malloc()'ed variables in the test so it comes out clean onMichael Meskes
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-03Changed test case slightly so it doesn't have an unused typedef.Michael Meskes
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-07-29Sync ECPG with WITH ORDINALITY changesGreg Stark
2013-07-19Initialize day of year value.Michael Meskes
2012-02-18Make sure all connection paramters are used in call to PQconnectdbParams.Michael Meskes
2012-02-13Do not use the variable name when defining a varchar structure in ecpg.Michael Meskes
2012-01-04Made code in ecpg better readable.Michael Meskes
2011-12-18Added test for cursor handling on different connections to regression testMichael Meskes
2011-07-18Adapted expected result for latest change to ecpglib.Michael Meskes
2011-02-15Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.Tom Lane
2011-01-08In ecpg's parser removed a fixed length limit for constants defining an array...Michael Meskes
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-10-13Remove executable permission from files where it doesn't belongPeter Eisentraut
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-08-17Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.Michael Meskes
2010-07-20Make ECPG regression tests independent of standard_conforming_strings.Robert Haas
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-06-04Added variable handling for RETURNING clause to ecpg.Michael Meskes
2010-03-21Adjusted regression test results to the change I made in debug output for ecp...Michael Meskes
2010-03-21ECPG only copied #include statements instead of processing them according toMichael Meskes
2010-03-09ecpg now adds a unique counter to its varchar struct definitions to make thes...Michael Meskes
2010-03-05In case the connection magically disappears libecpg only returns an internalMichael Meskes
2010-02-27Make sure ecpg uses the same header files in the same order as the backend.Michael Meskes
2010-02-16Do not check nan values for infinity. Some system are not able to handle this.Michael Meskes
2010-02-09First try to make this one ecpg regression test work on Windows too. I'm just...Michael Meskes
2010-02-04Usage of isnan() in ECPG regression tests probably needs '#include <float.h>'...Michael Meskes
2010-02-04Streamlined array handling code in libecpg a little bit, in the process fixin...Michael Meskes
2010-02-03Fixed some typos in ECPG regression test suite that resulted in regression te...Michael Meskes
2010-02-02Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...Michael Meskes
2010-01-29Changed ECPG outofscope handling to always print out statements in the same o...Michael Meskes
2010-01-26Added test case that was part of Zoltan's patch but apparently wasn't part of...Michael Meskes
2010-01-26Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes
2010-01-22Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p...Michael Meskes
2010-01-15Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes
2010-01-13Fix SQL3 type return value.Michael Meskes
2010-01-06Remove __FUNCTION__ keyword that is not recognized by som compilers.Michael Meskes
2010-01-06Removed test case using nan as float value because printf's output for nan isMichael Meskes
2010-01-06Removed more inttypes.h stuff.Michael Meskes