Caleb Lloyd

Results 114 comments of Caleb Lloyd

> Right now, I'm assuming that those persist in memory on the server until the connection is pulled from the pool and reset. Or until the connection is reaped I...

I hadn't considered doing it this way, I like your approach!

Hi Martin, This library is a drop-in replacement for Oracle's `MySql.Data` package. The `MySqlConnection` class uses the same namespace, `MySql.Data.MySqlClient`. Read our [tutorial for using with .NET Core MVC](https://mysql-net.github.io/MySqlConnector/tutorials/net-core-mvc/) for...

My apologies, I misunderstood your question. I do not think we implement the MySqlScript class presently.

A workaround is to remove the explicit `NULL` and the column will implicitly accept `NULL` values. I would be happy to offer a PR if someone could point me in...

A workaround is to remove quotes around the identifier, but this will cause issues if the identifier is a reserved SQLite Keyword. I would be happy to offer a PR...

Is there a way to tell what specifically about the test is failing? All I see in the CI log is `Test 2R88QL failed.` Also 2.7.4 should still work. But...

I found the test issue, I had pasted an incorrect version into `DB_CONNECTION_TEST`; that is fixed I am fine with keeping `2.7.4` in the tests... I don't think we necessarily...

Updated NATS client to `v1.17.1-0.20220923` to take advantage of the `KeyValueStatus.Bytes()` method for `DbSize()`, should be ready for re-review /cc @jnmoyne

Sure, @boxboatmatt did a Susecon talk that you might find interesting: https://www.youtube.com/watch?v=JYDUc5ebyz0 The data is stored in a NATS KV bucket, which is a type of NATS Stream. Therefore any...