Skip to content

Releases: Databasic-NET/Databasic.SQLite

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

Choose a tag to compare

@tomFlidr tomFlidr released this 30 Nov 14:10
release 1.2.8

- provider resource bugfix to parse column names
- provider resource bugfix to get last inserted id
- config bugfix with providerName

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

Choose a tag to compare

@tomFlidr tomFlidr released this 23 Oct 17:26

Fixed

  • database provider detection

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

Choose a tag to compare

@tomFlidr tomFlidr released this 23 Oct 15:41

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.SQLite - C#/VB.NET Database Utility v1.2.4

Choose a tag to compare

@tomFlidr tomFlidr released this 17 Oct 09:30

Bugs/fixes

  • multiple project usage

Updates

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

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

Choose a tag to compare

@tomFlidr tomFlidr released this 10 Oct 18:25

Added

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