Skip to content

Commit 5be25b6

Browse files
committed
Updating version to 1.4.2
1 parent 800ed2d commit 5be25b6

29 files changed

Lines changed: 36 additions & 36 deletions

ChinookDatabase.Test/DatabaseTests/ChinookDb2Fixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Chinook Database - Version 1.4
2+
* Chinook Database - Version 1.4.2
33
* Description: Test fixture for Chinook database.
44
* DB Server: Db2
55
* Author: Luis Rocha

ChinookDatabase.Test/DatabaseTests/ChinookMySqlFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Chinook Database - Version 1.4
2+
* Chinook Database - Version 1.4.2
33
* Description: Test fixture for Chinook database.
44
* DB Server: MySql
55
* Author: Luis Rocha

ChinookDatabase.Test/DatabaseTests/ChinookOracleFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Chinook Database - Version 1.4
2+
* Chinook Database - Version 1.4.2
33
* Description: Test fixture for Chinook database.
44
* DB Server: Oracle
55
* Author: Luis Rocha

ChinookDatabase.Test/DatabaseTests/ChinookPostgreSqlFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Chinook Database - Version 1.4
2+
* Chinook Database - Version 1.4.2
33
* Description: Test fixture for Chinook database.
44
* DB Server: PostgreSql
55
* Author: Luis Rocha

ChinookDatabase.Test/DatabaseTests/ChinookSqlServerCompactFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Chinook Database - Version 1.4
2+
* Chinook Database - Version 1.4.2
33
* Description: Test fixture for Chinook database.
44
* DB Server: SqlServerCompact
55
* Author: Luis Rocha

ChinookDatabase.Test/DatabaseTests/ChinookSqlServerFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Chinook Database - Version 1.4
2+
* Chinook Database - Version 1.4.2
33
* Description: Test fixture for Chinook database.
44
* DB Server: SqlServer
55
* Author: Luis Rocha

ChinookDatabase.Test/DatabaseTests/ChinookSqliteFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Chinook Database - Version 1.4
2+
* Chinook Database - Version 1.4.2
33
* Description: Test fixture for Chinook database.
44
* DB Server: Sqlite
55
* Author: Luis Rocha

ChinookDatabase/DataSources/ChinookDatabase.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
Chinook Database 1.4
2+
Chinook Database 1.4.2
33
* This is a sample database available in multiple formats: SQL scripts for multiple database vendors, embeded database files, and XML format.
44
* The Chinook data model is available [here|Chinook_Schema].
5-
* ChinookDatabase1.4_CompleteVersion.zip is a complete package for all supported databases/data sources. There are also packages for each specific data source.
5+
* ChinookDatabase1.4.2_CompleteVersion.zip is a complete package for all supported databases/data sources. There are also packages for each specific data source.
66
!! Supported Database Servers
77
* [url:DB2|http://www-01.ibm.com/software/data/db2/express/]
88
* [url:MySQL|http://www.mysql.com/]

ChinookDatabase/DataSources/Chinook_Db2.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/*******************************************************************************
3-
Chinook Database - Version 1.4
3+
Chinook Database - Version 1.4.2
44
Script: Chinook_Db2.sql
55
Description: Creates and populates the Chinook database.
66
DB Server: Db2

ChinookDatabase/DataSources/Chinook_MySql.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/*******************************************************************************
3-
Chinook Database - Version 1.4
3+
Chinook Database - Version 1.4.2
44
Script: Chinook_MySql.sql
55
Description: Creates and populates the Chinook database.
66
DB Server: MySql

0 commit comments

Comments
 (0)