summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Removed ecpg Changelog file that was only there for historical reasons and is...Michael Meskes2010-01-121-2457/+0
* Also update ChangerLog file.Michael Meskes2010-01-081-0/+4
* Forgot to add dynamic cursors to Changelog.Michael Meskes2009-11-261-0/+5
* Made ECPG more robust against applications freeing strings, based onMichael Meskes2009-10-151-0/+5
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix memory leak in de...Michael Meskes2009-10-011-0/+5
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add missing ";" to ru...Michael Meskes2009-09-151-0/+5
* Removed some variables no longer needed.Michael Meskes2009-09-031-0/+4
* Made sure sqlca is reset for declare cursor in Informix mode as pointed out byMichael Meskes2009-08-141-0/+6
* Added STRING datatype for Informix compatibility mode. This work isMichael Meskes2009-08-071-1/+7
* Fixed auto allocation for binary data types.Michael Meskes2009-02-021-0/+1
* Fixed bug in %s handling.Michael Meskes2009-02-021-0/+4
* Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> toMichael Meskes2008-12-171-0/+5
* Do not try to change a const variable.Michael Meskes2008-12-151-0/+4
* Applied patch by Ron Mayer <rm_pg@cheapcomplexdevices.com> to merge the newMichael Meskes2008-11-261-0/+2
* When creating a varchar struct name braces must be discarded.Michael Meskes2008-11-261-0/+4
* Do not eat memory even in case of an out-of-memory error.Michael Meskes2008-11-011-0/+4
* Fixed parsing of parameters. Added regression test for this.Michael Meskes2008-10-141-0/+4
* Fixed "create role" parsing to accept optional "with" argument.Michael Meskes2008-10-101-0/+4
* Synced parser.Michael Meskes2008-10-071-0/+4
* Synced parser.Michael Meskes2008-08-201-0/+4
* Fixed incorrect argument handling in SET command if argument is a variable.Michael Meskes2008-08-191-0/+4
* Synced parserMichael Meskes2008-06-261-0/+4
* Added lost sysmbol SQL_SQL to list of allowed variable names.Michael Meskes2008-06-041-0/+4
* Synced parser.Michael Meskes2008-05-201-0/+7
* Check for non-existant connection in prepare statement handling.Michael Meskes2008-05-121-0/+5
* PGTYPEStimestamp_sub should use the values and not the pointers to substract.Michael Meskes2008-04-101-0/+5
* - Moved from PQsetdbLogin to PQconnectDB.Michael Meskes2008-03-271-0/+5
* added ECPGget_PGconn to exports.txtMichael Meskes2008-03-251-0/+4
* Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.Michael Meskes2008-03-201-0/+5
* Changed statement escaping to not escape continuation line markers.Michael Meskes2008-03-201-0/+5
* Fixed bug that caused arrays of varchar to be output with incomplete name.Michael Meskes2008-03-021-0/+5
* - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...Michael Meskes2008-02-171-0/+5
* Changed the way symbols are defined in C in INFORMIX mode.Michael Meskes2008-02-151-0/+4
* - EXECUTE can return NOT FOUND so it should be checked here too.Michael Meskes2008-02-141-0/+2
* *** empty log message ***Michael Meskes2008-02-141-0/+3
* - Fixed segfault in ecpg when using an array element.Michael Meskes2008-02-071-0/+7
* Re-enabled variables in fetch/move command.Michael Meskes2008-01-151-0/+4
* Set valid return values even in case of an error to prevent segfaults.Michael Meskes2008-01-141-0/+5
* Changed prototype for ECPGdo because some compilers don't like int/enum alias...Michael Meskes2008-01-131-0/+5
* Fixed lexer to correctly parse C quotes.Michael Meskes2008-01-111-0/+4
* *** empty log message ***Michael Meskes2007-12-281-0/+7
* Fixed a few minor glitches pointed out by splint.Michael Meskes2007-12-211-0/+4
* Fixed two parser bugs.Michael Meskes2007-11-061-0/+4
* Synced parser and keyword list.Michael Meskes2007-10-101-0/+4
* Also created export list for pgytpeslib and compatlib.Michael Meskes2007-10-031-0/+3
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-031-0/+3
* Hopefully fixed some stuff that causes Windows builds to fail.Michael Meskes2007-10-031-0/+4
* ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safeMichael Meskes2007-10-021-0/+5
* Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>Michael Meskes2007-09-301-0/+5
* Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...Michael Meskes2007-09-261-0/+5