From ea9e7eb535b460218b693d4e5fec80297eb3e360 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 3 May 2007 01:37:21 +0000 Subject: Add northwind db demo. --- .gitattributes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index ca665df6..1540fabf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -883,6 +883,23 @@ demos/helloworld/index.php -text demos/helloworld/protected/.htaccess -text demos/helloworld/protected/pages/Home.page -text demos/helloworld/protected/pages/Home.php -text +demos/northwind-db/index.php -text +demos/northwind-db/protected/.htaccess -text +demos/northwind-db/protected/application.xml -text +demos/northwind-db/protected/data/Northwind.db -text +demos/northwind-db/protected/database/Category.php -text +demos/northwind-db/protected/database/Customer.php -text +demos/northwind-db/protected/database/Employee.php -text +demos/northwind-db/protected/database/Order.php -text +demos/northwind-db/protected/database/OrderDetail.php -text +demos/northwind-db/protected/database/Product.php -text +demos/northwind-db/protected/database/Region.php -text +demos/northwind-db/protected/database/Shipper.php -text +demos/northwind-db/protected/database/Supplier.php -text +demos/northwind-db/protected/database/Territory.php -text +demos/northwind-db/protected/pages/Home.page -text +demos/northwind-db/protected/pages/Home.php -text +demos/northwind-db/protected/pages/northwind.gif -text demos/personal/index.php -text demos/personal/protected/.htaccess -text demos/personal/protected/Common/LoginPortlet.php -text @@ -1644,9 +1661,11 @@ framework/Data/Common/Mssql/TMssqlCommandBuilder.php -text framework/Data/Common/Mssql/TMssqlMetaData.php -text framework/Data/Common/Mssql/TMssqlTableColumn.php -text framework/Data/Common/Mssql/TMssqlTableInfo.php -text +framework/Data/Common/Mysql/TMysqlCommandBuilder.php -text framework/Data/Common/Mysql/TMysqlMetaData.php -text framework/Data/Common/Mysql/TMysqlTableColumn.php -text framework/Data/Common/Mysql/TMysqlTableInfo.php -text +framework/Data/Common/Pgsql/TPgsqlCommandBuilder.php -text framework/Data/Common/Pgsql/TPgsqlMetaData.php -text framework/Data/Common/Pgsql/TPgsqlTableColumn.php -text framework/Data/Common/Pgsql/TPgsqlTableInfo.php -text -- cgit v1.2.3