aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/sql/array.pgc
Commit message (Collapse)AuthorAge
* Fixed array handling in ecpg.Michael Meskes2015-02-10
| | | | | | When ecpg was rewritten to the new protocol version not all variable types were corrected. This patch rewrites the code for these types to fix that. It also fixes the documentation to correctly tell the status of array handling.
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
|
* Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.Michael Meskes2010-08-17
|
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
| | | | | | | | - Really prepare statements - Added more regression tests - Added auto-prepare mode - Use '$n' for positional variables, '?' is still possible via ecpg option - Cleaned up the sources a little bit
* Started to cleanup complex tests.Michael Meskes2006-09-05
Added some interval checks to regression suite.