Releases: lerocha/chinook-database
Releases · lerocha/chinook-database
v1.4.5
v1.4.4
What's Changed
- fix: fixing text templates to use Path.Combine to create a file path that works in any OS and sorting the source code files to generate the helper classes in the same order. by @lerocha in #41
- fix: fixing text templates to work with any OS and generating with dotnet t4 by @lerocha in #42
- PostgreSQL script updates (UTF-8, SERIAL PKs and case-insensitive identifiers) by @kohanyirobert in #3
- feat: auto generate SQL scripts for serial primary keys by @lerocha in #43
- Merge develop branch into master by @lerocha in #44
New Contributors
- @kohanyirobert made their first contribution in #3
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- Using JSON format as data source and removing iTunes xml file and converter by @lerocha in #34
- fixing database tests to read connection strings from config file by @lerocha in #36
- Improve the PostgreSQL scripts by @0xced in #35
- Using SnakeCaseNamingStrategy and generating PostgreSQL tests with snake case names by @lerocha in #37
- Creating a Docker compose file with database containers to test the generated SQL scripts by @lerocha in #38
- Issue #31: fixing Oracle SQL script to work with latest version 21 by @lerocha in #39
- Updating version to 1.4.3 by @lerocha in #40
New Contributors
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- Migrating to .NET 8 by @lerocha in #33
- Fixing issue #12 - SQL scripts encoding to charset=utf-8 by @lerocha
- Fixing issues #9 - double quotation in PostgeSQL by @lerocha
- Update Chinook_Sqlite.sql by @TheUntitledGoose in #29
- Update README.md by @LukasLuska in #7
New Contributors
- @LukasLuska made their first contribution in #7
- @TheUntitledGoose made their first contribution in #29
Full Changelog: v1.4.1...v1.4.2
v1.4.1
Release Date: Feb 19, 2022
Supported Database Servers:
- DB2
- EffiProz
- MySQL
- Oracle
- PostgreSql
- SQL Server
- SQL Server Compact
- SQLite
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Release Date: Dec 2, 2012
Supported Database Servers:
- DB2
- EffiProz
- MySQL
- Oracle
- PostgreSql
- SQL Server
- SQL Server Compact
- SQLite
Full Changelog: v1.3.0...v1.4.0
v1.3.0
Release Date: Nov 14, 2010
Supported Database Servers:
- DB2
- EffiProz
- MySQL
- Oracle
- SQL Server
- SQL Server Compact
- SQLite
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Release Date: Nov 9, 2010
Supported Database Servers:
- MySQL: the script was tested using MySQL Server 5.1
- Oracle: the script was tested using Oracle Database 10g Express Edition (XE)
- SQL Server: the script was tested using SQL Server Express 2008
- SQL Server Compact: the script was tested using SQL Server Compact 3.5 SP1
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Release Date: Apr 27, 2009
Supported Database Servers:
- MySQL: the script was tested using MySQL Server 5.1
- Oracle: the script was tested using Oracle Database 10g Express Edition (XE)
- SQL Server: the script was tested using SQL Server Express 2008
- SQL Server Compact: the script was tested using SQL Server Compact 3.5 SP1
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Release Date: Aug 17, 2008
Supported Database Servers:
- MySQL: the script was tested using MySQL Server 5.0
- Oracle: the script was tested using Oracle Database 10g Express Edition (XE)
- SQL Server: the script was tested using SQL Server Express 2008
Full Changelog: https://github.com/lerocha/chinook-database/commits/v1.0.0