Skip to content

Releases: Databasic-NET/Databasic

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

12 Nov 22:12
Compare
Choose a tag to compare

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

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

23 Oct 17:26
Compare
Choose a tag to compare

Fixed

  • database provider detection

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

23 Oct 15:35
Compare
Choose a tag to compare

Changes

  • all projects moved into Visual Studio 2017
  • added system references for System.Data, System.Core... where necessary - now it's not required after each Databasic nuget package instalation to add those references manualy
  • all projects references refactoring

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

16 Oct 17:04
Compare
Choose a tag to compare

Bugs/fixes

  • multiple project usage

Updates

  • NuGet transformation configs updates
  • readme files
  • dependencies
  • revision version autoincrement for each build
  • github repos refactoring (renamed to the same form as in global Databasic solution)
  • icon

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

10 Oct 18:19
Compare
Choose a tag to compare

Added

  • Databasic.Connection.RegisterConfigRecord(string name, string connectionString, Databasic.ProviderName providerName, overwriteExisting = false);
  • Databasic.Connection.RegisterConfigRecord(string name, string connectionString, string providerName, overwriteExisting = false);

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

08 Oct 14:50
Compare
Choose a tag to compare

DbSharp - C#/VB.NET Database Utility v1.0.0

16 May 23:15
Compare
Choose a tag to compare