1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

- Applied error reporting patch by Matthew Vanecek

- Started with an Informix compatibility option.
This commit is contained in:
Michael Meskes
2003-02-13 13:11:52 +00:00
parent e529e9fa44
commit 1a9b0613c1
9 changed files with 116 additions and 26 deletions

View File

@@ -1324,3 +1324,13 @@ Tue Jan 21 20:50:58 CET 2003
- Set ecpg version to 2.11.0.
- Synced preproc.y with gram.y.
Thu Feb 13 14:06:28 CET 2003
- Applied patch by Matthew Vanecek <mevanecek@yahoo.com> for better
error reporting.
- Started working on an Informix compatibility mode. With option "-C
INFORMIX" set, ecpg now accepts "$" as alias for "exec sql" and to
denote variables inside SQL statements.
- Set ecpg version to 2.12.0.