Skip to content

Releases: appany/AppAny.Quartz.EntityFrameworkCore.Migrations

0.5.1

29 Apr 10:34
a6d3cb6
Compare
Choose a tag to compare
Upgraded packages and introduced Testcontainers for the integration t…

…ests. (#64)

* Updated packages.

* Added .vs folder to .gitignore

* Introduced Testcontainers to execute the integration tests.

0.5.0

08 Jan 12:45
6855136
Compare
Choose a tag to compare
Bump packages, update CI to dotnet 8 (#62)

0.4.0

01 Jan 22:46
17b82f1
Compare
Choose a tag to compare
Removed the use of schema for Sqlite as this is not supported by Sqli…

…te and causes warnings during migrations (#55)

0.3.0

15 Dec 15:29
b78888b
Compare
Choose a tag to compare
SQLite implementation (#50)

* Draft version of SQLite implementation with integration test

* Added a static reference for every table name in SQLite project, this is to keep all table names consistent across database types

* Added SQLite migration test

* Removed shouldly import

* Assert.Null instead of  Assert.NotNull on recording exception

* Added publish package entry for SQLite

* Forgot a prefix in QuartzTriggerConfiguration

* Added integration test for SQLite which ensure the created dbcontext can be used as a JobStore

* Removed the static table name references from the Entities

* Fixed rebase merge error

* Capitalised all column names for SQLite

* Changed the signature of UseSQLite to have optional prefix and schema parameters

* Removed nullable strings from the EntityConfiguration and corrected readonly name format

* Organised the testing files into individual folder per database type

* Changed signature for the UsePostgreSql() to use prefix and schema as parameters

* Changed all column names to uppercase for MySQL entity configurations

* Changed signature for the UseMySql() to use prefix as parameter

* Corrected namespace for MySql configurations

* Corrected namespace for MySql configurations
Changed signature for the UseSqlServer() to use prefix and schema as parameters

* Removed obsolete UsePrefix and UseSchema

* Updated Readme to reflect current supported databases and made it more clear with examples

* Updated the csproj of SQLite project

* Made all name spacing consistent to just `AppAny.Quartz.EntityFrameworkCore.Migrations.{{ Provider }}`

* Removed extra line

* Added clarification that prefix and schema can be passed as parameters

* Added default parameter value for schema in UseSqlite() and UseSqlServer()

0.2.0

15 Dec 08:38
9233fe1
Compare
Choose a tag to compare
Some code cleanups + renamings (#52)

0.1.18

10 Dec 21:28
a317229
Compare
Choose a tag to compare
Update package.yaml

0.1.17

21 Jan 13:56
e6bdd64
Compare
Choose a tag to compare
Bump ef core to 6.0.2 (#41)

0.1.16

14 Dec 18:25
cdccbff
Compare
Choose a tag to compare
Bump dependencies (#40)

* Bump dependencies

* Use C# 10

* Use rc1

* Bump packages

* Bump packages

* Bump packages

* Bump packages

0.1.15

24 Jul 18:51
0611e99
Compare
Choose a tag to compare
Bump packages (#39)

0.1.14

30 May 09:20
30481a8
Compare
Choose a tag to compare
Bump packages (#37)