LogoLogo
9.6.0
9.6.0
  • Introduction
  • What's New?
  • Installation & Usage
  • Migration Guide
  • Contributing & Filing Issues
  • Query Builder
    • Getting a New Query
    • Building Queries
      • Selects
      • From
      • Joins
      • Wheres
      • Order By
      • Group By and Having
      • Limit, Offset, and Pagination
      • Locks
      • Unions
      • Common Table Expressions (i.e. CTEs)
      • Raw Expressions
      • When / Conditionals
      • Query Parameters and Bindings
    • Executing Queries
      • Retrieving Results
      • Aggregates
      • Inserts, Updates, and Deletes
    • Options and Utilities
      • Query Options and Utilities
      • Clone and Reset
      • Return Format
      • Column Formatter
      • Interception Points
    • Debugging
      • sqlCommenter
  • Schema Builder
    • Overview
    • Create
    • Columns
    • Column Modifiers
    • Column Constraints
    • Creating Table Constraints
    • Alter
    • Drop
    • Debugging
  • External Links
    • API Docs
    • Source Code
    • Issue Tracker
Powered by GitBook
On this page
  • v9.0.0
  • Dropped support for Adobe ColdFusion 2016
  • SchemaBuilder's uuid split into guid() and uuid()
  • Returning all rows from paginate when maxRows is 0 or lower
  • autoDeriveNumericType is now the default
  • v8.0.0
  • Where clauses with an OR combinator are now automatically wrapped inside when callbacks
  • v7.0.0
  • Lucee 4.5 and Adobe ColdFusion 11 EOL
  • MSSQLGrammar renamed to SqlServerGrammar
  • Variadic Parameters Support Removed
  • defaultGrammar updated to be the full WireBox mapping
  • value method argument order changed
  • Some methods renamed callback to query
  • v5.0.0

Was this helpful?

Edit on GitHub
Export as PDF

Migration Guide

PreviousInstallation & UsageNextContributing & Filing Issues

Was this helpful?