pgsql/src/interfaces/odbc convert.c convert.h - Mailing list pgsql-committers

From inoue@postgresql.org (Hiroshi Inoue)
Subject pgsql/src/interfaces/odbc convert.c convert.h
Date
Msg-id 20020425025008.E30BF4758DE@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    inoue@postgresql.org    02/04/24 22:50:08

Modified files:
    src/interfaces/odbc: convert.c convert.h

Log message:
    Fix for the following items about escape sequence

    by Marcelo Aceto <aceto@newinf.com.br> .

    1) Wrong translations of embedded escape sequences inside outer join escape
    sequences.
    2) Wrong translation of parameter markers inside outer joins and function
    escape sequences.
    3) Bad concatenation of date, time, timestamp constants with next word in
    statement:


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/backend/libpq crypt.c hba.c
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/ ontrib/findoidjoins/README.findoidjoins ...