Skip to content

MiniORMUtils v3.30

Choose a tag to compare

@pyhoon pyhoon released this 25 May 19:35
· 144 commits to main since this release

Another major update!

What's New

  1. BLOB column is now supported
  2. ColumnsType property is added as Map of column name (or alias) as key and column type as value.
  3. Specifying the ColumnsType is highly recommended especially when working with BLOB. It will fail in B4A if attempt to convert BLOB to String.
  4. Parameters variable is now array of Object. It is no longer a List in B4J nor array of String in B4A and B4i.
  5. Most subs are affected by #4 and updated
  6. Query sub updated
  7. DBUtils and JSON libraries are no longer required for B4A and B4i. These libraries have been removed in manifest.txt
  8. First property is not returning a default Map
  9. Execute2 sub added