- 11 Jun, 2007 2 commits
-
-
Michael Meskes authored
-
Michael Meskes authored
Made sure ecpg deletes output file in case of an error.
-
- 10 May, 2007 1 commit
-
-
Michael Meskes authored
- Renamed update test so it hopefully runs on Vista
-
- 27 Mar, 2007 1 commit
-
-
Tom Lane authored
-
- 17 Mar, 2007 1 commit
-
-
Michael Meskes authored
- Made some chars const as proposed by Stefan Huehner <stefan@huehner.org>. - Synced parser and keyword lists. - Copied two token parsing from backend parser to ecpg parser. - Also added a test case for this.
-
- 01 Feb, 2007 1 commit
-
-
Bruce Momjian authored
Standard English uses "may", "can", and "might" in different ways: may - permission, "You may borrow my rake." can - ability, "I can lift that log." might - possibility, "It might rain today." Unfortunately, in conversational English, their use is often mixed, as in, "You may use this variable to do X", when in fact, "can" is a better choice. Similarly, "It may crash" is better stated, "It might crash".
-
- 23 Oct, 2006 1 commit
-
-
Michael Meskes authored
-
- 08 Sep, 2006 1 commit
-
-
Michael Meskes authored
-
- 05 Sep, 2006 1 commit
-
-
Michael Meskes authored
Fixed ecpglib trying to read one character after end-of-string. Fixed port number setting in regression suite.
-
- 03 Sep, 2006 2 commits
-
-
Tom Lane authored
-
Michael Meskes authored
Added another regression test and fixed tcp test.
-
- 29 Aug, 2006 1 commit
-
-
Michael Meskes authored
Streamlined connection name parsing. Added Joachim's patch to shorten paths before diffing.
-
- 27 Aug, 2006 1 commit
-
-
Michael Meskes authored
- Fixed a memory leak/segfault in unsuccessful connection. - Some changes to test files.
-
- 24 Aug, 2006 2 commits
-
-
Michael Meskes authored
-
Michael Meskes authored
-
- 23 Aug, 2006 1 commit
-
-
Michael Meskes authored
Use initializer string length as size for character strings. Added ecpg_config.h file that is created via configure.
-
- 18 Aug, 2006 1 commit
-
-
Michael Meskes authored
Synced parser and keyword list. Fixed parsing of CONNECT statement so it accepts a C string again.
-
- 08 Aug, 2006 1 commit
-
-
Michael Meskes authored
Lots of small changes in regression test suite
-
- 02 Aug, 2006 1 commit
-
-
Michael Meskes authored
Implemented EXEC SQL UNDEF. Applied first version of the regression test patch by Joachim Wieland <joe@mcknight.de>.
-
- 28 Jul, 2006 1 commit
-
-
Michael Meskes authored
- SHOW statement puts result into a variable - COPY TO STDOUT works
-
- 26 Jun, 2006 1 commit
-
-
Michael Meskes authored
-
- 06 Jun, 2006 1 commit
-
-
Michael Meskes authored
Synced parser.
-
- 25 Apr, 2006 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Hans-J?rgen Sch?nig
-
- 07 Mar, 2006 1 commit
-
-
Tom Lane authored
not likely ever to be implemented seeing it's been removed from SQL2003. This allows getting rid of the 'filter' version of yylex() that we had in parser.c, which should save at least a few microseconds in parsing.
-
- 08 Feb, 2006 1 commit
-
-
Michael Meskes authored
Fixed missing continuation line character. Do not translate $-quoting. Bit field notation belongs to a variable not a variable list. Output of line number only done by one function.
-
- 04 Feb, 2006 1 commit
-
-
Michael Meskes authored
Added some default rules to lexer Added log output to prepare statement Added some more stuff to a test case
-
- 03 Feb, 2006 1 commit
-
-
Bruce Momjian authored
Add comment about $$ and '' SCONST strings.
-
- 01 Feb, 2006 1 commit
-
-
Bruce Momjian authored
-
- 24 Jan, 2006 1 commit
-
-
Michael Meskes authored
- Added another test case.
-
- 29 Dec, 2005 1 commit
-
-
Neil Conway authored
not be replaced with "ADD_P".
-
- 27 Dec, 2005 1 commit
-
-
Bruce Momjian authored
-
- 02 Dec, 2005 1 commit
-
-
Michael Meskes authored
-
- 27 Nov, 2005 1 commit
-
-
Tom Lane authored
per buildfarm report from platypus, even though older versions let it pass.
-
- 04 Oct, 2005 1 commit
-
-
Michael Meskes authored
Somehow I missed some parser changes, so this commit comes pretty late. I just synced the parser of ecpg against the backend version, but still have to sync the lexer. Also I fixed a bug in a bug fix I committed a few weeks ago. he check for a varchar pointer was incomplete.
-
- 24 Aug, 2005 1 commit
-
-
Michael Meskes authored
- Remove stary character from string quoting. - Fixed check to report missing varchar pointer implementation.
-
- 22 Aug, 2005 1 commit
-
-
Bruce Momjian authored
-
- 02 Jul, 2005 1 commit
-
-
Bruce Momjian authored
Improve code clarity by using macros for E'' processing.
-
- 10 Feb, 2005 1 commit
-
-
Michael Meskes authored
Yutaka <tanida@sra.co.jp>.
-
- 09 Feb, 2005 1 commit
-
-
Michael Meskes authored
-