Replies: 3 comments 4 replies
-
Will finish the unit test cases once I got to know if this is by design or not^___^ |
Beta Was this translation helpful? Give feedback.
-
This makes sense, when mapping to a class object, the type are going to be strict. I'll add scaler functions for IsNumeric() and IsString() so users can do some sanity checks on their own data. The real answer here is that if you are storing various data types, then you should deserialize to string properties. |
Beta Was this translation helpful? Give feedback.
-
Added IsString, IsInteger and IsDouble scaler functions. |
Beta Was this translation helpful? Give feedback.
-
For insert query like
The collapsedValue saved to page content is always string...
Is this by design that when querying all rows in testSch, the user should choose the correct type T for MapTo by himself/herself?
So far these queries work fine
But if we removed the where condition for the second and third queries, exception thrown...
Beta Was this translation helpful? Give feedback.
All reactions