Skip to content
  • Kirk Webb's avatar
    · a48210ac
    Kirk Webb authored
    Change types of latitude and longitude columns in widearea_nodeinfo to
    float (instead of float(6,5)) to fix problem with values getting adjusted
    improperly during insert.  Apparently the definition of the float(n,m)
    type is non-standard, and has changed since sql 3.x.  Regular float
    columns will do fine here.
    a48210ac