• Thomas G. Lockhart's avatar
    Add SQL/92 "constants" current_date, current_time, and current_timestamp. · 16d65f5c
    Thomas G. Lockhart authored
    Add SQL/92 types decimal and numeric (temporary for syntax support).
     These types need more support in the backend to be really implemented,
     and the parser will need to be changed at that time.
    Adjust limits on precision parameters for FLOAT(p) to match IEEE-compliant
     arithmetic. Perhaps these limits should be processor-specific or obtained
     from system include files instead.
    16d65f5c
gram.y 79.8 KB