* Makefile: Also rsync dblinq2007/examples sources.
authorJonathan Pryor <jpryor@novell.com>
Fri, 4 Sep 2009 20:50:26 +0000 (20:50 -0000)
committerJonathan Pryor <jpryor@novell.com>
Fri, 4 Sep 2009 20:50:26 +0000 (20:50 -0000)
commit51fe9f0e891b70e41cdf5b047523c0229ac0b272
treea5c6538fe3cc6521a05ca2b482e1205c7a9d6ee6
parent20b5cffa2cf70600597357b993f9ae3228277fcc
* Makefile: Also rsync dblinq2007/examples sources.
* build/DbLinq.Sqlite_test_mono_strict.dll.sources: Added; .sources
  file to build build/DbLinq.Sqlite_test_mono_strict.dll, the
  "end-to-end" unit tests for SQLite using Mono.Data.Sqlite.
* build/Makefile: Added; builds all "end-to-end" unit tests.
* examples/**/*: Sync with DbLinq r1217; includes sources needed for
  end-to-end tests located in 'build'.

svn path=/trunk/mcs/; revision=141365
71 files changed:
mcs/class/System.Data.Linq/ChangeLog
mcs/class/System.Data.Linq/Makefile
mcs/class/System.Data.Linq/build/DbLinq.Sqlite_test_mono_strict.dll.sources [new file with mode: 0644]
mcs/class/System.Data.Linq/build/Makefile [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.FbSql.Example/DbLinq.FbSql.Example.csproj [new file with mode: 0755]
mcs/class/System.Data.Linq/examples/DbLinq.FbSql.Example/Employee.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.FbSql.Example/Northwind.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.FbSql.Example/ObjectDumper.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.FbSql.Example/Program.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.FbSql.Example/Properties/AssemblyInfo.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.FbSql.Example/nwind/Northwind.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.FbSql.Example/sql/create_Northwind.sql [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/DbLinq.Ingres.Example.csproj [new file with mode: 0755]
mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/Program.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/demodb/demodb.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/nwind/Northwind.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/sql/create_Northwind.sql [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/sql/create_User.sql [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/sql/create_ing_northwind.bat [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/sql/create_ing_northwind.sh [new file with mode: 0755]
mcs/class/System.Data.Linq/examples/DbLinq.Mssql.Example/DbLinq.Mssql.Example.csproj [new file with mode: 0755]
mcs/class/System.Data.Linq/examples/DbLinq.Mssql.Example/Program.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Mssql.Example/Properties/AssemblyInfo.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Mssql.Example/nwind.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Mssql.Example/nwind/Northwind.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Mssql.Example/nwind/NorthwindCustom.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Mssql.Example/nwind/originalMSNorthwind.dbml [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Mssql.Example/nwind/originalMSNorthwind.dbml.layout [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Mssql.Example/nwind/originalMSNorthwind.designer.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Mssql.Example/sql/create_Northwind.sql [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/DbLinq.MySql.Example.csproj [new file with mode: 0755]
mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/ObjectDumper.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/Program.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/Properties/AssemblyInfo.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/nwind/AllTypes.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/nwind/Andrus.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/nwind/DbLinq_EnumTest.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/nwind/Northwind.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/nwind/Northwind_from_mysql.dbml [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/nwind/generate_AllTypes.bat [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/sql/createDB_AllTypes.sql [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/sql/createDB_Andrus.sql [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/sql/create_Northwind.sql [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/sql/create_User.sql [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/sql/run_myAndrus.bat [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Ora.Example/DbLinq.Ora.Example.csproj [new file with mode: 0755]
mcs/class/System.Data.Linq/examples/DbLinq.Ora.Example/Program.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Ora.Example/Properties/AssemblyInfo.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Ora.Example/nwind/Northwind.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Ora.Example/sql/create_Northwind_ora.sql [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Ora.Example/sql/drop_Northwind_ora.sql [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Pgsql.Example/DbLinq.Pgsql.Example.csproj [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Pgsql.Example/PgAndrusClient.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Pgsql.Example/ProgramPg.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Pgsql.Example/nwind/Adrus_Employee_Types.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Pgsql.Example/nwind/AndrusDB.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Pgsql.Example/nwind/Northwind.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Pgsql.Example/nwind/NorthwindCustom.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Pgsql.Example/sql/NorthWindRegular.sql [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Pgsql.Example/sql/createDB_Andrus.sql [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Pgsql.Example/sql/createDB_Northwind_pg.sql [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.Pgsql.Example/sql/install_readme.txt [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.SQLite.Example/DbLinq.SQLite.Example.csproj [new file with mode: 0755]
mcs/class/System.Data.Linq/examples/DbLinq.SQLite.Example/ObjectDumper.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.SQLite.Example/Program.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.SQLite.Example/Properties/AssemblyInfo.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.SQLite.Example/nwind/DbLinq_EnumTest.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.SQLite.Example/nwind/Northwind.cs [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.SQLite.Example/sql/create_AllTypes.sql [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.SQLite.Example/sql/create_Northwind.sql [new file with mode: 0644]
mcs/class/System.Data.Linq/examples/DbLinq.SQLite.Example/sql/create_User.sql [new file with mode: 0644]