File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ public async Task QueryCacheWithAliasToBeanTransformerAsync()
108108 {
109109 using ( var s = OpenSession ( ) )
110110 {
111- const string query = "select s.id_ as Id from Simple as s" ;
111+ const string query = "select s.id_ as Id from Simple as s; " ;
112112 var result1 = await ( s
113113 . CreateSQLQuery ( query )
114114 . SetCacheable ( true )
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ public void QueryCacheWithAliasToBeanTransformer()
9797 {
9898 using ( var s = OpenSession ( ) )
9999 {
100- const string query = "select s.id_ as Id from Simple as s" ;
100+ const string query = "select s.id_ as Id from Simple as s; " ;
101101 var result1 = s
102102 . CreateSQLQuery ( query )
103103 . SetCacheable ( true )
You can’t perform that action at this time.
0 commit comments