Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating version to 1.4.3 #40

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ChinookDatabase.Test/DatabaseTests/ChinookDb2Fixture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Chinook Database - Version 1.4.2
* Chinook Database - Version 1.4.3
* Description: Test fixture for Chinook database.
* DB Server: Db2
* Author: Luis Rocha
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase.Test/DatabaseTests/ChinookMySqlFixture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Chinook Database - Version 1.4.2
* Chinook Database - Version 1.4.3
* Description: Test fixture for Chinook database.
* DB Server: MySql
* Author: Luis Rocha
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase.Test/DatabaseTests/ChinookOracleFixture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Chinook Database - Version 1.4.2
* Chinook Database - Version 1.4.3
* Description: Test fixture for Chinook database.
* DB Server: Oracle
* Author: Luis Rocha
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Chinook Database - Version 1.4.2
* Chinook Database - Version 1.4.3
* Description: Test fixture for Chinook database.
* DB Server: PostgreSql
* Author: Luis Rocha
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Chinook Database - Version 1.4.2
* Chinook Database - Version 1.4.3
* Description: Test fixture for Chinook database.
* DB Server: SqlServerCompact
* Author: Luis Rocha
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Chinook Database - Version 1.4.2
* Chinook Database - Version 1.4.3
* Description: Test fixture for Chinook database.
* DB Server: SqlServer
* Author: Luis Rocha
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase.Test/DatabaseTests/ChinookSqliteFixture.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Chinook Database - Version 1.4.2
* Chinook Database - Version 1.4.3
* Description: Test fixture for Chinook database.
* DB Server: Sqlite
* Author: Luis Rocha
Expand Down
4 changes: 2 additions & 2 deletions ChinookDatabase/DataSources/ChinookDatabase.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

Chinook Database 1.4.2
Chinook Database 1.4.3
* This is a sample database available in multiple formats: SQL scripts for multiple database vendors, embeded database files, and XML format.
* The Chinook data model is available [here|Chinook_Schema].
* ChinookDatabase1.4.2_CompleteVersion.zip is a complete package for all supported databases/data sources. There are also packages for each specific data source.
* ChinookDatabase1.4.3_CompleteVersion.zip is a complete package for all supported databases/data sources. There are also packages for each specific data source.
!! Supported Database Servers
* [url:DB2|http://www-01.ibm.com/software/data/db2/express/]
* [url:MySQL|http://www.mysql.com/]
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase/DataSources/Chinook_Db2.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*******************************************************************************
Chinook Database - Version 1.4.2
Chinook Database - Version 1.4.3
Script: Chinook_Db2.sql
Description: Creates and populates the Chinook database.
DB Server: Db2
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase/DataSources/Chinook_MySql.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*******************************************************************************
Chinook Database - Version 1.4.2
Chinook Database - Version 1.4.3
Script: Chinook_MySql.sql
Description: Creates and populates the Chinook database.
DB Server: MySql
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*******************************************************************************
Chinook Database - Version 1.4.2
Chinook Database - Version 1.4.3
Script: Chinook_MySql_AutoIncrementPKs.sql
Description: Creates and populates the Chinook database.
DB Server: MySql
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase/DataSources/Chinook_Oracle.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*******************************************************************************
Chinook Database - Version 1.4.2
Chinook Database - Version 1.4.3
Script: Chinook_Oracle.sql
Description: Creates and populates the Chinook database.
DB Server: Oracle
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase/DataSources/Chinook_PostgreSql.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*******************************************************************************
Chinook Database - Version 1.4.2
Chinook Database - Version 1.4.3
Script: Chinook_PostgreSql.sql
Description: Creates and populates the Chinook database.
DB Server: PostgreSql
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*******************************************************************************
Chinook Database - Version 1.4.2
Chinook Database - Version 1.4.3
Script: Chinook_PostgreSql_AutoIncrementPKs.sql
Description: Creates and populates the Chinook database.
DB Server: PostgreSql
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase/DataSources/Chinook_SqlServer.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*******************************************************************************
Chinook Database - Version 1.4.2
Chinook Database - Version 1.4.3
Script: Chinook_SqlServer.sql
Description: Creates and populates the Chinook database.
DB Server: SqlServer
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase/DataSources/Chinook_SqlServerCompact.sqlce
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*******************************************************************************
Chinook Database - Version 1.4.2
Chinook Database - Version 1.4.3
Script: Chinook_SqlServerCompact.sqlce
Description: Creates and populates the Chinook database.
DB Server: SqlServerCompact
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*******************************************************************************
Chinook Database - Version 1.4.2
Chinook Database - Version 1.4.3
Script: Chinook_SqlServerCompact_AutoIncrementPKs.sqlce
Description: Creates and populates the Chinook database.
DB Server: SqlServerCompact
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*******************************************************************************
Chinook Database - Version 1.4.2
Chinook Database - Version 1.4.3
Script: Chinook_SqlServer_AutoIncrementPKs.sql
Description: Creates and populates the Chinook database.
DB Server: SqlServer
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase/DataSources/Chinook_Sqlite.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*******************************************************************************
Chinook Database - Version 1.4.2
Chinook Database - Version 1.4.3
Script: Chinook_Sqlite.sql
Description: Creates and populates the Chinook database.
DB Server: Sqlite
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*******************************************************************************
Chinook Database - Version 1.4.2
Chinook Database - Version 1.4.3
Script: Chinook_Sqlite_AutoIncrementPKs.sql
Description: Creates and populates the Chinook database.
DB Server: Sqlite
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase/DataSources/CreateDb2.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
echo Chinook Database Version 1.4.2
echo Chinook Database Version 1.4.3
echo.

if "%1"=="" goto MENU
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase/DataSources/CreateMySql.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
echo Chinook Database Version 1.4.2
echo Chinook Database Version 1.4.3
echo.

if "%1"=="" goto MENU
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase/DataSources/CreateOracle.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
echo Chinook Database Version 1.4.2
echo Chinook Database Version 1.4.3
echo.

if "%1"=="" goto MENU
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase/DataSources/CreatePostgreSql.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
echo Chinook Database Version 1.4.2
echo Chinook Database Version 1.4.3
echo.

if "%1"=="" goto MENU
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase/DataSources/CreateSqlServer.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
echo Chinook Database Version 1.4.2
echo Chinook Database Version 1.4.3
echo.

if "%1"=="" goto MENU
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase/DataSources/CreateSqlite.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
echo Chinook Database Version 1.4.2
echo Chinook Database Version 1.4.3
echo.

if "%1"=="" goto MENU
Expand Down
16 changes: 8 additions & 8 deletions ChinookDatabase/DataSources/Package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ if (%rootDir%)==() set rootDir=%cd%
if exist %rootDir%\Packages\. del %rootDir%\Packages\*.* /q
if not exist %rootDir%\Packages mkdir %rootDir%\Packages

"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4.2_CompleteVersion.zip Chinook_SqlServer.sql Chinook_SqlServer_AutoIncrementPKs.sql Chinook_SqlServerCompact.sqlce Chinook_SqlServerCompact.sdf Chinook_SqlServerCompact_AutoIncrementPKs.sqlce Chinook_SqlServerCompact_AutoIncrementPKs.sdf Chinook_Sqlite.sql Chinook_Sqlite.sqlite Chinook_Sqlite_AutoIncrementPKs.sql Chinook_Sqlite_AutoIncrementPKs.sqlite Chinook_MySql.sql Chinook_MySql_AutoIncrementPKs.sql Chinook_Oracle.sql Chinook_PostgreSql.sql Chinook_PostgreSql_AutoIncrementPKs.sql Chinook_Db2.sql CreateSqlServer.bat CreateSqlite.bat CreateMySql.bat CreateOracle.bat CreatePostgreSql.bat CreateDb2.bat _Xml\ChinookData.xml
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4.2_SqlServer.zip Chinook_SqlServer.sql Chinook_SqlServer_AutoIncrementPKs.sql CreateSqlServer.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4.2_SqlServerCompact.zip Chinook_SqlServerCompact.sqlce Chinook_SqlServerCompact.sdf Chinook_SqlServerCompact_AutoIncrementPKs.sqlce Chinook_SqlServerCompact_AutoIncrementPKs.sdf
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4.2_Sqlite.zip Chinook_Sqlite.sql Chinook_Sqlite.sqlite Chinook_Sqlite_AutoIncrementPKs.sql Chinook_Sqlite_AutoIncrementPKs.sqlite CreateSqlite.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4.2_MySql.zip Chinook_MySql.sql Chinook_MySql_AutoIncrementPKs.sql CreateMySql.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4.2_Oracle.zip Chinook_Oracle.sql CreateOracle.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4.2_PostgreSql.zip Chinook_PostgreSql.sql Chinook_PostgreSql_AutoIncrementPKs.sql CreatePostgreSql.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4.2_Db2.zip Chinook_Db2.sql CreateDb2.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4.3_CompleteVersion.zip Chinook_SqlServer.sql Chinook_SqlServer_AutoIncrementPKs.sql Chinook_SqlServerCompact.sqlce Chinook_SqlServerCompact.sdf Chinook_SqlServerCompact_AutoIncrementPKs.sqlce Chinook_SqlServerCompact_AutoIncrementPKs.sdf Chinook_Sqlite.sql Chinook_Sqlite.sqlite Chinook_Sqlite_AutoIncrementPKs.sql Chinook_Sqlite_AutoIncrementPKs.sqlite Chinook_MySql.sql Chinook_MySql_AutoIncrementPKs.sql Chinook_Oracle.sql Chinook_PostgreSql.sql Chinook_PostgreSql_AutoIncrementPKs.sql Chinook_Db2.sql CreateSqlServer.bat CreateSqlite.bat CreateMySql.bat CreateOracle.bat CreatePostgreSql.bat CreateDb2.bat _Xml\ChinookData.xml
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4.3_SqlServer.zip Chinook_SqlServer.sql Chinook_SqlServer_AutoIncrementPKs.sql CreateSqlServer.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4.3_SqlServerCompact.zip Chinook_SqlServerCompact.sqlce Chinook_SqlServerCompact.sdf Chinook_SqlServerCompact_AutoIncrementPKs.sqlce Chinook_SqlServerCompact_AutoIncrementPKs.sdf
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4.3_Sqlite.zip Chinook_Sqlite.sql Chinook_Sqlite.sqlite Chinook_Sqlite_AutoIncrementPKs.sql Chinook_Sqlite_AutoIncrementPKs.sqlite CreateSqlite.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4.3_MySql.zip Chinook_MySql.sql Chinook_MySql_AutoIncrementPKs.sql CreateMySql.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4.3_Oracle.zip Chinook_Oracle.sql CreateOracle.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4.3_PostgreSql.zip Chinook_PostgreSql.sql Chinook_PostgreSql_AutoIncrementPKs.sql CreatePostgreSql.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4.3_Db2.zip Chinook_Db2.sql CreateDb2.bat
2 changes: 1 addition & 1 deletion ChinookDatabase/Utilities/DataSetHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class DataSetHelper
{
public static string GetVersionNumber()
{
return "1.4.2";
return "1.4.3";
}

public static bool IsLastCreateTableElement(DataTable table, DataColumn col)
Expand Down
2 changes: 1 addition & 1 deletion ChinookDatabase/_T4Templates/Chinook.ttinclude
Original file line number Diff line number Diff line change
Expand Up @@ -6760,7 +6760,7 @@
{
public static string GetVersionNumber()
{
return "1.4.2";
return "1.4.3";
}

public static bool IsLastCreateTableElement(DataTable table, DataColumn col)
Expand Down