Roman Kuzmin

Results 4 comments of Roman Kuzmin

Please merge it :) It is very important feature for parsing Syslog RFC 3164.

@djkoloski Please, clarify how this bug affects library users. Thank you!

Just pass `c.Request.Context()` instead of `c` (*gin.Context) itself. `db.WithContext(c.Request.Context())` Also consider not passing request's context to a DBMS transaction when performing INSERT/UPDATE/DELETE. Otherwise your transaction may rollback if request is...

@auxten Please see [PR](https://github.com/chdb-io/chdb-rust/pull/4).