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
9db6b7f3
Commit
9db6b7f3
authored
Mar 05, 1999
by
Michael Meskes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
e0345e09
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/ChangeLog
+11
-0
src/interfaces/ecpg/TODO
src/interfaces/ecpg/TODO
+1
-5
No files found.
src/interfaces/ecpg/ChangeLog
View file @
9db6b7f3
...
...
@@ -487,5 +487,16 @@ Fri Feb 26 07:18:25 CET 1999
Sat Feb 27 20:30:03 CET 1999
- Added automatic allocating for NULL pointers.
Mon Mar 1 20:16:24 CET 1999
- Fixed parser bug that caused it to miss some blanks during output.
Thu Mar 4 19:49:28 CET 1999
- Fixed bug in ecpglib.c that caused it to allocate to few memory.
- Switched memory allocation to calloc() to make sure memory is
cleared.
- Fixed varchar auto-allocating.
- Set library version to 3.0.0
- Set ecpg version to 3.0.0
src/interfaces/ecpg/TODO
View file @
9db6b7f3
...
...
@@ -11,11 +11,7 @@ DESCRIPTOR statement will be ignored.
it would be nice to be able to use :var[:index] as cvariable
it would also be nice to be able to work with varchar * (inculding automatic
allocating)
support for dynamic SQL with unknown number of variables with SQLDA structure
or something similar
support for dynamic SQL with unknown number of variables with DESCRIPTORS
Missing statements:
- exec sql allocate
...
...
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