Skip to content

0.27.0

Compare
Choose a tag to compare
@AmrDeveloper AmrDeveloper released this 07 Sep 14:40
· 145 commits to master since this release
  • Improve comparing Arrays values.
  • Support Range data types.
  • Implement int4range range function.
  • Implement daterange range function.
  • Implement tsrange range function.
  • Simplify the dynamic types helper functions.
  • Implement ARRAY_PREPEND function.
  • Implement ARRAY_REMOVE function.
  • Implement ARRAY_APPEND Array function.
  • Implement ARRAY_REPLACE Array function.
  • Update ARRAT_POSITION signature.
  • Organize the std functions registers.
  • Implement BIT_XOR Aggregation function.
  • Implement ARRAY_AGG Aggregation function.
  • Improve the type checker to resolve dynamic types in arguments.
  • Implement Contains operator @> between Range and Element.