MiniORMUtils v3.00
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
- Big update on Query sub
- 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
- Added DBObject use in some cases instead of DBTable and DBView
- Added Reset2 sub
- Added Results2 sub returns the property from ORMTable
- Added SelectAllFromDBObject sub
- Added SelectFromTableOrView sub
- Added JournalMode sub
- Added ExecNonQuery sub (Private)
- Added ExecQuery sub (Private) returns a ResultSet
- Execute sub calls ExecNonQuery sub
- Updated Create sub
- Updated Insert sub
- Updated Save sub
- Updated Save3 sub
- Updated Delete sub
- Updated Destroy sub
- Updated SoftDelete sub
- Updated ViewExists sub
- Updated ViewExists2 sub
- Updated setId sub
- Removed conditional symbol WAL
- Removed SelectFromTable sub
- Removed SelectFromView sub
- Select2 sub removed - use Select instead
- Some internal variables renamed
Full Changelog: v2.63...v3.00