Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
7ea9c948
Commit
7ea9c948
authored
21 years ago
by
Michael Meskes
Browse files
Options
Downloads
Patches
Plain Diff
Updating ECPG todo items.
parent
a64927f9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/TODO
+9
-5
9 additions, 5 deletions
doc/TODO
with
9 additions
and
5 deletions
doc/TODO
+
9
−
5
View file @
7ea9c948
...
@@ -262,17 +262,21 @@ Clients
...
@@ -262,17 +262,21 @@ Clients
o Add LISTEN/NOTIFY support to the JDBC driver (Barry)
o Add LISTEN/NOTIFY support to the JDBC driver (Barry)
* ECPG
* ECPG
o Docs
o Implement set descriptor, using descriptor
o Implement set descriptor, using descriptor
o Make casts work in variable initializations
o Implement SQLDA
o Allow multi-threaded use of SQLCA
o Solve cardinality > 1 for input descriptors / variables
o Solve cardinality > 1 for input descriptors / variables
o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified
o Improve error handling
o Improve error handling
o Add a semantic check level, e.g. check if a table really exists
o Add a semantic check level, e.g. check if a table really exists
o Fix nested C comments
o Add SQLSTATE
o Add SQLSTATE
o fix handling of DB attributes that are arrays
o fix handling of DB attributes that are arrays
o Use backend prepare/execute facility for ecpg where possible
o Make casts work in variable initializations
o Implement SQLDA (do we really need this?)
o Fix nested C comments
o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified
o -Allow multi-threaded use of SQLCA
o -Understand structure definitions outside a declare section
o -Allow :var[:index] or :var[<integer>] as cvariable for an array var
* Python
* Python
o Allow users to register their own types with pg_
o Allow users to register their own types with pg_
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment