Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #326

Merged
merged 4 commits into from
Feb 26, 2024
Merged

Develop #326

merged 4 commits into from
Feb 26, 2024

Commits on Feb 25, 2024

  1. Range types implemented

    plus and minus infinity keyword tests implemented
    
    range table tests added
    
    skip cockroach db added
    
    select test case added for range fields
    
    generator modified to generate correct types
    
    generator tests modified to include sample range table
    
    model and template generators modified to support range fields
    
    returning the T in UPPER and LOWER functions
    
    raw ranges implemented
    
    bounds set as optional
    
    dep modified
    
    dependencies modified and issue fixed
    
    range expression with templates implemented
    
    rangeExpression change to make it more type safe
    
    third parameter of constructor function fixed
    
    literals removed, functions added
    
    tests modified
    
    constructor functions used for creating range expressions
    
    NumRange converted to a constructor function from literal
    
    range_lower and range_upper renamed to lower_bound and upper_bound
    
    range literal removed
    
    PlusInfinity and MinusInfinity implemented
    
    int4 and int8 castings added
    
    issues fixed and tests checked
    
    number, ts, tstz literal and cast implemented
    
    date range literal expression modified and raw function used
    
    parent type converted from RangeExpression to Expression
    
    range type implemented for postgres
    
    range column type, function and literal expression implemented
    
    CONTAINS and OVERLAP operations added for range expressions
    
    range expressions implemented
    sarkan-ag5 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    893567d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Merge pull request #307 from ag5/feature/daterange

    Feature/daterange
    go-jet authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f9f8268 View commit details
    Browse the repository at this point in the history
  2. Lower go.mod version.

    go-jet committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7b9a608 View commit details
    Browse the repository at this point in the history
  3. Update Readme.

    go-jet committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    55ed439 View commit details
    Browse the repository at this point in the history