This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 1734bc1  IGNITE-12126 ODBC SQLNumResultCols() works after SQLPrepare()
     add b293cd1  IGNITE-13357 .NET: Add IncludeExpired to ContinuousQuery and 
ContinuousQueryClient

No new revisions were added by this update.

Summary of changes:
 .../processors/platform/cache/PlatformCache.java   |  3 +-
 .../cache/query/PlatformContinuousQuery.java       |  3 +-
 .../cache/query/PlatformContinuousQueryImpl.java   |  4 +-
 .../cpp/core/src/impl/cache/cache_impl.cpp         |  1 +
 .../Continuous/ContinuousQueryAbstractTest.cs      | 75 ++++++++++++++++++++++
 .../Cache/Query/Continuous/ContinuousQueryTest.cs  |  5 +-
 .../Client/Cache/ContinuousQueryTest.cs            | 71 ++++++++++++++++++++
 .../Apache.Ignite.Core/Apache.Ignite.Core.csproj   |  1 +
 .../Cache/Event/CacheEntryEventType.cs             |  7 +-
 .../Cache/Query/Continuous/ContinuousQuery.cs      | 11 ++++
 .../Query/Continuous/ContinuousQueryClient.cs      | 11 ++++
 ...ntryRemoveEvent.cs => CacheEntryExpireEvent.cs} | 10 +--
 .../Query/Continuous/ContinuousQueryHandleImpl.cs  |  1 +
 .../Cache/Query/Continuous/ContinuousQueryUtils.cs |  2 +
 .../Impl/Client/Cache/CacheClient.cs               |  2 +-
 .../Apache.Ignite.DotNetCore.sln.DotSettings       |  1 +
 16 files changed, 195 insertions(+), 13 deletions(-)
 copy 
modules/platforms/dotnet/Apache.Ignite.Core/Impl/Cache/Event/{CacheEntryRemoveEvent.cs
 => CacheEntryExpireEvent.cs} (90%)

Reply via email to