provtemp

Results 4 issues of provtemp

`Log::Log4perl::DateFormat` computes the time zone offset only once, so Lo4perl ends up logging incorrect datetimes when the object survives during time zone changes. ```bash % faketime '2021-03-28 01:59:58' perl -MLog::Log4perl...

https://github.com/preset-io/elasticsearch-dbapi/blob/7e48e57367c3b745bc640fc84d4aca4833a099ed/README.md?plain=1#L110 The »Fetch size« section of the README reads like the module does not automatically / on request use https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-pagination.html to retrieve all results and neither seems to issue a...

It is not clear to me how to query an endpoint that uses HTTP Basic Authentication. I tried ``` engine = create_engine( "elasticsearch+https://.../", connect_args={"password": credentials.password, "user": credentials.login}, ) ``` but...

https://github.com/preset-io/elasticsearch-dbapi/blob/0d5a93058fc82071169f199bfae85d7b5162a12a/es/baseapi.py#L318 needs to pass a `content-type: application/json` header, otherwise no requests go through, using ``` elastic-transport==8.0.1 elasticsearch==8.0.1 elasticsearch-dbapi==0.2.2 SQLAlchemy==1.4.32 ```