diff options
| author | Michael Meskes <meskes@postgresql.org> | 2007-08-14 10:01:54 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2007-08-14 10:01:54 +0000 |
| commit | 635a0b9a8640bb7f2944a3f77ddc370f8dd7b010 (patch) | |
| tree | d54146b2416fecd2a544f3bf786108079b879cfc /src/interfaces/ecpg/test/sql/Makefile | |
| parent | b83bd31bd953b6daa22bcbdaee5ade2a27ec7324 (diff) | |
- 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
Diffstat (limited to 'src/interfaces/ecpg/test/sql/Makefile')
| -rw-r--r-- | src/interfaces/ecpg/test/sql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/test/sql/Makefile b/src/interfaces/ecpg/test/sql/Makefile index 7d58a761e56..dc58291cc80 100644 --- a/src/interfaces/ecpg/test/sql/Makefile +++ b/src/interfaces/ecpg/test/sql/Makefile @@ -16,6 +16,7 @@ TESTS = array array.c \ fetch fetch.c \ func func.c \ indicators indicators.c \ + oldexec oldexec.c \ parser parser.c \ quote quote.c \ show show.c \ @@ -23,7 +24,6 @@ TESTS = array array.c \ all: $(TESTS) -# bits needs the -c option for the "EXEC SQL TYPE" construct -bits.c: bits.pgc ../regression.h - $(ECPG) -c -o $@ -I$(srcdir) $< +oldexec.c: oldexec.pgc ../regression.h + $(ECPG) -r questionmarks -o $@ -I$(srcdir) $< |
