aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/sql/sqlda.pgc
Commit message (Expand)AuthorAge
* Remove HAVE_LONG_LONG_INTPeter Eisentraut2019-11-07
* Fix compiler warnings in ecpg testsPeter Eisentraut2019-10-29
* Second try at fixing numeric data passed through an ECPG SQLDA.Tom Lane2018-11-14
* Fix incorrect results for numeric data passed through an ECPG SQLDA.Tom Lane2018-11-13
* Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro2018-06-18
* printf("%lf") is not portable, so omit the "l".Tom Lane2018-05-20
* Hot-fix ecpg regression test for missing ecpg_config.h inclusion.Tom Lane2018-05-18
* Add some test coverage for ecpg's "long long" support.Tom Lane2018-05-18
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* 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