head	1.9;
access;
symbols
	REL9_0_0:1.8
	REL9_1_ALPHA1:1.9
	REL9_0_RC1:1.8
	REL9_0_BETA4:1.8
	REL9_0_STABLE:1.8.0.14
	REL9_0_BETA3:1.8
	REL9_0_BETA2:1.8
	REL8_2_17:1.4
	REL8_3_11:1.7
	REL8_4_4:1.8
	REL9_0_BETA1:1.8
	REL9_0_ALPHA5_BRANCH:1.8.0.12
	REL9_0_ALPHA5:1.8
	REL8_2_16:1.4
	REL8_3_10:1.7
	REL8_4_3:1.8
	REL9_0_ALPHA4:1.8
	REL9_0_ALPHA4_BRANCH:1.8.0.10
	REL8_5_ALPHA3:1.8
	REL8_5_ALPHA3_BRANCH:1.8.0.8
	REL8_2_15:1.4
	REL8_3_9:1.7
	REL8_4_2:1.8
	REL8_5_ALPHA2:1.8
	REL8_5_ALPHA2_BRANCH:1.8.0.6
	REL8_2_14:1.4
	REL8_3_8:1.7
	REL8_4_1:1.8
	REL8_5_ALPHA1:1.8
	REL8_5_ALPHA1_BRANCH:1.8.0.4
	REL8_4_STABLE:1.8.0.2
	REL8_4_0:1.8
	REL8_4_RC2:1.8
	REL8_4_RC1:1.8
	REL8_4_BETA2:1.8
	REL8_4_BETA1:1.8
	REL8_2_13:1.4
	REL8_3_7:1.7
	REL8_2_12:1.4
	REL8_3_6:1.7
	REL8_2_11:1.4
	REL8_3_5:1.7
	REL8_2_10:1.4
	REL8_3_4:1.7
	REL8_2_9:1.4
	REL8_3_3:1.7
	REL8_2_8:1.4
	REL8_3_2:1.7
	REL8_2_7:1.4
	REL8_3_1:1.7
	REL8_3_STABLE:1.7.0.2
	REL8_3_0:1.7
	REL8_3_RC2:1.7
	REL8_2_6:1.4
	REL8_3_RC1:1.7
	REL8_3_BETA4:1.7
	REL8_3_BETA3:1.7
	REL8_3_BETA2:1.7
	REL8_3_BETA1:1.7
	REL8_2_5:1.4
	REL8_2_4:1.4
	REL8_2_3:1.4
	REL8_2_2:1.4
	REL8_2_1:1.4
	REL8_2_STABLE:1.4.0.2
	REL8_2_0:1.4
	REL8_2_RC1:1.4
	REL8_2_BETA3:1.4
	REL8_2_BETA2:1.4
	REL8_2_BETA1:1.4;
locks; strict;
comment	@# @;


1.9
date	2010.08.19.05.57.34;	author petere;	state Exp;
branches;
next	1.8;

1.8
date	2008.12.01.11.37.37;	author meskes;	state Exp;
branches;
next	1.7;

1.7
date	2007.08.23.00.38.17;	author adunstan;	state Exp;
branches;
next	1.6;

1.6
date	2007.08.14.10.19.14;	author meskes;	state Exp;
branches;
next	1.5;

1.5
date	2007.08.14.10.01.53;	author meskes;	state Exp;
branches;
next	1.4;

1.4
date	2006.08.27.16.15.41;	author meskes;	state Exp;
branches;
next	1.3;

1.3
date	2006.08.13.10.18.30;	author meskes;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.04.08.52.17;	author meskes;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.02.14.14.02;	author meskes;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Remove extra newlines at end and beginning of files, add missing newlines
at end of files.
@
text
@subdir = src/interfaces/ecpg/test/connect
top_builddir = ../../../../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/$(subdir)/../Makefile.regress

TESTS = test1 test1.c \
        test2 test2.c \
        test3 test3.c \
        test4 test4.c \
        test5 test5.c

all: $(TESTS)
@


1.8
log
@Removed port testing.
@
text
@a12 1

@


1.7
log
@unbreak ECPG tests for VPATH builds.
@
text
@a5 10
# port number for temp-installation test postmaster
# this is also defined in ../Makefile
TEMP_PORT = 4$(DEF_PGPORT)

test1.pgc: test1.pgc.in
	sed -e 's,@@TEMP_PORT@@,$(TEMP_PORT),g' \
	  $< >$@@
	sed -e 's,@@TEMP_PORT@@,$(TEMP_PORT),g' \
	  $(top_srcdir)/$(subdir)/../expected/connect-test1.c.in >../expected/connect-test1.c

a13 2
extraclean:
	rm -f test1.pgc
@


1.6
log
@As usual I forgot some files. :-)
@
text
@d14 1
a14 1
	  ../expected/connect-test1.c.in >../expected/connect-test1.c
@


1.5
log
@- 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
@
text
@d13 2
@


1.4
log
@- Enabled single-quoted connection targets.
- Fixed a memory leak/segfault in unsuccessful connection.
- Some changes to test files.
@
text
@d8 1
a8 1
TEMP_PORT = 5$(DEF_PGPORT)
@


1.3
log
@Applied patch for VPATH builds by Alvaro Herrera <alvherre@@commandprompt.com>
Merged dyntest.pgc and dyntest2.pgc.
Hopefully fixed the last Coverity reports (finally)
@
text
@d17 2
a18 1
        test4 test4.c
@


1.2
log
@Regression test updates and fixes
@
text
@d4 1
a4 1
include ../Makefile.regress
@


1.1
log
@Hopefully that's it. The remaining files for ecpg regression tests.
@
text
@d6 8
d17 1
a17 1
        test4 test4.c 
d21 2
@

