Timo

Results 5 issues of Timo

This change adds a configuration parameter (`SQLDialect.supportsMultiRowInsert`) to support dialects that do not support multi row inserts (e.g. Oracle). This is `true` by default. If `false`, a warning will be...

Hello, how do I setup the `SmbClient` to access a DFS share? My current setup is the following: ```rust let client = SmbClient::new( SmbCredentials::default() .server("smb://x.x.x.x/dfs/path...") .username("username") .password("password") .workgroup("domain.net"), SmbOptions::default() ).unwrap();...

question

When connections are requested from the pool in bursts, the pool might have requests in the queue while a keep alive or idle timer is triggered. This should resolve the...

### Describe the issue The connection pool crashes when a lot of requests occur in a burst ### Vapor version n/a ### Operating system and version macOS 14.4.1 ### Swift...

bug

### Motivation Currently, every ServerError throws a 500 status code (at least when using hummingbird-transport). This might be very subjective, but a response with a 500 status code indicates a...

kind/feature
status/triage