diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 1999-11-28 22:02:17 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 1999-11-28 22:02:17 +0000 |
| commit | 66dbcd47ed3c5f8ca7ae8748fa6eed540ebfd18d (patch) | |
| tree | 3748fd3ab498dc34f44f87e468f53e57046b064d /src/interfaces/jdbc/postgresql/Driver.java | |
| parent | fb55fa04786a759befb356e404b29a25c72d0f8a (diff) | |
Fix "Unable to identify an operator =$" problem that occurred when pgsql
expressions were written without spaces between operators and operands.
Problem was that something like "if new.f1=new.f2 then" would be translated
to "if $1=$2 then", and the Postgres lexer would tokenize that the wrong
way. Fix is to emit spaces around $paramno constructs to ensure they are
seen as separate tokens.
Diffstat (limited to 'src/interfaces/jdbc/postgresql/Driver.java')
0 files changed, 0 insertions, 0 deletions
