projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61bf982
)
Added SQLSTATE macro closing bug #3961.
author
Michael Meskes
<
[email protected]
>
Thu, 14 Feb 2008 12:38:27 +0000
(12:38 +0000)
committer
Michael Meskes
<
[email protected]
>
Thu, 14 Feb 2008 12:38:27 +0000
(12:38 +0000)
src/interfaces/ecpg/include/ecpglib.h
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/include/ecpglib.h
b/src/interfaces/ecpg/include/ecpglib.h
index 6e0c70c07c3fff3c67de57ebd13d0ce56b7e5438..ddf60797df84cf3f81188ae9ad17dbf5a2861b64 100644
(file)
--- a/
src/interfaces/ecpg/include/ecpglib.h
+++ b/
src/interfaces/ecpg/include/ecpglib.h
@@
-61,7
+61,8
@@
void sqlprint(void);
/* define this for simplicity as well as compatibility */
-#define SQLCODE sqlca.sqlcode
+#define SQLCODE sqlca.sqlcode
+#define SQLSTATE sqlca.sqlstate
/* dynamic SQL */