-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from lerocha/develop
Merge develop branch into master
- Loading branch information
Showing
36 changed files
with
31,801 additions
and
16,066 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ChinookDatabase.Test/DatabaseTests/ChinookSqlServerCompactFixture.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,28 @@ | ||
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.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/] | ||
* [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/] | ||
!! Issues Resolved | ||
* [workitem:29374] | ||
* [workitem:29375] | ||
* [workitem:29377] | ||
* [workitem:29378] | ||
!! Installation | ||
* [How do I create the Chinook Database?|Create_Databases] | ||
!! Package Content | ||
This is the list of files included in the complete version. | ||
|| Data Source || File || Description || | ||
| Db2 | {"Chinook_Db2.sql"} | SQL script to create the Chinook database. | | ||
| Db2 | {"CreateDb2.bat"} | Batch file to create the Chinook database. | | ||
| MySql | {"Chinook_MySql.sql"} | SQL script to create the Chinook database. | | ||
| MySql | {"Chinook_MySql_AutoIncrementPKs.sql"} | SQL script to create the Chinook database. Auto incremented primary keys. | | ||
| MySql | {"CreateMySql.bat"} | Batch file to create the Chinook database. | | ||
| Oracle | {"Chinook_Oracle.sql"} | SQL script to create the Chinook database. | | ||
| Oracle | {"CreateOracle.bat"} | Batch file to create the Chinook database. | | ||
| PostgreSql | {"Chinook_PostgreSql.sql"} | SQL script to create the Chinook database. | | ||
| PostgreSql | {"Chinook_PostgreSql_AutoIncrementPKs.sql"} | SQL script to create the Chinook database. Auto incremented primary keys. | | ||
| PostgreSql | {"CreatePostgreSql.bat"} | Batch file to create the Chinook database. | | ||
| Sqlite | {"Chinook_Sqlite.sql"} | SQL script to create the Chinook database. | | ||
| Sqlite | {"Chinook_Sqlite.sqlite"} | Chinook database file. | | ||
| Sqlite | {"Chinook_Sqlite_AutoIncrementPKs.sql"} | SQL script to create the Chinook database. Auto incremented primary keys. | | ||
| Sqlite | {"Chinook_Sqlite_AutoIncrementPKs.sqlite"} | Chinook database file. Auto incremented primary keys. | | ||
| Sqlite | {"CreateSqlite.bat"} | Batch file to create the Chinook database. | | ||
| SqlServer | {"Chinook_SqlServer.sql"} | SQL script to create the Chinook database. | | ||
| SqlServer | {"Chinook_SqlServer_AutoIncrementPKs.sql"} | SQL script to create the Chinook database. Auto incremented primary keys. | | ||
| SqlServer | {"CreateSqlServer.bat"} | Batch file to create the Chinook database. | | ||
| SqlServerCompact | {"Chinook_SqlServerCompact.sqlce"} | SQL script to create the Chinook database. | | ||
| SqlServerCompact | {"Chinook_SqlServerCompact.sdf"} | Chinook database file. | | ||
| SqlServerCompact | {"Chinook_SqlServerCompact_AutoIncrementPKs.sqlce"} | SQL script to create the Chinook database. Auto incremented primary keys. | | ||
| SqlServerCompact | {"Chinook_SqlServerCompact_AutoIncrementPKs.sdf"} | Chinook database file. Auto incremented primary keys. | | ||
| XML | {"ChinookData.xml"} | XML data used to generate the Chinook database SQL scripts. | | ||
Chinook Database 1.4.4 | ||
|
||
This is the list of generated files. | ||
|| Data Source || File || Description || | ||
| Db2 | "Chinook_Db2.sql" | SQL script to create the Chinook database. | | ||
| Db2 | "CreateDb2.bat" | Batch file to create the Chinook database. | | ||
| MySql | "Chinook_MySql.sql" | SQL script to create the Chinook database. | | ||
| MySql | "Chinook_MySql_AutoIncrementPKs.sql" | SQL script to create the Chinook database. Auto incremented primary keys. | | ||
| MySql | "CreateMySql.bat" | Batch file to create the Chinook database. | | ||
| Oracle | "Chinook_Oracle.sql" | SQL script to create the Chinook database. | | ||
| Oracle | "CreateOracle.bat" | Batch file to create the Chinook database. | | ||
| PostgreSql | "Chinook_PostgreSql.sql" | SQL script to create the Chinook database. | | ||
| PostgreSql | "Chinook_PostgreSql_AutoIncrementPKs.sql" | SQL script to create the Chinook database. Auto incremented primary keys. | | ||
| PostgreSql | "Chinook_PostgreSql_SerialPKs.sql" | SQL script to create the Chinook database. | | ||
| PostgreSql | "CreatePostgreSql.bat" | Batch file to create the Chinook database. | | ||
| Sqlite | "Chinook_Sqlite.sql" | SQL script to create the Chinook database. | | ||
| Sqlite | "Chinook_Sqlite.sqlite" | Chinook database file. | | ||
| Sqlite | "Chinook_Sqlite_AutoIncrementPKs.sql" | SQL script to create the Chinook database. Auto incremented primary keys. | | ||
| Sqlite | "Chinook_Sqlite_AutoIncrementPKs.sqlite" | Chinook database file. Auto incremented primary keys. | | ||
| Sqlite | "CreateSqlite.bat" | Batch file to create the Chinook database. | | ||
| SqlServer | "Chinook_SqlServer.sql" | SQL script to create the Chinook database. | | ||
| SqlServer | "Chinook_SqlServer_AutoIncrementPKs.sql" | SQL script to create the Chinook database. Auto incremented primary keys. | | ||
| SqlServer | "CreateSqlServer.bat" | Batch file to create the Chinook database. | | ||
| SqlServerCompact | "Chinook_SqlServerCompact.sqlce" | SQL script to create the Chinook database. | | ||
| SqlServerCompact | "Chinook_SqlServerCompact.sdf" | Chinook database file. | | ||
| SqlServerCompact | "Chinook_SqlServerCompact_AutoIncrementPKs.sqlce" | SQL script to create the Chinook database. Auto incremented primary keys. | | ||
| SqlServerCompact | "Chinook_SqlServerCompact_AutoIncrementPKs.sdf" | Chinook database file. Auto incremented primary keys. | | ||
| XML | "ChinookData.xml" | XML data used to generate the Chinook database SQL scripts. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.