You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added QueryBuilder.copy(QueryBuilder<T> query)
Added a implementation to create a new QueryBuilder based on an old one.
This is a deep copy.
Tested only with basic queries.
* added QueryBuilder.copy(QueryBuilder<T> query)
Added a implementation to create a new QueryBuilder based on an old one.
This is a deep copy.
Tested only with basic queries.
0 commit comments