_|+

Results 7 issues of _|+

It seems to be similar to #142. The same issue with TimeSpan format. **Probable solution**: to store TimeSpan as long: ```C# TimeSpan myTimeSpan = new TimeSpan(10, 10, 10); long valueToBeStoredInDb...

Hi, **Is your feature request related to a problem? Please describe.** We are using Authentik with LDAP in an organization, and it would be great to have the ability to...

enhancement
enhancement/confirmed

Hi! While using nftables, we discovered it would be more efficient to process monitor events (changes) all at once upon commit, triggered by the event that caused the change, such...

### Description Hello! With newest version of Dbeaver Clickhouse CBA does not work: It throws `connection reset` error most of the time, but sometimes `certificate_required` ``` java.net.SocketException: Connection reset at...

xp:major
x:clickhouse
xf:connection
regression

### Current Behavior Hello! I just noticed that when Database parameter is set to different value than `default` then in queries still default db is used what is unexpected. ###...

bug

### Use Case Telegraf encourages the development of external plugins that can be integrated via the execd plugin. However, its error handling model is limited, as communication between Telegraf and...

feature request

## Observed When writing session timezone is other than UTC (`"session_timezone": timezone` setting) inserting to `DateTime` column value: ```go now := time.Now().UTC() // 2025-11-12 16:33:21 ``` leads to ```txt timezone:...

bug
needs triage