summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/data.c
AgeCommit message (Expand)Author
2006-01-17Data transferred binary is now put into the variables verbatim.Michael Meskes
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-24 - Check for NULL before checking whether argument is an array.Michael Meskes
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-07-04Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes
2004-06-28Arrays can be read as arrays or as character strings now.Michael Meskes
2004-06-27- Only use typedefs inside their scope.Michael Meskes
2004-05-05- Fixed bug in adjust_informix that treated arrays as simple variables.Michael Meskes
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-08Made sure an internal array is not treated as a user defined one.Michael Meskes
2003-09-20- Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.Michael Meskes
2003-09-19Removed superfluous return statement in get_data.Michael Meskes
2003-09-18- Accept output variables for FETCH in DECLARE statement.Michael Meskes
2003-09-09- Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes
2003-08-04pgindent run.Bruce Momjian
2003-08-01Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut
2003-08-01- Added some Informix error codes in Informix mode.Michael Meskes
2003-07-18Added more compat stuff ot the parser.Michael Meskes
2003-07-17Allow blanks at the end of numerical values.Michael Meskes
2003-07-08More informix fixes.Michael Meskes
2003-07-01Use ISO dates in pgtypeslib by default.Michael Meskes
2003-06-26Added just another compatibility level for Informix.Michael Meskes
2003-06-25Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes
2003-06-22Added missing terminating '\0' char for data put into char *.Michael Meskes
2003-06-19Fixed fetch into char * and added missing prototype for an Informix function.Michael Meskes
2003-06-15Make ecpg thread safe.Bruce Momjian
2003-04-01More patches for informix compatibility.Michael Meskes
2003-03-27More changes to pgtypeslib and set optimization to -O1.Michael Meskes
2003-03-20Started adding date and timestamp.Michael Meskes
2003-03-16Started working on a seperate pgtypes library. First test work. PLEASE test c...Michael Meskes