sqlkata/querybuilder

Insert/Update a geometry field

bad-ch opened this issue · 1 comments

Is there already a way to use such constructs <<< geometry::STGeomFromText('POINT(2702172.391 1268000.746)', 0) >>> for an update or an insert. UnsafeLiteral is not usable for this case.

I found the solution, with Expressions.UnsafeLiteral("", false) you could use the expression above in the update/insert object