Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / vimeo/php-mysql-engine issues and pull requests

#54 - feat: INSERT...SELECT syntax implementation.

Pull Request - State: open - Opened by Javakky-pxv 8 days ago

#53 - feat: Skip FORCE INDEX for JOIN

Pull Request - State: open - Opened by Javakky-pxv 16 days ago - 1 comment

#52 - impelement MAKETIME and TIMESTAMP function parser

Pull Request - State: open - Opened by mostafayavari94 about 1 month ago - 3 comments

#51 - FunctionEvaluator: fix typo `UNIX_TIMESTAPM()` -> `UNIX_TIMESTAMP()`

Pull Request - State: closed - Opened by DanielEScherzer 4 months ago - 1 comment

#50 - Fix for SELECT with OFFSET

Pull Request - State: closed - Opened by jozefhornik 7 months ago

#49 - Fix for SELECT with OFFSET

Pull Request - State: closed - Opened by jozefhornik 7 months ago

#48 - Make Sure PDO::FETCH_DEFAULT is Defined

Pull Request - State: closed - Opened by sergiosalvatore 7 months ago

#47 - add mysql 8 utf8 default charset to character set map.

Pull Request - State: closed - Opened by manu844 7 months ago

#46 - fix: correctly handle the default `::fetch` style for statements

Pull Request - State: closed - Opened by Kenneth-Sills 8 months ago - 2 comments

#45 - fix: use default fetch mode for PHP8 PDO implementation

Pull Request - State: closed - Opened by Kenneth-Sills 8 months ago - 4 comments

#44 - Add support for `GROUP_CONCAT`

Pull Request - State: closed - Opened by MelechMizrachi 11 months ago

#43 - WIP: Add an UPDATE with ORDER BY that fails.

Pull Request - State: open - Opened by rguico 11 months ago - 1 comment

#42 - Fix a few PHP 8 related issues

Pull Request - State: closed - Opened by MelechMizrachi 12 months ago

#41 - Convenience Method for Instantiating the Right FakePDO

Pull Request - State: closed - Opened by sergiosalvatore about 1 year ago

#40 - fix text and char column php code args

Pull Request - State: closed - Opened by cfebs almost 2 years ago

#39 - Fix field support for CHARACTER SET & COLLATE

Pull Request - State: closed - Opened by cfebs about 2 years ago

#38 - Add CEIL()/CEILING() and FLOOR() SQL Function Support

Pull Request - State: closed - Opened by sergiosalvatore about 2 years ago

#37 - Add missing #[\ReturnTypeWillChange] for PHP 8.1 support

Pull Request - State: closed - Opened by zonuexe about 2 years ago - 4 comments

#36 - Add support of timezone

Pull Request - State: closed - Opened by souravchandra over 2 years ago

#35 - Support empty date

Pull Request - State: open - Opened by SirPL over 2 years ago

#34 - Support for BOOLEAN column type

Pull Request - State: open - Opened by SirPL over 2 years ago - 3 comments

#33 - Add #[\ReturnTypeWillChange] for PHP 8.1 support

Pull Request - State: closed - Opened by usuyuki almost 3 years ago - 2 comments

#32 - feat(UNIX_TIMESTAMP): add basic support for UNIX_TIMESTAMP function

Pull Request - State: closed - Opened by rtm-ctrlz almost 3 years ago - 6 comments

#31 - first commit

Pull Request - State: closed - Opened by yeremios about 3 years ago

#30 - Adds INET_ATON and INET_NTOA mysql methods

Pull Request - State: closed - Opened by aaronm67 over 3 years ago - 1 comment

#29 - Handle in dsn optional dbname delimiter

Pull Request - State: open - Opened by andrew-svirin over 3 years ago - 8 comments

#28 - Typo fix

Pull Request - State: closed - Opened by BenMorel over 3 years ago - 1 comment

#27 - Process operator (~)tilda

Pull Request - State: closed - Opened by andrew-svirin over 3 years ago - 2 comments

#26 - Fix remaining psalm errors

Pull Request - State: closed - Opened by villfa over 3 years ago - 1 comment

#25 - Remove unreachable code

Pull Request - State: closed - Opened by villfa over 3 years ago - 1 comment

#24 - Fix a warning when DateTime column has empty value

Pull Request - State: closed - Opened by xinhus over 3 years ago - 1 comment

#23 - feat(FakePdoStatement): implement `$pdoStatement->bindParam()` method

Pull Request - State: closed - Opened by rtm-ctrlz over 3 years ago - 1 comment

#22 - Stub errorInfo() to prevent upstream issues

Pull Request - State: closed - Opened by Rarst over 3 years ago - 1 comment

#21 - Fix: MySQL function ROUND() can take 1 or 2 arguments.

Pull Request - State: closed - Opened by dmitr1y almost 4 years ago - 1 comment

#20 - Add functions CURDATE and WEEKDAY

Pull Request - State: closed - Opened by dmitr1y almost 4 years ago - 1 comment

#19 - create table default data for integer

Pull Request - State: closed - Opened by kojirock5260 almost 4 years ago - 1 comment

#18 - add data type for integer

Pull Request - State: closed - Opened by kojirock5260 almost 4 years ago - 1 comment

#17 - Fix CI configuration and update Psalm for development

Pull Request - State: closed - Opened by zonuexe almost 4 years ago - 2 comments

#16 - Add support for FETCH_COLUMN in fetch

Pull Request - State: closed - Opened by bronek89 almost 4 years ago - 1 comment

#15 - Set default fetch style

Pull Request - State: closed - Opened by Javakky-pxv almost 4 years ago - 1 comment

#14 - Supports SHOW INDEX syntax

Pull Request - State: closed - Opened by Javakky-pxv almost 4 years ago - 1 comment

#13 - Fix typo: Server->haveSnapshot() into Server->hasSnapshot()

Pull Request - State: closed - Opened by staabm almost 4 years ago - 2 comments

#12 - Add PDO::quote() to FakePdoTrait

Pull Request - State: closed - Opened by zonuexe almost 4 years ago - 1 comment

#11 - feat(FakePdo): implement `$pdo->inTransaction()` method

Pull Request - State: closed - Opened by rtm-ctrlz almost 4 years ago - 1 comment

#10 - fix(Truncate/Drop): fix parsing of table-name

Pull Request - State: closed - Opened by rtm-ctrlz almost 4 years ago

#9 - fix(DataIntegrity): fix psalm error about concatenation of `string` and `mixed`

Pull Request - State: closed - Opened by rtm-ctrlz almost 4 years ago - 1 comment

#8 - feat(TruncateParser): update `TRUNCATE`

Pull Request - State: closed - Opened by rtm-ctrlz almost 4 years ago - 1 comment

#7 - feat(fetchColumn): implement method `PDOStatement::fetchColumn`

Pull Request - State: closed - Opened by rtm-ctrlz almost 4 years ago - 2 comments

#6 - Add Exec and Query methods to FakePDO

Pull Request - State: closed - Opened by M1ke about 4 years ago - 4 comments

#5 - Add license declaration to composer.json

Pull Request - State: closed - Opened by charrondev about 4 years ago - 1 comment

#4 - A test that accesses the database is not a unit test

Pull Request - State: closed - Opened by sebastianbergmann about 4 years ago - 1 comment

#3 - Add Varbinary column class

Pull Request - State: closed - Opened by zonuexe about 4 years ago - 1 comment

#2 - Fixed typo in README.md

Pull Request - State: closed - Opened by POPSuL about 4 years ago - 1 comment

#1 - Fix type in CreateIndex

Pull Request - State: closed - Opened by szepeviktor about 4 years ago - 2 comments