forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdbaddcf
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 ECPG1 parenta740c22 commitdbaddcf
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
274 | 278 | | |
275 | 279 | | |
276 | 280 | | |
| |||
0 commit comments
Comments
(0)