Skip to content

Databasic - C#/VB.NET Database Utility v1.2.8

Latest
Compare
Choose a tag to compare
@tomFlidr tomFlidr released this 12 Nov 22:12
· 5 commits to master since this release

Added

  • supported assigning row(s) to Object
  • enum types featured
    • new compilation attribute to switch which value from enum to have in database
    • automatic values conversion from database into enums and back

Refactored

  • more methods marked as overridable
  • begin transaction methods refactored
  • try/catch added into 'Databasic.Statement.toXxxxx()' methods

Fixed

  • manual connection registering