Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
6d5be886
Commit
6d5be886
authored
Oct 08, 2001
by
Michael Meskes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix include file so library is binary compatible again.
parent
bbea1296
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/ChangeLog
+5
-0
src/interfaces/ecpg/include/ecpgtype.h
src/interfaces/ecpg/include/ecpgtype.h
+2
-2
No files found.
src/interfaces/ecpg/ChangeLog
View file @
6d5be886
...
...
@@ -1120,5 +1120,10 @@ Fri Okt 5 08:37:01 CEST 2001
Fri Okt 5 19:33:46 CEST 2001
- Make sure every call to ECPGraise is logged.
Mon Okt 8 10:10:23 CEST 2001
- Fix include file so library is binary compatible again.
- Set ecpg version to 2.9.0.
- Set library version to 3.3.0.
src/interfaces/ecpg/include/ecpgtype.h
View file @
6d5be886
...
...
@@ -68,8 +68,8 @@ extern "C"
ECPGd_ret_octet
,
ECPGd_scale
,
ECPGd_type
,
ECPGd_
cardinality
,
ECPGd_
EODT
/* End of descriptor types. */
ECPGd_
EODT
,
/* End of descriptor types. */
ECPGd_
cardinality
};
#define IS_SIMPLE_TYPE(type) (((type) >= ECPGt_char && (type) <= ECPGt_varchar2) || ((type)>=ECPGt_long_long && (type) <= ECPGt_unsigned_long_long))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment