[COMMITTERS] pgsql: Fix handling of array of char pointers in ecpglib.

2014-05-06 Thread Michael Meskes
Fix handling of array of char pointers in ecpglib. When array of char * was used as target for a FETCH statement returning more than one row, it tried to store all the result in the first element. Instead it should dump array of char pointers with right offset, use the address instead of the value

[COMMITTERS] pgsql: Fix handling of array of char pointers in ecpglib.

2014-05-06 Thread Michael Meskes
Fix handling of array of char pointers in ecpglib. When array of char * was used as target for a FETCH statement returning more than one row, it tried to store all the result in the first element. Instead it should dump array of char pointers with right offset, use the address instead of the value

[COMMITTERS] pgsql: Fix handling of array of char pointers in ecpglib.

2014-05-06 Thread Michael Meskes
Fix handling of array of char pointers in ecpglib. When array of char * was used as target for a FETCH statement returning more than one row, it tried to store all the result in the first element. Instead it should dump array of char pointers with right offset, use the address instead of the value

[COMMITTERS] pgsql: Fix handling of array of char pointers in ecpglib.

2014-05-06 Thread Michael Meskes
Fix handling of array of char pointers in ecpglib. When array of char * was used as target for a FETCH statement returning more than one row, it tried to store all the result in the first element. Instead it should dump array of char pointers with right offset, use the address instead of the value

[COMMITTERS] pgsql: Fix handling of array of char pointers in ecpglib.

2014-05-06 Thread Michael Meskes
Fix handling of array of char pointers in ecpglib. When array of char * was used as target for a FETCH statement returning more than one row, it tried to store all the result in the first element. Instead it should dump array of char pointers with right offset, use the address instead of the value