Skip to content

Commit d022e5a

Browse files
committed
Log SQL
1 parent 09a905a commit d022e5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NHibernate.Test/TypesTest/StringTypeWithLengthFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ public void HqlEqualityParameterCanExceedColumnSize()
277277

278278
// We should be able to query a column with a value longer than
279279
// the specified column size, to avoid tedious exceptions.
280+
using(new SqlLogSpy())
280281
using (ISession s = OpenSession())
281282
using (s.BeginTransaction())
282283
{

0 commit comments

Comments
 (0)