/
balmaster
/
postgres
ОбзорДокументацияВойти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
.../test/expected/
..
compat_informix-charfuncs.c

- Removed duplicate include of ecpgtype.h which meant I had to adapt all expected results. - Changed INFORMIX mode symbol definition yet again because the old way didn't work on NetBSD. Hopefully this one does.

18 лет назад
compat_informix-charfuncs.stderr

Sorry, forgot the new files.

20 лет назад
compat_informix-charfuncs.stdout

Sorry, forgot the new files.

20 лет назад
compat_informix-dec_test.c

Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.

2 года назад
compat_informix-dec_test.stderr

Sorry, forgot the new files.

20 лет назад
compat_informix-dec_test.stdout

Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.

2 года назад
compat_informix-describe.c

Remove unnecessary parentheses in return statements

9 лет назад
compat_informix-describe.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
compat_informix-describe.stdout

Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT] statement to ecpg.

17 лет назад
compat_informix-intoasc.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
compat_informix-intoasc.stderr

ecpg: Fix zero-termination of string generated by intoasc()

2 года назад
compat_informix-intoasc.stdout

ecpg: Fix zero-termination of string generated by intoasc()

2 года назад
compat_informix-rfmtdate.c

Add some const decorations to prototypes

9 лет назад
compat_informix-rfmtdate.stderr

Sorry, forgot the new files.

20 лет назад
compat_informix-rfmtdate.stdout

Sorry, forgot the new files.

20 лет назад
compat_informix-rfmtlong.c

Add some const decorations to prototypes

9 лет назад
compat_informix-rfmtlong.stderr

Sorry, forgot the new files.

20 лет назад
compat_informix-rfmtlong.stdout

Sorry, forgot the new files.

20 лет назад
compat_informix-rnull.c

Fix MSVC warning in compat_informix/rnull.pgc

4 года назад
compat_informix-rnull.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
compat_informix-rnull.stdout

Added another test

20 лет назад
compat_informix-sqlda.c

Use <stdint.h> and <inttypes.h> for c.h integers.

2 года назад
compat_informix-sqlda.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
compat_informix-sqlda.stdout

Removed test case using nan as float value because printf's output for nan is OS specific with some distinguishing between signaling and quiet nans. It's not really importnat for us here anyway.

17 лет назад
compat_informix-test_informix.c

Revert "Add DECLARE STATEMENT support to ECPG."

7 лет назад
compat_informix-test_informix.stderr

Make some ecpg test cases more robust against unexpected errors that happen during development. Test cases themselves should not hang or segfault.

8 лет назад
compat_informix-test_informix.stdout

Made sure sqlca is reset for declare cursor in Informix mode as pointed out by Böszörményi Zoltán <zb@cybertec.at>.

17 лет назад
compat_informix-test_informix2.c

Make some ecpg test cases more robust against unexpected errors that happen during development. Test cases themselves should not hang or segfault.

8 лет назад
compat_informix-test_informix2.stderr

Make some ecpg test cases more robust against unexpected errors that happen during development. Test cases themselves should not hang or segfault.

8 лет назад
compat_informix-test_informix2.stdout

Hopefully that's it. The remaining files for ecpg regression tests.

20 лет назад
compat_oracle-char_array.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
compat_oracle-char_array.stderr

ecpg: Fix handling of strings in ORACLE compat code with SQLDA

3 года назад
compat_oracle-char_array.stdout

ecpg: Fix handling of strings in ORACLE compat code with SQLDA

3 года назад
connect-test1-minGW32.stderr

Update ecpg's connect-test1 for connection-failure message changes.

6 лет назад
connect-test1.c

Increase hard-wired timeout values in ecpg regression tests.

6 лет назад
connect-test1.stderr

Update ecpg's connect-test1 for connection-failure message changes.

6 лет назад
connect-test1.stdout

Applied Joachim's patch for a --regression option. Made this option mark the .c files, so the environment variable is no longer needed. Created a special MinGW file with the special error message. Do not print port into log file when running regression tests.

20 лет назад
connect-test2.c

Remove unnecessary parentheses in return statements

9 лет назад
connect-test2.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
connect-test2.stdout

Hopefully that's it. The remaining files for ecpg regression tests.

20 лет назад
connect-test3.c

Remove unnecessary parentheses in return statements

9 лет назад
connect-test3.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
connect-test3.stdout

Hopefully that's it. The remaining files for ecpg regression tests.

20 лет назад
connect-test4.c

Remove unnecessary parentheses in return statements

9 лет назад
connect-test4.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
connect-test4.stdout

Hopefully that's it. The remaining files for ecpg regression tests.

20 лет назад
connect-test5.c

ecpg: avoid adding whitespace around '&' in connection URLs.

2 года назад
connect-test5.stderr

ecpg: avoid adding whitespace around '&' in connection URLs.

2 года назад
connect-test5.stdout

- Enabled single-quoted connection targets. - Fixed a memory leak/segfault in unsuccessful connection. - Some changes to test files.

20 лет назад
connect-test6.c

Add missing connection validation in ECPG

3 месяца назад
connect-test6.stderr

Add missing connection validation in ECPG

3 месяца назад
connect-test6.stdout

Add missing connection validation in ECPG

3 месяца назад
pgtypeslib-dt_test.c

ecpg: Fix out-of-bound read in DecodeDateTime()

2 года назад
pgtypeslib-dt_test.stderr

ecpg: Fix out-of-bound read in DecodeDateTime()

2 года назад
pgtypeslib-dt_test.stdout

ecpg: Fix out-of-bound read in DecodeDateTime()

2 года назад
pgtypeslib-dt_test2.c

Add PGTYPESchar_free() to avoid cross-module problems on Windows.

8 лет назад
pgtypeslib-dt_test2.stderr

Hopefully that's it. The remaining files for ecpg regression tests.

20 лет назад
pgtypeslib-dt_test2.stdout

De-support floating-point timestamps.

9 лет назад
pgtypeslib-nan_test.c

Remove some code for old unsupported versions of MSVC

7 лет назад
pgtypeslib-nan_test.stderr

Remove some code for old unsupported versions of MSVC

7 лет назад
pgtypeslib-nan_test.stdout

Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by making it OS independant.

17 лет назад
pgtypeslib-num_test.c

Fix range check in ECPG numeric to int conversion

5 лет назад
pgtypeslib-num_test.stderr

Fix range check in ECPG numeric to int conversion

5 лет назад
pgtypeslib-num_test.stdout

Fix range check in ECPG numeric to int conversion

5 лет назад
pgtypeslib-num_test2.c

Un-break ecpg tests for Windows.

7 лет назад
pgtypeslib-num_test2.stderr

Joachim fixed some bugs in numeric handling in pgtypeslib. Fixed and cleaned up some regression tests. Also added a new one.

20 лет назад
pgtypeslib-num_test2.stdout

Removed compiler warning due to unneeded unsigned declaration. Removed regression test that triggers those libc precision bugs on some archs.

20 лет назад
preproc-array_of_struct.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
preproc-array_of_struct.stderr

ecpg: refactor to eliminate cast-away-const in find_variable().

8 месяцев назад
preproc-array_of_struct.stdout

Fixed bug that caused arrays of varchar to be output with incomplete name. In the process expanded one test case,

18 лет назад
preproc-autoprep.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
preproc-autoprep.stderr

Minor additional improvements for ecpglib/prepare.c.

8 лет назад
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.

17 лет назад
preproc-comment.c

Establish conventions about global object names used in regression tests.

10 лет назад
preproc-comment.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
preproc-comment.stdout

Replaced complex tests with small ones.

20 лет назад
preproc-cursor.c

Revert "Add DECLARE STATEMENT support to ECPG."

7 лет назад
preproc-cursor.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
preproc-cursor.stdout

Added test for cursor handling on different connections to regression test suite for ecpg.

15 лет назад
preproc-define.c

Remove duplicate include

6 лет назад
preproc-define.stderr

Remove duplicate include

6 лет назад
preproc-define.stdout

More logic from complex/test* moved to their own testcases.

20 лет назад
preproc-describe.c

Remove unnecessary parentheses in return statements

9 лет назад
preproc-describe.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
preproc-describe.stdout

Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT] statement to ecpg.

17 лет назад
preproc-init.c

Add some const decorations to prototypes

9 лет назад
preproc-init.stderr

NLS cleanup in ecpglib

18 лет назад
preproc-init.stdout

Started to cleanup complex tests. Added some interval checks to regression suite.

20 лет назад
preproc-outofscope.c

Harmonize parameter names in ecpg code.

4 года назад
preproc-outofscope.stderr

Make some ecpg test cases more robust against unexpected errors that happen during development. Test cases themselves should not hang or segfault.

8 лет назад
preproc-outofscope.stdout

Changed ECPG outofscope handling to always print out statements in the same order so regression testing is possible,

17 лет назад
preproc-pointer_to_struct.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
preproc-pointer_to_struct.stderr

ecpg: refactor to eliminate cast-away-const in find_variable().

8 месяцев назад
preproc-pointer_to_struct.stdout

Several fixes to array handling in ecpg.

12 лет назад
preproc-strings.c

Silence -Wmissing-variable-declarations in headerscheck.

год назад
preproc-strings.stderr

Avoid re-using output variables in new ecpg test case.

6 лет назад
preproc-strings.stdout

Fix ecpg's mishandling of B'...' and X'...' literals.

6 лет назад
preproc-type.c

Fix ECPG's handling of type names that match SQL keywords.

4 года назад
preproc-type.stderr

Fix ECPG's handling of type names that match SQL keywords.

4 года назад
preproc-type.stdout

More logic from complex/test* moved to their own testcases.

20 лет назад
preproc-variable.c

Fix possible omission of variable storage markers in ECPG.

4 года назад
preproc-variable.stderr

Fix possible omission of variable storage markers in ECPG.

4 года назад
preproc-variable.stdout

Fix possible omission of variable storage markers in ECPG.

4 года назад
preproc-whenever.c

Stop using spelling "nonexistant".

7 лет назад
preproc-whenever.stderr

Stop using spelling "nonexistant".

7 лет назад
preproc-whenever.stdout

Replaced complex tests with small ones.

20 лет назад
preproc-whenever_do_continue.c

Revert "Add DECLARE STATEMENT support to ECPG."

7 лет назад
preproc-whenever_do_continue.stderr

Fix locale dependency in new ecpg test case.

9 лет назад
preproc-whenever_do_continue.stdout

Fix locale dependency in new ecpg test case.

9 лет назад
sql-array.c

Fix format truncation issue from ECPG test

7 лет назад
sql-array.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
sql-array.stdout

Fixed array handling in ecpg.

12 лет назад
sql-binary.c

Revert "Add DECLARE STATEMENT support to ECPG."

7 лет назад
sql-binary.stderr

Make some ecpg test cases more robust against unexpected errors that happen during development. Test cases themselves should not hang or segfault.

8 лет назад
sql-binary.stdout

Fixed auto allocation for binary data types.

18 лет назад
sql-bytea.c

Fix ecpg crash with bytea and cursor variables.

6 лет назад
sql-bytea.stderr

Fix ecpg crash with bytea and cursor variables.

6 лет назад
sql-bytea.stdout

Fix ecpg crash with bytea and cursor variables.

6 лет назад
sql-code100.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
sql-code100.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
sql-code100.stdout

Hopefully that's it. The remaining files for ecpg regression tests.

20 лет назад
sql-copystdout.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
sql-copystdout.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
sql-copystdout.stdout

Hopefully that's it. The remaining files for ecpg regression tests.

20 лет назад
sql-createtableas.c

Sync ECPG's CREATE TABLE AS statement with backend's.

7 лет назад
sql-createtableas.stderr

Sync ECPG's CREATE TABLE AS statement with backend's.

7 лет назад
sql-createtableas.stdout

Sync ECPG's CREATE TABLE AS statement with backend's.

7 лет назад
sql-declare.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
sql-declare.stderr

Improved ECPG warning as suggested by Michael Paquier and removed test case that triggers the warning during regression tests.

5 лет назад
sql-declare.stdout

Improved ECPG warning as suggested by Michael Paquier and removed test case that triggers the warning during regression tests.

5 лет назад
sql-define.c

Fix assorted bugs in ecpg's macro mechanism.

2 года назад
sql-define.stderr

Fix assorted bugs in ecpg's macro mechanism.

2 года назад
sql-define.stdout

Fix assorted bugs in ecpg's macro mechanism.

2 года назад
sql-desc.c

Revert "Add DECLARE STATEMENT support to ECPG."

7 лет назад
sql-desc.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
sql-desc.stdout

Replaced double-quote-fix with a hopefully better version. Use initializer string length as size for character strings. Added ecpg_config.h file that is created via configure.

20 лет назад
sql-describe.c

Remove unnecessary parentheses in return statements

9 лет назад
sql-describe.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
sql-describe.stdout

Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT] statement to ecpg.

17 лет назад
sql-dynalloc.c

Phase 2 of pgindent updates.

9 лет назад
sql-dynalloc.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
sql-dynalloc.stdout

Applied test suite update by Joachim Wieland <joe@mcknight.de>.

20 лет назад
sql-dynalloc2.c

Phase 2 of pgindent updates.

9 лет назад
sql-dynalloc2.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
sql-dynalloc2.stdout

Hopefully that's it. The remaining files for ecpg regression tests.

20 лет назад
sql-dyntest.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
sql-dyntest.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
sql-dyntest.stdout

Fix SQL3 type return value.

17 лет назад
sql-execute.c

Add documentation and tests for quote marks in ECPG literal queries.

6 лет назад
sql-execute.stderr

Add documentation and tests for quote marks in ECPG literal queries.

6 лет назад
sql-execute.stdout

- EXECUTE can return NOT FOUND so it should be checked here too. - Changed regression test accordingly.

18 лет назад
sql-fetch.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
sql-fetch.stderr

Make some ecpg test cases more robust against unexpected errors that happen during development. Test cases themselves should not hang or segfault.

8 лет назад
sql-fetch.stdout

Fixed parsing of parameters. Added regression test for this.

18 лет назад
sql-func.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
sql-func.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
sql-func.stdout

- Finished major rewrite to use new protocol version - Really prepare statements - Added more regression tests - Added auto-prepare mode - Use '$n' for positional variables, '?' is still possible via ecpg option - Cleaned up the sources a little bit

19 лет назад
sql-indicators.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
sql-indicators.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
sql-indicators.stdout

Hopefully that's it. The remaining files for ecpg regression tests.

20 лет назад
sql-insupd.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
sql-insupd.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
sql-insupd.stdout

Added variable handling for RETURNING clause to ecpg.

16 лет назад
sql-oldexec.c

Revert "Add DECLARE STATEMENT support to ECPG."

7 лет назад
sql-oldexec.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
sql-oldexec.stdout

- Finished major rewrite to use new protocol version - Really prepare statements - Added more regression tests - Added auto-prepare mode - Use '$n' for positional variables, '?' is still possible via ecpg option - Cleaned up the sources a little bit

19 лет назад
sql-parser.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
sql-parser.stderr

Establish conventions about global object names used in regression tests.

10 лет назад
sql-parser.stdout

- Changed some whitespacing in connect statement. - Made some chars const as proposed by Stefan Huehner <stefan@huehner.org>. - Synced parser and keyword lists. - Copied two token parsing from backend parser to ecpg parser. - Also added a test case for this.

19 лет назад
sql-prepareas.c

Implement PREPARE AS statement for ECPG.

7 лет назад
sql-prepareas.stderr

Implement PREPARE AS statement for ECPG.

7 лет назад
sql-prepareas.stdout

Implement PREPARE AS statement for ECPG.

7 лет назад
sql-quote.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
sql-quote.stderr

Force standard_conforming_strings to always be ON.

7 месяцев назад
sql-quote.stdout

Force standard_conforming_strings to always be ON.

7 месяцев назад
sql-show.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
sql-show.stderr

Force standard_conforming_strings to always be ON.

7 месяцев назад
sql-show.stdout

Force standard_conforming_strings to always be ON.

7 месяцев назад
sql-sqlda.c

Fix printf format string warning on MinGW.

2 года назад
sql-sqlda.stderr

Fix printf format string warning on MinGW.

2 года назад
sql-sqlda.stdout

Second try at fixing numeric data passed through an ECPG SQLDA.

8 лет назад
sql-sqljson.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
sql-sqljson.stderr

Fix error message wording

2 года назад
sql-sqljson.stdout

Add more SQL/JSON constructor functions

3 года назад
sql-sqljson_jsontable.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
sql-sqljson_jsontable.stderr

JSON_TABLE: Add support for NESTED paths and columns

2 года назад
sql-sqljson_jsontable.stdout

JSON_TABLE: Add support for NESTED paths and columns

2 года назад
sql-sqlpgq.c

SQL Property Graph Queries (SQL/PGQ)

5 месяцев назад
sql-sqlpgq.stderr

SQL Property Graph Queries (SQL/PGQ)

5 месяцев назад
sql-sqlpgq.stdout

SQL Property Graph Queries (SQL/PGQ)

5 месяцев назад
sql-twophase.c

Make two-phase tests of ECPG and main suite more concurrent-proof

2 года назад
sql-twophase.stderr

Make two-phase tests of ECPG and main suite more concurrent-proof

2 года назад
sql-twophase.stdout

Add test case for two phase commit. Also by Masahiko Sawada.

9 лет назад
thread-alloc.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
thread-alloc.stderr

Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get memory allocation thread-safe. He also did some cleaning up.

19 лет назад
thread-alloc.stdout

Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get memory allocation thread-safe. He also did some cleaning up.

19 лет назад
thread-alloc_2.stdout

Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get memory allocation thread-safe. He also did some cleaning up.

19 лет назад
thread-descriptor.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
thread-descriptor.stderr

ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe descriptor handling

19 лет назад
thread-descriptor.stdout

ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe descriptor handling

19 лет назад
thread-prep.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
thread-prep.stderr

Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get prepare thread-safe.

19 лет назад
thread-prep.stdout

Reverting accidently commited changes.

17 лет назад
thread-prep_2.stdout

Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get prepare thread-safe.

19 лет назад
thread-thread.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
thread-thread.stderr

Hopefully that's it. The remaining files for ecpg regression tests.

20 лет назад
thread-thread.stdout

Reverting accidently commited changes.

17 лет назад
thread-thread_2.stdout

Rewrite ECPG regression test driver in C, by splitting the standard regression driver into two parts and reusing half of it. Required to run ECPG tests without a shell on MSVC builds.

19 лет назад
thread-thread_implicit.c

Prevent -Wstrict-prototypes and -Wold-style-definition warnings

5 месяцев назад
thread-thread_implicit.stderr

Hopefully that's it. The remaining files for ecpg regression tests.

20 лет назад
thread-thread_implicit.stdout

Reverting accidently commited changes.

17 лет назад
thread-thread_implicit_2.stdout

Rewrite ECPG regression test driver in C, by splitting the standard regression driver into two parts and reusing half of it. Required to run ECPG tests without a shell on MSVC builds.

19 лет назад