Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Releases: besstiolle/orm-ms

v0.2.2

10 Feb 19:26
Compare
Choose a tag to compare

BE CAREFULL : your Module's constructor must be changed ! Read More

  • ADD : Improve loading of classes in Orm
  • ADD : Improve Junit
  • ADD : ByExample functions now support "OR" condition
  • ADD : Permission in the admin panel of ORM
  • FIX : errors during installation
  • FIX : ByExample $IN functionality was not correct
  • FIX : $BETWEEN value was not correct
  • FIX : int value 0 skipped as considered as null in updateEntity
  • FIX : remove wildcare '%' in "ByExample" functions
  • FIX : fix bug "the entity returned by insert function doesn't always have an ID" Read More

v0.2.1

28 Dec 15:46
Compare
Choose a tag to compare

Version 0.2.1

  • ADD : Improve admin style of Orm
  • ADD : Cancel button in edtion of OrmSkeleton
  • ADD : Primary key can now be set manually if not an autoincrement PK #51
  • CHANGE : remove old files unused anymore
  • CHANGE : Init the log file if it doesn't exists in admin
  • CHANGE : remove '%' from query by example LIKE
  • FIX : try to fix definitivly unix pb with name of classes #52
  • FIX : fix suffix of table in OrmUT
  • FIX : fix edtion of OrmSkeleton
  • FIX : Fix notice & warn PHP messages
  • FIX : Transient fields not skipped at INSERT/DELETE #50
  • FIX : Double field create a integer field in database #54
  • FIX : fix utf8 encoding in trace #53