czoIg

Results 8 issues of czoIg

This is: ``` - [ ] a bugfix - [ ] a new feature - [x] refactoring ``` Checklist: - [x] Changes are covered by unit tests - [x] Code...

reader/xlsx
memory

Fixes CREATE TABLE with ``` `type` varchar (255) CHARACTER SET utf8 NOT NULL ``` as described in #365. Also fixes unit tests with old TestCase class.

The following query was producing UnableToCalculatePositionException, although it is a valid sql query: ```sql SELECT * FROM table1 LEFT JOIN table2 USING (id1) ```

Added in #355 support for `CHARACTER` as alias of `CHAR` data type spoils parsing of `CHARACTER SET utf8`: ```sql CREATE TABLE IF NOT EXISTS example (`type` varchar (255) CHARACTER SET...

In composer.json there's: ``` "require" : { "php" : ">=5.3.2" } ``` but there's also: ``` "require-dev" : { ... "phpunit/phpunit" : "^9.5.13", ... } ``` which produces error in...

#### Environment details - OS: Debian Bullseye - PHP version: 8.3 - Package name and version: google/gax:v1.34.1 (1.34.0 was working without errors) #### Steps to reproduce 1. Error seems a...

**Describe the bug** IF the FTP server responds with missing last pipe, there will be `panic: runtime error: slice bounds out of range [35:34]` **To Reproduce** The FTP server need...

defect