summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/sql-sqlda.c
AgeCommit message (Expand)Author
2019-11-07Remove HAVE_LONG_LONG_INTPeter Eisentraut
2019-10-29Fix compiler warnings in ecpg testsPeter Eisentraut
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-02-16Add DECLARE STATEMENT support to ECPG.Michael Meskes
2018-11-14Second try at fixing numeric data passed through an ECPG SQLDA.Tom Lane
2018-11-13Fix incorrect results for numeric data passed through an ECPG SQLDA.Tom Lane
2018-06-18Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro
2018-05-20printf("%lf") is not portable, so omit the "l".Tom Lane
2018-05-18Hot-fix ecpg regression test for missing ecpg_config.h inclusion.Tom Lane
2018-05-18Add some test coverage for ecpg's "long long" support.Tom Lane
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2014-05-06With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-02-02Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...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
2010-01-05And another oneMichael Meskes
2010-01-05And another one of the same problem.Michael Meskes
2010-01-05And then forgot to commit the fixed files. ARGH!Michael Meskes
2010-01-05Ah, should read the file completely. I got so used to git that I almost forgo...Michael Meskes
2010-01-05Thrid try. It seems my two checkouts need some cleaning up.Michael Meskes
2010-01-05Still not correct.Michael Meskes
2010-01-05Adjusted CVS headers.Michael Meskes
2010-01-05Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes