Skip to content

MiniORMUtils v3.00

Choose a tag to compare

@pyhoon pyhoon released this 23 May 20:24
· 154 commits to main since this release

This is a major update.
This may break compatibility with older app (especially not tested for B4A and B4i which will be fix in next version if there is any error).

What's New

  1. Big update on Query sub
  2. ORMTable type
    • Added Results2 property with "__order" key -> helps for generating ordered key JSON
    • Added Columns property as List (vs map as in ORMResults type)
    • Added Rows property (same as ORMResults type Rows)
    • Removed Row property
  3. Added DBObject use in some cases instead of DBTable and DBView
  4. Added Reset2 sub
  5. Added Results2 sub returns the property from ORMTable
  6. Added SelectAllFromDBObject sub
  7. Added SelectFromTableOrView sub
  8. Added JournalMode sub
  9. Added ExecNonQuery sub (Private)
  10. Added ExecQuery sub (Private) returns a ResultSet
  11. Execute sub calls ExecNonQuery sub
  12. Updated Create sub
  13. Updated Insert sub
  14. Updated Save sub
  15. Updated Save3 sub
  16. Updated Delete sub
  17. Updated Destroy sub
  18. Updated SoftDelete sub
  19. Updated ViewExists sub
  20. Updated ViewExists2 sub
  21. Updated setId sub
  22. Removed conditional symbol WAL
  23. Removed SelectFromTable sub
  24. Removed SelectFromView sub
  25. Select2 sub removed - use Select instead
  26. Some internal variables renamed

Full Changelog: v2.63...v3.00