Skip to content

Releases: Databasic-NET/Databasic.OracleSql

Databasic.OracleSql - 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

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

Choose a tag to compare

@tomFlidr tomFlidr released this 23 Oct 17:27

Fixed

  • database provider detection

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

Choose a tag to compare

@tomFlidr tomFlidr released this 23 Oct 15:40

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.OracleSql - 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.OracleSql - 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);