Skip to content

Commit

Permalink
Removed Arch.Data.Exceptions namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyenan committed Oct 11, 2016
1 parent 9cca0bc commit ff82525
Show file tree
Hide file tree
Showing 27 changed files with 11 additions and 36 deletions.
1 change: 0 additions & 1 deletion Arch.Data/Arch.Data/Common/Util/ParameterUtility.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Arch.Data.Common.constant;
using Arch.Data.DbEngine;
using Arch.Data.Exceptions;
using System;
using System.Collections;
using System.Data;
Expand Down
1 change: 0 additions & 1 deletion Arch.Data/Arch.Data/Common/Util/ShardingUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Arch.Data.Common.Enums;
using Arch.Data.DbEngine;
using Arch.Data.DbEngine.Sharding;
using Arch.Data.Exceptions;
using Arch.Data.Orm.sql;
using System;
using System.Collections;
Expand Down
1 change: 0 additions & 1 deletion Arch.Data/Arch.Data/Dao/BaseDao.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Arch.Data.DbEngine;
using Arch.Data.DbEngine.DB;
using Arch.Data.DbEngine.Sharding;
using Arch.Data.Exceptions;
using Arch.Data.Orm;
using Arch.Data.Orm.partially;
using Arch.Data.Orm.sql;
Expand Down
1 change: 0 additions & 1 deletion Arch.Data/Arch.Data/Dao/MySqlDialectDao.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Arch.Data.Common.Util;
using Arch.Data.DbEngine;
using Arch.Data.DbEngine.DB;
using Arch.Data.Exceptions;
using Arch.Data.Orm.partially;
using Arch.Data.Orm.sql;
using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Arch.Data.DbEngine.DB;
using Arch.Data.Exceptions;
using System;
using System.Collections.Concurrent;
using System.Data.Common;
Expand Down
1 change: 0 additions & 1 deletion Arch.Data/Arch.Data/DbEngine/DALBootstrap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using Arch.Data.DbEngine.DB;
using Arch.Data.DbEngine.Providers;
using Arch.Data.DbEngine.Sharding;
using Arch.Data.Exceptions;
using Arch.Data.Properties;
using System;
using System.Collections.Generic;
Expand Down
1 change: 0 additions & 1 deletion Arch.Data/Arch.Data/DbEngine/DB/DatabaseBridge.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Arch.Data.Common.Util;
using Arch.Data.Common.Vi;
using Arch.Data.DbEngine.HA;
using Arch.Data.Exceptions;
using Arch.Data.Properties;
using System;
using System.Data;
Expand Down
1 change: 0 additions & 1 deletion Arch.Data/Arch.Data/DbEngine/HA/AbstractHA.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Arch.Data.Common.Util;
using Arch.Data.Common.Vi;
using Arch.Data.DbEngine.DB;
using Arch.Data.Exceptions;
using Arch.Data.Properties;
using System;
using System.Collections;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Arch.Data.Common.Util;
using Arch.Data.Exceptions;
using System;
using System.Data.Common;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Arch.Data.Common.Util;
using Arch.Data.Exceptions;
using System;
using System.Collections.Generic;
using System.Data.Common;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Arch.Data.Exceptions;
using System;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Transactions;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Arch.Data.Common.Enums;
using Arch.Data.Common.Util;
using Arch.Data.DbEngine.Configuration;
using Arch.Data.Exceptions;
using Arch.Data.Orm.Dialect;
using Arch.Data.Orm.sql;
using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Arch.Data.DbEngine.Configuration;
using Arch.Data.Exceptions;
using System;
using System.Collections.Generic;

Expand Down
2 changes: 1 addition & 1 deletion Arch.Data/Arch.Data/Exceptions/DalException.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Runtime.Serialization;

namespace Arch.Data.Exceptions
namespace Arch.Data
{
[Serializable]
public class DalException : Exception
Expand Down
2 changes: 1 addition & 1 deletion Arch.Data/Arch.Data/Exceptions/DalMarkDownException.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Runtime.Serialization;

namespace Arch.Data.Exceptions
namespace Arch.Data
{
[Serializable]
public class DalMarkDownException : DalException
Expand Down
3 changes: 1 addition & 2 deletions Arch.Data/Arch.Data/Orm/partially/ExpressionHelper.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Arch.Data.Exceptions;
using System;
using System;
using System.Collections.Concurrent;
using System.Linq.Expressions;

Expand Down
3 changes: 1 addition & 2 deletions Arch.Data/Arch.Data/Orm/partially/ReplacePartial.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Arch.Data.Exceptions;
using System;
using System;
using System.Collections.Generic;
using System.Linq.Expressions;

Expand Down
3 changes: 1 addition & 2 deletions Arch.Data/Arch.Data/Orm/partially/UpdatePartial.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Arch.Data.Exceptions;
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
Expand Down
3 changes: 1 addition & 2 deletions Arch.Data/Arch.Data/Orm/sql/InConstraint.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Arch.Data.Exceptions;
using System;
using System;
using System.Collections;
using System.Text;

Expand Down
3 changes: 1 addition & 2 deletions Arch.Data/Arch.Data/Orm/sql/NullConstraint.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Arch.Data.Exceptions;
using System;
using System;

namespace Arch.Data.Orm.sql
{
Expand Down
1 change: 0 additions & 1 deletion Arch.Data/Arch.Data/Orm/sql/SqlBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using Arch.Data.Common.Util;
using Arch.Data.DbEngine;
using Arch.Data.DbEngine.Sharding;
using Arch.Data.Exceptions;
using Arch.Data.Orm.Dialect;
using Arch.Data.Orm.partially;
using Arch.Data.Utility;
Expand Down
3 changes: 1 addition & 2 deletions Arch.Data/Arch.Data/Orm/sql/SqlColumn.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Arch.Data.Exceptions;
using System;
using System;
using System.Data;

namespace Arch.Data.Orm.sql
Expand Down
1 change: 0 additions & 1 deletion Arch.Data/Arch.Data/Orm/sql/SqlConstraint.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Arch.Data.DbEngine;
using Arch.Data.Exceptions;
using System;
using System.Collections;
using System.Data;
Expand Down
3 changes: 1 addition & 2 deletions Arch.Data/Arch.Data/Orm/sql/SqlOrder.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Arch.Data.Exceptions;
using System;
using System;
using System.Text;

namespace Arch.Data.Orm.sql
Expand Down
1 change: 0 additions & 1 deletion Arch.Data/Arch.Data/Orm/sql/SqlQuery.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Arch.Data.DbEngine;
using Arch.Data.Exceptions;
using Arch.Data.Orm.Dialect;
using Arch.Data.Orm.FastInvoker;
using System;
Expand Down
1 change: 0 additions & 1 deletion Arch.Data/Arch.Data/Orm/sql/SqlTable.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Arch.Data.DbEngine;
using Arch.Data.Exceptions;
using System;
using System.Collections;
using System.Collections.Generic;
Expand Down
3 changes: 1 addition & 2 deletions Arch.Data/Arch.Data/Orm/sql/SqlTableFactory.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Arch.Data.Exceptions;
using System;
using System;
using System.Collections.Concurrent;
using System.Reflection;

Expand Down

0 comments on commit ff82525

Please sign in to comment.