aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test
Commit message (Expand)AuthorAge
* Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,Bruce Momjian2006-05-21
* Supress ecpg thread test if configure didn't enable threads. FixBruce Momjian2003-12-19
* Added missing "commit" in test case.Michael Meskes2003-10-12
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-27
* - Fixed order mismatch in processing "using" arguments.Michael Meskes2003-09-22
* - Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes2003-09-09
* Improve prototype casting for thread calls.Bruce Momjian2003-09-05
* Fixed connect statement with username in variable.Michael Meskes2003-08-26
* Clean up function header.Bruce Momjian2003-08-07
* Make table column type TEXT.Bruce Momjian2003-08-07
* Add iteration option to thread test program.Bruce Momjian2003-08-07
* Update ecpg thread testing program to be more automated.Bruce Momjian2003-08-07
* Add ecpg thread testing file.Bruce Momjian2003-08-06
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-01
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-01
* Added explicit casts for date/interval/timestamp.Michael Meskes2003-07-25
* Fixed mdy functions to use correct offset.Michael Meskes2003-07-24
* Started to create different error codes for different backend messages.Michael Meskes2003-07-15
* - Synced preproc.y with gram.yMichael Meskes2003-07-14
* More informix fixes.Michael Meskes2003-07-08
* date, interval and timestamp data should be quoted.Michael Meskes2003-07-04
* Fixed informix behaviour for select without into.Michael Meskes2003-07-04
* Use ISO dates in pgtypeslib by default.Michael Meskes2003-07-01
* - Made sure Informix style decimal vars are initialized. They use aMichael Meskes2003-06-29
* Added just another compatibility level for Informix.Michael Meskes2003-06-26
* Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes2003-06-25
* Just another Informix compatibility change. They uses "free" for cursors as w...Michael Meskes2003-06-20
* Allow constants in using clauses.Michael Meskes2003-06-20
* - Enable FETCH without INTO.Michael Meskes2003-06-13
* Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype.Michael Meskes2003-05-30
* Changed variable parsing so struct[n].attr works.Michael Meskes2003-05-29
* Forgot these.Michael Meskes2003-05-23
* ecpg now recognizes named structs/unions. So you don't have to list the whole...Michael Meskes2003-05-22
* - Added more compatibility functions.Michael Meskes2003-05-14
* Get rid of inappropriate flags in CPPFLAGS override --- these breakTom Lane2003-04-08
* Moved Informix stuff to its own compat library. Interval datetype is now full...Michael Meskes2003-03-30
* More changes to pgtypeslib and set optimization to -O1.Michael Meskes2003-03-27
* Started adding date and timestamp.Michael Meskes2003-03-20
* Some bugfixes for numerical library.Michael Meskes2003-03-18
* Started working on a seperate pgtypes library. First test work. PLEASE test c...Michael Meskes2003-03-16
* - Synced parser and keyword file.Michael Meskes2003-02-14
* Include stdio.h and stdlib.h for completeness.Thomas G. Lockhart2002-04-21
* Add missing include.Peter Eisentraut2002-04-20
* When a macro is replaced by the preprocessor, pgc.l reaches a end ofBruce Momjian2002-04-05
* Added typedef patches and a new option '-c' to automatically create C typedef...Michael Meskes2002-03-21
* Just one more test case.Michael Meskes2002-03-20
* Change made to elog:Bruce Momjian2002-03-06
* Added patch to temporarily disable locale for descriptors too (Christof)Michael Meskes2002-01-23
* - Fixed variable handling for struct members.Michael Meskes2002-01-13
* Fixed parser to accept initializing expressions starting with "(".Michael Meskes2002-01-07