summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected
Commit message (Expand)AuthorAgeFilesLines
* ecpg: Fix handling of strings in ORACLE compat code with SQLDAMichael Paquier2023-04-183-121/+266
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-313-53/+112
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-293-0/+278
* Use ICU by default at initdb time.Jeff Davis2023-03-092-2/+2
* Harmonize parameter names in ecpg code.Peter Geoghegan2022-09-222-36/+36
* Fix possible omission of variable storage markers in ECPG.Tom Lane2022-09-093-120/+136
* Fix MSVC warning in compat_informix/rnull.pgcAndres Freund2022-08-311-1/+1
* Fix ECPG's handling of type names that match SQL keywords.Tom Lane2022-07-122-39/+53
* Improved ECPG warning as suggested by Michael Paquier and removed test caseMichael Meskes2021-08-173-231/+110
* Fix connection handling for DEALLOCATE and DESCRIBE statementsMichael Meskes2021-08-133-29/+166
* Fix range check in ECPG numeric to int conversionJohn Naylor2021-07-303-6/+19
* Avoid ECPG test failures in some GSS-capable environments.Tom Lane2021-06-102-18/+4
* Add DECLARE STATEMENT command to ECPGMichael Meskes2021-03-243-0/+886
* Remove duplicate includePeter Eisentraut2021-01-252-58/+57
* Update ecpg's connect-test1 for connection-failure message changes.Tom Lane2021-01-232-20/+10
* Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane2021-01-221-4/+2
* Improve new wording of libpq's connection failure messages.Tom Lane2021-01-211-2/+2
* Uniformly identify the target host in libpq connection failure reports.Tom Lane2021-01-111-2/+2
* Avoid re-using output variables in new ecpg test case.Tom Lane2020-11-072-4/+10
* Fix ecpg's mishandling of B'...' and X'...' literals.Tom Lane2020-11-073-1/+22
* Add documentation and tests for quote marks in ECPG literal queries.Tom Lane2020-10-222-3/+3
* Avoid premature de-doubling of quote marks in ECPG strings.Tom Lane2020-10-223-6/+6
* Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut2020-10-212-2/+2
* Increase hard-wired timeout values in ecpg regression tests.Tom Lane2020-08-045-5/+5
* Fix behavior of ecpg's "EXEC SQL elif name".Tom Lane2020-08-032-55/+72
* Fix ecpg crash with bytea and cursor variables.Michael Meskes2020-06-303-84/+183
* Fix compiler warnings on 64-bit WindowsPeter Eisentraut2020-02-214-87/+90
* Reduce size of backend scanner's tables.Tom Lane2020-01-132-2/+2
* Fix off-by-one error in PGTYPEStimestamp_fmt_ascTomas Vondra2019-11-303-5/+23
* Remove HAVE_LONG_LONG_INTPeter Eisentraut2019-11-072-291/+289
* Fix compiler warnings in ecpg testsPeter Eisentraut2019-10-292-290/+296
* Remove some code for old unsupported versions of MSVCPeter Eisentraut2019-10-082-234/+227
* Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane2019-09-2020-1022/+119
* Message style fixesPeter Eisentraut2019-09-061-4/+4
* Fix format truncation issue from ECPG testMichael Paquier2019-08-021-1/+1
* Stop using spelling "nonexistant".Noah Misch2019-06-087-39/+39
* Un-break ecpg tests for Windows.Tom Lane2019-06-023-3/+3
* Adjust ecpg expected-results files for commit 7640f9312.Tom Lane2019-05-313-3/+3
* Implement PREPARE AS statement for ECPG.Michael Meskes2019-05-223-0/+730
* Fix whitespacePeter Eisentraut2019-03-012-121/+120
* Free memory in ecpg bytea regression test.Michael Meskes2019-02-262-57/+58
* Sync ECPG's CREATE TABLE AS statement with backend's.Michael Meskes2019-02-183-0/+232
* Add bytea datatype to ECPG.Michael Meskes2019-02-183-0/+474
* Add DECLARE STATEMENT support to ECPG.Michael Meskes2019-02-1620-119/+1022
* Change error handling of out of scope variables in ecpg.Michael Meskes2019-01-305-3/+53
* Make some ecpg test cases more robust against unexpected errors that happenMichael Meskes2019-01-3013-416/+391
* Remove _configthreadlocale() calls in ecpg test suite.Tom Lane2019-01-245-88/+58
* Remove infinite-loop hazards in ecpg test suite.Tom Lane2019-01-249-23/+26
* Second try at fixing numeric data passed through an ECPG SQLDA.Tom Lane2018-11-143-6/+6
* Fix incorrect results for numeric data passed through an ECPG SQLDA.Tom Lane2018-11-133-210/+362