postgresql/src/interfaces/ecpg/test/expected
Tom Lane ec99e9aa11 Add some test coverage for ecpg's "long long" support.
This will only actually exercise the "long long" code paths on platforms
where "long" is 32 bits --- otherwise, the SQL bigint type maps to
plain "long", and we will test that code path instead.  But that's
probably sufficient coverage, and anyway we weren't testing either
code path before.

Dang Minh Huong, tweaked a bit by me

Discussion: https://postgr.es/m/151935568942.1461.14623890240535309745@wrigleys.postgresql.org
2018-05-18 13:04:59 -04:00
..
compat_informix-charfuncs.c - Removed duplicate include of ecpgtype.h which meant I had to adapt all expected results. 2008-02-17 18:14:29 +00:00
compat_informix-charfuncs.stderr Sorry, forgot the new files. 2006-08-15 06:48:24 +00:00
compat_informix-charfuncs.stdout Sorry, forgot the new files. 2006-08-15 06:48:24 +00:00
compat_informix-dec_test-MinGW32.stdout Remove executable permission from files where it doesn't belong 2010-10-13 22:30:25 +03:00
compat_informix-dec_test.c Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib. 2010-08-17 09:36:05 +00:00
compat_informix-dec_test.stderr Sorry, forgot the new files. 2006-08-15 06:48:24 +00:00
compat_informix-dec_test.stdout Removed compiler warning due to unneeded unsigned declaration. 2007-01-25 16:45:25 +00:00
compat_informix-describe.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
compat_informix-describe.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
compat_informix-describe.stdout Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT] statement to ecpg. 2010-01-15 10:44:39 +00:00
compat_informix-rfmtdate.c - Removed duplicate include of ecpgtype.h which meant I had to adapt all expected results. 2008-02-17 18:14:29 +00:00
compat_informix-rfmtdate.stderr Sorry, forgot the new files. 2006-08-15 06:48:24 +00:00
compat_informix-rfmtdate.stdout Sorry, forgot the new files. 2006-08-15 06:48:24 +00:00
compat_informix-rfmtlong.c - Removed duplicate include of ecpgtype.h which meant I had to adapt all expected results. 2008-02-17 18:14:29 +00:00
compat_informix-rfmtlong.stderr Sorry, forgot the new files. 2006-08-15 06:48:24 +00:00
compat_informix-rfmtlong.stdout Sorry, forgot the new files. 2006-08-15 06:48:24 +00:00
compat_informix-rnull.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
compat_informix-rnull.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
compat_informix-rnull.stdout Added another test 2006-08-19 15:10:00 +00:00
compat_informix-sqlda.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
compat_informix-sqlda.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
compat_informix-sqlda.stdout Removed test case using nan as float value because printf's output for nan is 2010-01-06 11:59:52 +00:00
compat_informix-test_informix.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
compat_informix-test_informix.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
compat_informix-test_informix.stdout Made sure sqlca is reset for declare cursor in Informix mode as pointed out by 2009-08-14 13:28:22 +00:00
compat_informix-test_informix2.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
compat_informix-test_informix2.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
compat_informix-test_informix2.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
connect-test1-minGW32.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
connect-test1.c Make connect/test1 independent of localhost IPv6. 2017-11-11 14:33:25 -08:00
connect-test1.stderr Make connect/test1 independent of localhost IPv6. 2017-11-11 14:33:25 -08:00
connect-test1.stdout Applied Joachim's patch for a --regression option. 2007-01-11 15:47:34 +00:00
connect-test2.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
connect-test2.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
connect-test2.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
connect-test3.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
connect-test3.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
connect-test3.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
connect-test4.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
connect-test4.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
connect-test4.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
connect-test5.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
connect-test5.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
connect-test5.stdout - Enabled single-quoted connection targets. 2006-08-27 16:15:42 +00:00
pgtypeslib-dt_test.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
pgtypeslib-dt_test.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
pgtypeslib-dt_test.stdout Initialize day of year value. 2013-07-19 09:03:45 +02:00
pgtypeslib-dt_test2.c Un-break ecpg test suite under --disable-integer-datetimes. 2014-05-08 19:29:02 -04:00
pgtypeslib-dt_test2.stderr Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
pgtypeslib-dt_test2.stdout Un-break ecpg test suite under --disable-integer-datetimes. 2014-05-08 19:29:02 -04:00
pgtypeslib-nan_test.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
pgtypeslib-nan_test.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
pgtypeslib-nan_test.stdout Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by making it OS independant. 2010-02-02 16:09:12 +00:00
pgtypeslib-num_test-MinGW32.stdout Remove executable permission from files where it doesn't belong 2010-10-13 22:30:25 +03:00
pgtypeslib-num_test.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
pgtypeslib-num_test.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
pgtypeslib-num_test.stdout Joachim fixed some bugs in numeric handling in pgtypeslib. 2006-08-07 13:17:02 +00:00
pgtypeslib-num_test2-MinGW32.stdout Remove executable permission from files where it doesn't belong 2010-10-13 22:30:25 +03:00
pgtypeslib-num_test2.c Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib. 2010-08-17 09:36:05 +00:00
pgtypeslib-num_test2.stderr Joachim fixed some bugs in numeric handling in pgtypeslib. 2006-08-07 13:17:02 +00:00
pgtypeslib-num_test2.stdout Removed compiler warning due to unneeded unsigned declaration. 2007-01-25 16:45:25 +00:00
preproc-array_of_struct.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-array_of_struct.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-array_of_struct.stdout Fixed bug that caused arrays of varchar to be output with incomplete name. 2008-03-02 10:54:11 +00:00
preproc-autoprep.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-autoprep.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-autoprep.stdout Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-prepare mode if the connection is closed and re-opened and the previously prepared query is issued again. 2010-01-22 14:13:03 +00:00
preproc-comment.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-comment.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-comment.stdout Replaced complex tests with small ones. 2006-09-08 13:32:29 +00:00
preproc-cursor.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-cursor.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-cursor.stdout Added test for cursor handling on different connections to regression test 2011-12-18 18:44:14 +01:00
preproc-define.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-define.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-define.stdout More logic from complex/test* moved to their own testcases. 2006-09-08 09:03:40 +00:00
preproc-describe.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-describe.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-describe.stdout Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT] statement to ecpg. 2010-01-15 10:44:39 +00:00
preproc-init.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
preproc-init.stderr NLS cleanup in ecpglib 2009-01-15 11:52:55 +00:00
preproc-init.stdout Started to cleanup complex tests. 2006-09-05 12:11:03 +00:00
preproc-outofscope.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-outofscope.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-outofscope.stdout Changed ECPG outofscope handling to always print out statements in the same order 2010-01-29 16:28:13 +00:00
preproc-pointer_to_struct.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-pointer_to_struct.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-pointer_to_struct.stdout Several fixes to array handling in ecpg. 2014-04-09 11:23:38 +02:00
preproc-strings.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-strings.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-strings.stdout Unicode escapes in strings and identifiers 2008-10-29 08:04:54 +00:00
preproc-type.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-type.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-type.stdout More logic from complex/test* moved to their own testcases. 2006-09-08 09:03:40 +00:00
preproc-variable.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-variable.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-variable.stdout Added Joachim's changes for MinGW. 2006-09-26 07:56:57 +00:00
preproc-whenever.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-whenever.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
preproc-whenever.stdout Replaced complex tests with small ones. 2006-09-08 13:32:29 +00:00
sql-array.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-array.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-array.stdout Fixed array handling in ecpg. 2015-02-10 12:04:10 +01:00
sql-binary.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-binary.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-binary.stdout Fixed auto allocation for binary data types. 2009-02-02 16:14:06 +00:00
sql-code100.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-code100.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-code100.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
sql-copystdout.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-copystdout.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-copystdout.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
sql-define.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-define.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-define.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
sql-desc.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-desc.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-desc.stdout Replaced double-quote-fix with a hopefully better version. 2006-08-23 12:01:53 +00:00
sql-describe.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-describe.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-describe.stdout Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT] statement to ecpg. 2010-01-15 10:44:39 +00:00
sql-dynalloc.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-dynalloc.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-dynalloc.stdout Applied test suite update by Joachim Wieland <joe@mcknight.de>. 2006-08-03 13:11:04 +00:00
sql-dynalloc2.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-dynalloc2.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-dynalloc2.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
sql-dyntest.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-dyntest.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-dyntest.stdout Fix SQL3 type return value. 2010-01-13 08:41:50 +00:00
sql-execute.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-execute.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-execute.stdout - EXECUTE can return NOT FOUND so it should be checked here too. 2008-02-14 14:54:48 +00:00
sql-fetch.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-fetch.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-fetch.stdout Fixed parsing of parameters. Added regression test for this. 2008-10-14 09:31:05 +00:00
sql-func.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-func.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-func.stdout - Finished major rewrite to use new protocol version 2007-08-14 10:01:54 +00:00
sql-indicators.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-indicators.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-indicators.stdout Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
sql-insupd.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-insupd.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-insupd.stdout Added variable handling for RETURNING clause to ecpg. 2010-06-04 10:09:58 +00:00
sql-oldexec.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-oldexec.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-oldexec.stdout - Finished major rewrite to use new protocol version 2007-08-14 10:01:54 +00:00
sql-parser.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-parser.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-parser.stdout - Changed some whitespacing in connect statement. 2007-03-17 19:25:24 +00:00
sql-quote.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-quote.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-quote.stdout Make ECPG regression tests independent of standard_conforming_strings. 2010-07-20 01:57:19 +00:00
sql-show.c Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-show.stderr Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
sql-show.stdout Fixed incorrect argument handling in SET command if argument is a variable. 2008-08-19 10:40:32 +00:00
sql-sqlda.c Add some test coverage for ecpg's "long long" support. 2018-05-18 13:04:59 -04:00
sql-sqlda.stderr Add some test coverage for ecpg's "long long" support. 2018-05-18 13:04:59 -04:00
sql-sqlda.stdout Add some test coverage for ecpg's "long long" support. 2018-05-18 13:04:59 -04:00
thread-alloc.c Changed order of statements and added an additiona MSVC safeguard to make ecpg 2017-09-14 01:17:15 +02:00
thread-alloc.stderr Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> 2007-09-30 11:38:48 +00:00
thread-alloc.stdout Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> 2007-09-30 11:38:48 +00:00
thread-alloc_2.stdout Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> 2007-09-30 11:38:48 +00:00
thread-descriptor.c Changed order of statements and added an additiona MSVC safeguard to make ecpg 2017-09-14 01:17:15 +02:00
thread-descriptor.stderr ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe 2007-10-02 09:50:00 +00:00
thread-descriptor.stdout ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe 2007-10-02 09:50:00 +00:00
thread-prep.c Changed order of statements and added an additiona MSVC safeguard to make ecpg 2017-09-14 01:17:15 +02:00
thread-prep.stderr Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get prepare thread-safe. 2007-09-26 10:57:01 +00:00
thread-prep.stdout Reverting accidently commited changes. 2009-12-17 07:28:58 +00:00
thread-prep_2.stdout Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get prepare thread-safe. 2007-09-26 10:57:01 +00:00
thread-thread.c Changed order of statements and added an additiona MSVC safeguard to make ecpg 2017-09-14 01:17:15 +02:00
thread-thread.stderr Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
thread-thread.stdout Reverting accidently commited changes. 2009-12-17 07:28:58 +00:00
thread-thread_2.stdout Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
thread-thread_implicit.c Changed order of statements and added an additiona MSVC safeguard to make ecpg 2017-09-14 01:17:15 +02:00
thread-thread_implicit.stderr Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
thread-thread_implicit.stdout Reverting accidently commited changes. 2009-12-17 07:28:58 +00:00
thread-thread_implicit_2.stdout Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00