diff options
| author | Michael Meskes <meskes@postgresql.org> | 2019-05-22 04:58:29 +0200 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2019-05-22 04:58:29 +0200 |
| commit | a1dc6ab465986a62b308dd1bb8da316b5ed9685a (patch) | |
| tree | e7ca21165238a726731a69e7fb1e50e77c51263f /src/interfaces/ecpg/test/sql/Makefile | |
| parent | 5af2e976d72aa345337596cc986237c57e1146b2 (diff) | |
Implement PREPARE AS statement for ECPG.
Besides implementing the new statement this change fix some issues with the
parsing of PREPARE and EXECUTE statements. The different forms of these
statements are now all handled in a ujnified way.
Author: Matsumura-san <matsumura.ryo@jp.fujitsu.com>
Diffstat (limited to 'src/interfaces/ecpg/test/sql/Makefile')
| -rw-r--r-- | src/interfaces/ecpg/test/sql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/sql/Makefile b/src/interfaces/ecpg/test/sql/Makefile index 4e018ccb524..876ca8df3e6 100644 --- a/src/interfaces/ecpg/test/sql/Makefile +++ b/src/interfaces/ecpg/test/sql/Makefile @@ -27,7 +27,8 @@ TESTS = array array.c \ twophase twophase.c \ insupd insupd.c \ declare declare.c \ - bytea bytea.c + bytea bytea.c \ + prepareas prepareas.c all: $(TESTS) |
