Bob Kline

Results 42 comments of Bob Kline

Sure enough. When you run the following Python script against `seleniarm/standalone-chromium:4.1.4-20220429` you'll get output reporting the successfully-obtained session ID. Run the same script when the container is using the image...

Does this project have any other active maintainers (given @jamesmortensen's current unavailability)?

Thanks, @diemol. I'll read the materials to which you linked and see what needs to change in `PHPUnit`. If what you say is true, wouldn't a 4xx HTTP code be...

So they decided that the distinction between an error caused by the client and an error caused by the server is no longer appropriate? That seems unfortunate, to put it...

I'm not saying _you_ made a bad decision. I'm just saying that whoever made that decision is ignoring the [original semantics](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes) of the HTTP status codes. > 4xx client error...

@zwell Can you provide a link to the documentation which explains that the `First()` method uses the first argument not just as the receptacle for the values in the retrieved...

> Do you have any recommendations for optimizing this design? That quoted passage appears in the informal general guides, not in the actual [API Documentation](https://pkg.go.dev/gorm.io/gorm) itself published on the Go...

I believe I have tracked down the cause of this bug. For `NULL` values `GetParameterInfo()` calls `GetNullInfo()`, and the first thing that function does is call `GetParamType()`. That function creates...

I noticed that `test_sql_variant()` in [sqlserver_test.py](https://github.com/mkleehammer/pyodbc/blob/master/tests/sqlserver_test.py) is marked to be skipped if `SQLSERVER_YEAR` is earlier than 2000, but a similar version check isn't made for the existing TVP tests, even...

[PR](https://github.com/mkleehammer/pyodbc/pull/1452) is in. I stumbled when I was trying to pare down the test to its absolute minimum, and tried setting the TVP value to a single row with `NULL`s,...