Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 0c245b7

Browse files
committed
Merge branch 'master' of github.com:ServiceStack/ServiceStack.OrmLite
2 parents 99a016c + 864b785 commit 0c245b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.OrmLite.Oracle/OracleOrmLiteDialectProvider.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public OracleOrmLiteDialectProvider(bool compactGuid, bool quoteNames, string cl
9393
//OracleConfiguration.DisableOOB = true;
9494
//OracleConfiguration.OnsMode = OnsConfigMode.Unspecified;
9595
OracleConfiguration.TraceOption = 1;
96-
OracleConfiguration.TraceLevel = 7;
96+
//OracleConfiguration.TraceLevel = 7;
9797
//OracleConfiguration.TcpNoDelay = true;
9898
OracleConfiguration.TraceFileLocation = "c:\\temp\\ora";
9999
#endif

0 commit comments

Comments
 (0)