mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#584 - ElasticSearch: Internal changes for config, expressions and JSON conversion
This commit is contained in:
@@ -303,7 +303,8 @@ public class DefaultOrmQuery<T> implements SpiQuery<T> {
|
||||
try {
|
||||
writeElastic(context);
|
||||
context.flush();
|
||||
return sw.toString();
|
||||
generatedSql = sw.toString();
|
||||
return generatedSql;
|
||||
|
||||
} catch (IOException e) {
|
||||
throw new PersistenceIOException(e);
|
||||
|
||||
Reference in New Issue
Block a user