Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fleetbase/core-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: fleetbase/core-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/add-missing-sql-functions
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 20, 2025

  1. Allow computed columns to reference other computed columns

    - Updated ComputedColumnValidator.validate() to accept array of computed columns
    - Updated validateColumnReferences() to check if a reference is to another computed column
    - Updated ReportQueryConverter to pass computed_columns array to validator
    - Enables computed columns to build on top of each other (e.g., monthly_hire_revenue_current can reference hire_days_current_month)
    - Fixes validation error: "Column reference 'hire_days_current_month' does not exist"
    
    This allows for more modular and reusable computed column definitions.
    Manus AI committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    ebe146b View commit details
    Browse the repository at this point in the history
Loading