Skip to content

Release v.2.5.0

Compare
Choose a tag to compare
@go-jet go-jet released this 21 May 15:31
· 316 commits to master since this release
f0bf2c3
  • LATERAL queries support (wiki)
  • RawStatement support (wiki)
  • Expose statement Rows method (wiki)
  • Allow Raw helper to accept named arguments (wiki)
  • Lossless decimal types conversion (wiki)
  • Implicit CROSS JOIN support (wiki)
  • SQL builder schema rename support. (wiki)
  • [Bug][MySQL] UPDATE statement does not escape reserved word when MODEL is used (issue)
  • Allow Bytea literal constructor to accept byte array as well as string
  • New literal constructor functions: (wiki)
    • for each of the integer types - Int32(), UInt32(), Int64, UInt64(), etc..
    • for uuid literal - UUID()
    • for exact decimal literal - Decimal()