MiniORMUtils v3.30
Another major update!
What's New
- BLOB column is now supported
- ColumnsType property is added as Map of column name (or alias) as key and column type as value.
- Specifying the ColumnsType is highly recommended especially when working with BLOB. It will fail in B4A if attempt to convert BLOB to String.
- Parameters variable is now array of Object. It is no longer a List in B4J nor array of String in B4A and B4i.
- Most subs are affected by #4 and updated
- Query sub updated
- DBUtils and JSON libraries are no longer required for B4A and B4i. These libraries have been removed in manifest.txt
- First property is not returning a default Map
- Execute2 sub added