Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdbaddcf

Browse files
committed
Added for Christof Petig:
< o Allow SELECT of array of strings into a auto-sized variable---> o -Allow SELECT of array of strings into a auto-sized variable> o auto allocation for indicator variable arrays (int *ind_p=NULL)> o auto allocation for string arrays (char **foo_pp=NULL)> o ECPGfree_auto_mem fixed> o all function names with external linkage are now prefixed by ECPG
1 parenta740c22 commitdbaddcf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎doc/TODO

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Thu Dec 27 23:32:28 EST 2001
3+
Last updated:Thu Dec 27 23:57:29 EST 2001
44

55
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -260,7 +260,7 @@ CLIENTS
260260
o -Allow variable to specify the connection name
261261
o -Fix variable handling in EXEC SQL AT statement
262262
o Implement SQLDA
263-
o Allow SELECT of array of strings into a auto-sized variable
263+
o-Allow SELECT of array of strings into a auto-sized variable
264264
o Solve cardinality > 1 for input descriptors / variables
265265
o Understand structure definitions outside a declare section
266266
o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified
@@ -271,6 +271,10 @@ CLIENTS
271271
o Fix nested C comments
272272
o Add SQLSTATE
273273
o fix handling of DB attributes taht are arrays
274+
o auto allocation for indicator variable arrays (int *ind_p=NULL)
275+
o auto allocation for string arrays (char **foo_pp=NULL)
276+
o ECPGfree_auto_mem fixed
277+
o all function names with external linkage are now prefixed by ECPG
274278

275279
REFERENTIAL INTEGRITY
276280

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp