head	1.11;
access;
symbols
	REL9_0_0:1.10
	REL9_1_ALPHA1:1.11
	REL9_0_RC1:1.10
	REL9_0_BETA4:1.10
	REL9_0_STABLE:1.10.0.6
	REL9_0_BETA3:1.10
	REL9_0_BETA2:1.10
	REL8_2_17:1.5
	REL8_3_11:1.8
	REL8_4_4:1.8
	REL9_0_BETA1:1.10
	REL9_0_ALPHA5_BRANCH:1.10.0.4
	REL9_0_ALPHA5:1.10
	REL8_2_16:1.5
	REL8_3_10:1.8
	REL8_4_3:1.8
	REL9_0_ALPHA4:1.10
	REL9_0_ALPHA4_BRANCH:1.10.0.2
	REL8_5_ALPHA3:1.8
	REL8_5_ALPHA3_BRANCH:1.8.0.10
	REL8_2_15:1.5
	REL8_3_9:1.8
	REL8_4_2:1.8
	REL8_5_ALPHA2:1.8
	REL8_5_ALPHA2_BRANCH:1.8.0.8
	REL8_2_14:1.5
	REL8_3_8:1.8
	REL8_4_1:1.8
	REL8_5_ALPHA1:1.8
	REL8_5_ALPHA1_BRANCH:1.8.0.6
	REL8_4_STABLE:1.8.0.4
	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.5
	REL8_3_7:1.8
	REL8_2_12:1.5
	REL8_3_6:1.8
	REL8_2_11:1.5
	REL8_3_5:1.8
	REL8_2_10:1.5
	REL8_3_4:1.8
	REL8_2_9:1.5
	REL8_3_3:1.8
	REL8_2_8:1.5
	REL8_3_2:1.8
	REL8_2_7:1.5
	REL8_3_1:1.8
	REL8_3_STABLE:1.8.0.2
	REL8_3_0:1.8
	REL8_3_RC2:1.8
	REL8_2_6:1.5
	REL8_3_RC1:1.8
	REL8_3_BETA4:1.8
	REL8_3_BETA3:1.8
	REL8_3_BETA2:1.8
	REL8_3_BETA1:1.8
	REL8_2_5:1.5
	REL8_2_4:1.5
	REL8_2_3:1.5
	REL8_2_2:1.5
	REL8_2_1:1.5
	REL8_2_STABLE:1.5.0.2
	REL8_2_0:1.5
	REL8_2_RC1:1.5
	REL8_2_BETA3:1.5
	REL8_2_BETA2:1.5
	REL8_2_BETA1:1.5;
locks; strict;
comment	@# @;


1.11
date	2010.08.19.05.57.34;	author petere;	state Exp;
branches;
next	1.10;

1.10
date	2010.01.15.10.44.38;	author meskes;	state Exp;
branches;
next	1.9;

1.9
date	2010.01.05.16.38.23;	author meskes;	state Exp;
branches;
next	1.8;

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

1.7
date	2007.05.10.09.53.17;	author meskes;	state Exp;
branches;
next	1.6;

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

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

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

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

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

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


desc
@@


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

TESTS = array array.c \
	binary binary.c \
	code100 code100.c \
        copystdout copystdout.c \
	define define.c \
        desc desc.c \
        sqlda sqlda.c \
        describe describe.c \
        dyntest dyntest.c \
        dynalloc dynalloc.c \
        dynalloc2 dynalloc2.c \
        execute execute.c \
        fetch fetch.c \
        func func.c \
        indicators indicators.c \
	oldexec oldexec.c \
        parser parser.c \
        quote quote.c \
        show show.c \
        insupd insupd.c 

all: $(TESTS)

oldexec.c:	oldexec.pgc ../regression.h
	$(ECPG) -r questionmarks -o $@@ -I$(srcdir) $<
@


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

@


1.9
log
@Applied patch by Boszormenyi Zoltan <zb@@cybertec.at> to add sqlda support to
ecpg in both native and compatiblity mode.
@
text
@d12 2
a24 1
        sqlda sqlda.c \
@


1.8
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
@d23 1
@


1.7
log
@- Synced parser and keyword list
- Renamed update test so it hopefully runs on Vista
@
text
@d19 1
d27 2
a28 3
# bits needs the -c option for the "EXEC SQL TYPE" construct
bits.c: bits.pgc ../regression.h
	$(ECPG) -c -o $@@ -I$(srcdir) $<
@


1.6
log
@- 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.
@
text
@d22 1
a22 1
        update update.c 
@


1.5
log
@Replaced complex tests with small ones.
@
text
@d19 1
@


1.4
log
@Started to cleanup complex tests.
Added some interval checks to regression suite.
@
text
@d15 2
@


1.3
log
@Synced parser.
Added another regression test and fixed tcp test.
@
text
@d6 6
a11 1
TESTS = define define.c \
a12 2
        code100 code100.c \
        desc desc.c \
d19 1
a19 2
        update update.c \
        copystdout copystdout.c
d23 4
@


1.2
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
@d16 1
@


1.1
log
@And finally the Makefiles
@
text
@d4 1
a4 1
include ../Makefile.regress
a7 1
        dyntest2 dyntest2.c \
@

