summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/ecpg_schedule
AgeCommit message (Expand)Author
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-02-19ecpg: Fix zero-termination of string generated by intoasc()Michael Paquier
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2021-03-24Add DECLARE STATEMENT command to ECPGMichael Meskes
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-05-22Implement PREPARE AS statement for ECPG.Michael Meskes
2019-02-18Sync ECPG's CREATE TABLE AS statement with backend's.Michael Meskes
2019-02-18Add bytea datatype to ECPG.Michael Meskes
2019-02-16Add DECLARE STATEMENT support to ECPG.Michael Meskes
2018-03-14Add Oracle like handling of char arrays.Michael Meskes
2017-08-25Implement DO CONTINUE action for ECPG WHENEVER statement.Michael Meskes
2017-03-18Fix schedule of ecpg test files to only try two-phase commit test when possible.Michael Meskes
2017-03-13Add test case for two phase commit. Also by Masahiko Sawada.Michael Meskes
2014-04-09Several fixes to array handling in ecpg.Michael Meskes
2010-02-02Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...Michael Meskes
2010-01-26Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes
2010-01-15Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes
2010-01-05Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes
2009-11-26Added dynamic cursor names to ecpg. Almost the whole patch was done byMichael Meskes
2008-10-29Unicode escapes in strings and identifiersPeter Eisentraut
2007-10-02ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safeMichael Meskes
2007-09-30Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>Michael Meskes
2007-09-26Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...Michael Meskes
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2007-06-12Rewrite ECPG regression test driver in C, by splitting the standardMagnus Hagander