Thread

  1. Keyword

    Michael Meskes <meskes@topsystem.de> — 1998-03-13T10:22:08Z

    I'm currently trying to get ecpg more in line with the backends parser.
    Doing so I found ecpg accepts a syntax the backend doesn't. It's 'commit
    work release' which is accepted for compatibility with Oracle. How about
    allowing this in the backend, too?
    
    Michael
    -- 
    Dr. Michael Meskes, Project-Manager    | topsystem Systemhaus GmbH
    meskes@topsystem.de                    | Europark A2, Adenauerstr. 20
    meskes@debian.org                      | 52146 Wuerselen
    Go SF49ers! Go Rhein Fire!             | Tel: (+49) 2405/4670-44
    Use Debian GNU/Linux!                  | Fax: (+49) 2405/4670-10
    
    
  2. Re: [HACKERS] Keyword

    Thomas Lockhart <lockhart@alumni.caltech.edu> — 1998-03-13T15:04:21Z

    > I'm currently trying to get ecpg more in line with the backends
    > parser. Doing so I found ecpg accepts a syntax the backend doesn't.
    > It's 'commit work release' which is accepted for compatibility with
    > Oracle. How about allowing this in the backend, too?
    
    I don't want to sound too fussy here, but does this statement provide
    any functionality missing from the SQL92 syntax 'commit [work]'? If not,
    then perhaps Oracle users could start writing portable code if they
    cared to?
    
                           - Tom