PDF (US Ltr)
- 119.8Kb
PDF (A4)
- 119.5Kb
Some values stored in DECIMAL and NUMERIC columns lost precision when returned back to the client after executing a table query. The numeric conversion logic now returns all such values as raw strings rather than returning some as JavaScript numbers which lost precision. (Bug #35707417)
Date and time operators are now allowed in X DevAPI expressions. (Bug #35690736)
Rows can now be inserted into a table using CRUD with an X DevAPI expression. For example, a geometry object can now be inserted into a geometry column with table.insert(). (Bug #35666605)