Skip to content

Commit

Permalink
Setting version number to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lerocha committed Dec 3, 2012
1 parent 9d575b8 commit 1b6138b
Show file tree
Hide file tree
Showing 35 changed files with 42 additions and 38 deletions.
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.3
* Chinook Database - Version 1.4
* Description: Test fixture for Chinook database.
* DB Server: Db2
* Author: Luis Rocha
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Chinook Database - Version 1.3
* Chinook Database - Version 1.4
* Description: Test fixture for Chinook database.
* DB Server: EffiProz
* 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.3
* Chinook Database - Version 1.4
* 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.3
* Chinook Database - Version 1.4
* 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.3
* Chinook Database - Version 1.4
* 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.3
* Chinook Database - Version 1.4
* 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.3
* Chinook Database - Version 1.4
* 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.3
* Chinook Database - Version 1.4
* Description: Test fixture for Chinook database.
* DB Server: Sqlite
* Author: Luis Rocha
Expand Down
2 changes: 2 additions & 0 deletions ChinookDatabase/DataSources/ChinookDatabase.tt
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,11 @@ Chinook Database <#= options.Version #>
* The Chinook data model is available [here|Chinook_Schema].
* <#=completePackageFile#> 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:EffiProz|http://effiproz.codeplex.com/]
* [url:MySQL|http://www.mysql.com/]
* [url:Oracle|http://www.oracle.com/technetwork/database/express-edition/overview/index.html]
* [url:PostgreSQL|http://www.postgresql.org/]
* [url:SQL Server|http://www.microsoft.com/sqlserver/]
* [url:SQL Server Compact|http://www.microsoft.com/sqlserver/2008/en/us/compact.aspx]
* [url:SQLite|http://www.sqlite.org/]
Expand Down
6 changes: 4 additions & 2 deletions ChinookDatabase/DataSources/ChinookDatabase.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@


Chinook Database 1.3
Chinook Database 1.4
* 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.3_CompleteVersion.zip is a complete package for all supported databases/data sources. There are also packages for each specific data source.
* ChinookDatabase1.4_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:EffiProz|http://effiproz.codeplex.com/]
* [url:MySQL|http://www.mysql.com/]
* [url:Oracle|http://www.oracle.com/technetwork/database/express-edition/overview/index.html]
* [url:PostgreSQL|http://www.postgresql.org/]
* [url:SQL Server|http://www.microsoft.com/sqlserver/]
* [url:SQL Server Compact|http://www.microsoft.com/sqlserver/2008/en/us/compact.aspx]
* [url:SQLite|http://www.sqlite.org/]
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.3
Chinook Database - Version 1.4
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_EffiProz.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*******************************************************************************
Chinook Database - Version 1.3
Chinook Database - Version 1.4
Script: Chinook_EffiProz.sql
Description: Creates and populates the Chinook database.
DB Server: EffiProz
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*******************************************************************************
Chinook Database - Version 1.3
Chinook Database - Version 1.4
Script: Chinook_EffiProz_AutoIncrementPKs.sql
Description: Creates and populates the Chinook database.
DB Server: EffiProz
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.3
Chinook Database - Version 1.4
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.3
Chinook Database - Version 1.4
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.3
Chinook Database - Version 1.4
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.3
Chinook Database - Version 1.4
Script: Chinook_PostgreSql.sql
Description: Creates and populates the Chinook database.
DB Server: PostgreSql
Expand Down
Binary file modified ChinookDatabase/DataSources/Chinook_SqlServer.sql
Binary file not shown.
Binary file modified ChinookDatabase/DataSources/Chinook_SqlServerCompact.sdf
Binary file not shown.
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.3
Chinook Database - Version 1.4
Script: Chinook_SqlServerCompact.sqlce
Description: Creates and populates the Chinook database.
DB Server: SqlServerCompact
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*******************************************************************************
Chinook Database - Version 1.3
Chinook Database - Version 1.4
Script: Chinook_SqlServerCompact_AutoIncrementPKs.sqlce
Description: Creates and populates the Chinook database.
DB Server: SqlServerCompact
Expand Down
Binary file not shown.
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.3
Chinook Database - Version 1.4
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.3
Chinook Database - Version 1.4
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.3
echo Chinook Database Version 1.4
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.3
echo Chinook Database Version 1.4
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.3
echo Chinook Database Version 1.4
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.3
echo Chinook Database Version 1.4
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.3
echo Chinook Database Version 1.4
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.3
echo Chinook Database Version 1.4
echo.

if "%1"=="" goto MENU
Expand Down
18 changes: 9 additions & 9 deletions ChinookDatabase/DataSources/Package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ 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.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_EffiProz.sql Chinook_EffiProz_AutoIncrementPKs.sql Chinook_PostgreSql.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.3_SqlServer.zip Chinook_SqlServer.sql Chinook_SqlServer_AutoIncrementPKs.sql CreateSqlServer.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.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.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.3_MySql.zip Chinook_MySql.sql Chinook_MySql_AutoIncrementPKs.sql CreateMySql.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.3_Oracle.zip Chinook_Oracle.sql CreateOracle.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.3_EffiProz.zip Chinook_EffiProz.sql Chinook_EffiProz_AutoIncrementPKs.sql
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.3_PostgreSql.zip Chinook_PostgreSql.sql CreatePostgreSql.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.3_Db2.zip Chinook_Db2.sql CreateDb2.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4_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_EffiProz.sql Chinook_EffiProz_AutoIncrementPKs.sql Chinook_PostgreSql.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_SqlServer.zip Chinook_SqlServer.sql Chinook_SqlServer_AutoIncrementPKs.sql CreateSqlServer.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4_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_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_MySql.zip Chinook_MySql.sql Chinook_MySql_AutoIncrementPKs.sql CreateMySql.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4_Oracle.zip Chinook_Oracle.sql CreateOracle.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4_EffiProz.zip Chinook_EffiProz.sql Chinook_EffiProz_AutoIncrementPKs.sql
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4_PostgreSql.zip Chinook_PostgreSql.sql CreatePostgreSql.bat
"C:\Program Files\7-Zip\7z.exe" a %rootDir%\Packages\ChinookDatabase1.4_Db2.zip Chinook_Db2.sql CreateDb2.bat
Binary file modified ChinookDatabase/DataSources/_Xml/ChinookData.xml
Binary file not shown.
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.3";
return "1.4";
}

public static string GetOracleType(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 @@ -6957,7 +6957,7 @@
{
public static string GetVersionNumber()
{
return "1.3";
return "1.4";
}

public static string GetOracleType(DataColumn col)
Expand Down

0 comments on commit 1b6138b

Please sign in to comment.