Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@alex-davies alex-davies released this 14 Oct 09:53
e8a3d8e
  • Added additional functions to OData language
    • int length(string p0)
    • int indexof(string p0, string p1)
    • string replace(string p0, string find, string replace)
    • string substring(string p0, int pos)
    • string substring(string p0, int pos, int length)
    • string tolower(string p0)
    • string toupper(string p0)
    • string trim(string p0)
    • string concat(string p0, string p1)
    • double round(double p0)
    • double floor(double p0)
    • decimal floor(decimal p0)
    • double ceiling(double p0)
  • Fixe issue with OData language where bitwise and/or operations were being used instead of condition