Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/class
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-14 17:52:06 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2020-01-14 17:52:06 +0300
commit55393c2c9b260f8815c1854f8bb30b5127a34ded (patch)
treec5c0380b93fd5462ce3116fcbc96f5bbca64a76a /mcs/class
parentc32414966c76a10741949d4f40e0dc737753e44f (diff)
Add normalized .bat files after the .gitattributes EOL change
Diffstat (limited to 'mcs/class')
-rw-r--r--mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/sql/create_ing_northwind.bat44
-rw-r--r--mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/nwind/generate_AllTypes.bat4
-rw-r--r--mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/sql/run_myAndrus.bat10
3 files changed, 29 insertions, 29 deletions
diff --git a/mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/sql/create_ing_northwind.bat b/mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/sql/create_ing_northwind.bat
index 8487468e987..e318def9d37 100644
--- a/mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/sql/create_ing_northwind.bat
+++ b/mcs/class/System.Data.Linq/examples/DbLinq.Ingres.Example/sql/create_ing_northwind.bat
@@ -1,22 +1,22 @@
-@echo off
-echo This batch will throw some errors, if the user already exists or
-echo the database does not exist. You can safely ignore those
-echo.
-echo You should run this as the installation owner (the user, that installed Ingres)
-echo.
-echo Tested on Ingres 9.2.0 Build 118
-
-echo Trying to drop database northwind...
-destroydb northwind -uLinqUser > nwind.log
-
-echo Creating user LinqUser...
-sql iidbdb < create_User.sql >> nwind.log
-
-echo Creating database northwind...
-createdb northwind -uLinqUser >> nwind.log
-
-echo Filling data into northwind...
-sql northwind -uLinqUser < create_Northwind.sql >> nwind.log
-
-echo Done.
-pause
+@echo off
+echo This batch will throw some errors, if the user already exists or
+echo the database does not exist. You can safely ignore those
+echo.
+echo You should run this as the installation owner (the user, that installed Ingres)
+echo.
+echo Tested on Ingres 9.2.0 Build 118
+
+echo Trying to drop database northwind...
+destroydb northwind -uLinqUser > nwind.log
+
+echo Creating user LinqUser...
+sql iidbdb < create_User.sql >> nwind.log
+
+echo Creating database northwind...
+createdb northwind -uLinqUser >> nwind.log
+
+echo Filling data into northwind...
+sql northwind -uLinqUser < create_Northwind.sql >> nwind.log
+
+echo Done.
+pause
diff --git a/mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/nwind/generate_AllTypes.bat b/mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/nwind/generate_AllTypes.bat
index ec40e2729d9..c69a28eeb68 100644
--- a/mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/nwind/generate_AllTypes.bat
+++ b/mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/nwind/generate_AllTypes.bat
@@ -1,3 +1,3 @@
-REM you need to have DbMetal.exe compiled in the standard directory
-
+REM you need to have DbMetal.exe compiled in the standard directory
+
..\..\..\DbMetal\bin\DbMetal.exe -Provider=MySql -server:localhost -user:LinqUser -password:linq2 -database:AllTypes -namespace:AllTypesExample -code:AllTypes.cs \ No newline at end of file
diff --git a/mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/sql/run_myAndrus.bat b/mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/sql/run_myAndrus.bat
index 62bb9430540..173cc0ed473 100644
--- a/mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/sql/run_myAndrus.bat
+++ b/mcs/class/System.Data.Linq/examples/DbLinq.MySql.Example/sql/run_myAndrus.bat
@@ -1,5 +1,5 @@
-REM: note that the '-sprocs' option is turned on
-
-..\..\..\SqlMetal\bin\MySqlMetal.exe -database:Andrus -server:localhost -user:LinqUser -password:linq2 -namespace:andrusDB -code:..\nwind\Andrus.cs -sprocs
-
-
+REM: note that the '-sprocs' option is turned on
+
+..\..\..\SqlMetal\bin\MySqlMetal.exe -database:Andrus -server:localhost -user:LinqUser -password:linq2 -namespace:andrusDB -code:..\nwind\Andrus.cs -sprocs
+
+