Coder3333

Results 7 issues of Coder3333

## 1. Description I have a very simple query that uses the old ObjectContext, instead of DbContext, and it fails when I try to perform an Update. ## 2. Exception...

I expect CachingService.TryGetValue to return the value that I stored in the cache, but instead, it returns the Lazy that was used to generate the value. I would expect a...

bug
help wanted

I have a scenario where I am adding a Waypoint to each of 2000 elements on the page, so that I can execute a behavior as each one is scrolled...

The python sdk gives the option to start an asynchronous query directly and then use the query id to manually request the results. It looks like this would be a...

enhancement

Many of the new features are added in a new SnowflakeDbAsynchronousQueryHelper class. You can see how to interface with the features in the new SFDbCommandAsynchronous Unit Tests class.

### Steps to reproduce Call ``UseMySql[TContext](DbContextOptionsBuilder`1 optionsBuilder, DbConnection connection, ServerVersion serverVersion, Action`1 mySqlOptionsAction)`` with a MySqlConnector.MySqlConnection (Cannot change the connection string on an open connection) or MySqlDataAlias.MySql.Data.MySqlClient.MySqlConnection (Not allowed to...

type-bug

I was able to solve this problem in ASP.Net Core using the recommendation given (https://github.com/okta/samples-aspnetcore/issues/53), but now I want to do the same thing in old ASP.Net. I do not...

priority-pending
OKTA-459771