summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 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
* Synced parser and keyword list.Michael Meskes2007-09-041-0/+4
* Fixed bug in Informix define handling.Michael Meskes2007-08-291-0/+4
* More cleaning up and removed some duplicates.Michael Meskes2007-08-221-0/+4
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-141-2/+12
* Synced parserMichael Meskes2007-07-251-0/+4
* Synced parser and keyword list.Michael Meskes2007-06-121-1/+5
* Should not try to unlink stdout.Michael Meskes2007-06-111-0/+5
* Applied Joachim's patch for ecpg_config.h creation on Vista.Michael Meskes2007-05-271-0/+5
* Do not try to find local timezone in DecodeDateTime() because theMichael Meskes2007-05-211-3/+3
* tackling Vista problem - another tryMichael Meskes2007-05-201-1/+1
* Removed mktime() call to hopefully get rid of some compatibility problems.Michael Meskes2007-05-171-4/+9
* - Synced parser and keyword listMichael Meskes2007-05-101-0/+5
* Inlined two functions to get rid of va_list problems on some archs.Michael Meskes2007-04-271-0/+5
* - Added patch by Magnus Hagander <magnus@hagander.net> to use nativeMichael Meskes2007-03-291-0/+6
* - Changed some whitespacing in connect statement.Michael Meskes2007-03-171-14/+21
* Fixed multibyte handling as reported by <harada.toshi@oss.ntt.co.jp>.Michael Meskes2007-02-111-0/+4
* Applied Magnus Hagander's patch to take away some compiler warnings.Michael Meskes2007-02-021-0/+1
* Cleaned up va_list handling. Hopefully this now works on all archs.Michael Meskes2007-02-021-0/+4
* Removed compiler warning due to unneeded unsigned declaration.Michael Meskes2007-01-251-0/+7
* Applied patch by Peter Harris to free auto_mem structure on connectMichael Meskes2006-11-081-0/+4
* Added missing constuctor/destructor for interval and date.Michael Meskes2006-09-141-0/+5
* Lost some changes yet againMichael Meskes2006-09-051-0/+2