Thread

  1. Geometry test broken

    Jan Wieck <janwieck@t-online.de> — 2000-07-21T11:11:32Z

    FYI,
    
        PATH  seems  to be an SQL3 reserved keyword (someone added it
        to the parser as such).
    
        But there is a geometric function  path(),  which  cannot  be
        used  any  more,  thus breaking the regression test.  Neither
        could path be used as identifier  for  tables/attributes  any
        more.
    
        Shouldn't it be allowed as identifier?
    
    
    Jan
    
    --
    
    #======================================================================#
    # It's easier to get forgiveness for being wrong than for being right. #
    # Let's break this rule - forgive me.                                  #
    #================================================== JanWieck@Yahoo.com #
    
    
    
    
  2. Re: Geometry test broken

    Thomas Lockhart <lockhart@alumni.caltech.edu> — 2000-07-22T01:43:37Z

    >     PATH  seems  to be an SQL3 reserved keyword (someone added it
    >     to the parser as such).
    
    I introduced this recently, and have patches to fix it. The patches
    slightly alter the allowed argument space for some other constructs, but
    all of the regression tests pass. Will commit asap (as I claimed I would
    do a few days ago; sorry for the delay).
    
                         - Thomas