Lukáš Unger

Results 3 issues of Lukáš Unger

https://github.com/nette/database/blob/4b4a269d2b92d8fc922230996889128948a5e346/src/Database/ResultSet.php#L167 Tested for PostgreSQL's timestamp with time zone data type. This line seems to throw out timezone, when it is present. `2014-10-27 18:05:00 +0100` gets converted to `2014-10-27 18:05:00` with...

```php use Throwable; class InvalidResponseException extends Exception { public function __construct(Validator $validator, ?Throwable $previous = null) { // ... } ``` This reports `Exception is not chainable. It must have...

Hi, are there any plans to support react/promise 3.0?