Takayasu Oyama

Results 16 issues of Takayasu Oyama

A possible solution for concern raised in https://github.com/phpredis/phpredis/issues/1674

Adding a column with JSON type and inserting a value throws the following error. ``` { "message": "Value has type STRING which cannot be inserted into column values, which has...

type: feature request
api: spanner

The feature was added to the framework in v8 (and never mentioned in the release note). https://github.com/laravel/framework/pull/35373

Hi, thanks for the great library. PhpStorm couldn't resolve the return type for methods in `Bramus\Ansi\Traits\ControlFunctions` so I made a small fix. Example code that shows the error: ``` public...

The code below is missing timezone information (`P`). https://github.com/googleapis/google-cloud-php/blob/69162b2c46130b89f9d5c9e27cf9f671e387087f/BigQuery/src/ValueMapper.php#L50-L51 They should be same as Timestamp. https://github.com/googleapis/google-cloud-php/blob/69162b2c46130b89f9d5c9e27cf9f671e387087f/BigQuery/src/Timestamp.php#L35 #### Environment details - OS: Alpine Linux v3.15 - PHP version: 8.0 - Package...

`iterator_to_array` was changed to accept `iterable`.

We use [php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to format out code to be aligned with [PER coding style](https://php-fig.org/per/coding-style/). This library comes close by supporting PSR-12 but there are some minor differences. One in particular...

Was recently support by emulator https://github.com/GoogleCloudPlatform/cloud-spanner-emulator/releases/tag/v1.5.15.

enhancement

https://cloud.google.com/spanner/docs/table-name-synonym

enhancement
blocked by upstream