issues
search
friends-of-reactphp
/
mysql
Async MySQL database client for ReactPHP.
MIT License
334
stars
66
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix memory leaks described in issue #179
#202
dmarkic
opened
1 month ago
1
Automatic Table Alias Prefixing in SELECT Queries to Avoid Field Name Conflicts
#201
pfk84
opened
1 month ago
1
Next steps for ReactPHP MySQL with ReactPHP v3
#200
SimonFrings
opened
5 months ago
1
[TLS] Cannot connect to remote db
#199
jamesrweb
closed
5 months ago
5
[Performance] Long polling with mysql during a periodic interval
#198
lucascesconetto
opened
6 months ago
1
Support protocol packages larger than 16 MiB #47
#197
dmarkic
opened
6 months ago
3
Add rdbms matrix for wider compatibility testing
#196
WyriHaximus
opened
7 months ago
2
Add PHPStan to test environment with `max` level
#195
bwaidelich
closed
7 months ago
3
Fix MariaDB support in `FactoryTest`
#194
bwaidelich
closed
1 month ago
3
Add missing namespace import in `MysqlClient`
#193
bwaidelich
closed
6 months ago
5
Memory leaks on a huge amount of requests
#192
Ispolin08
opened
8 months ago
4
why I am getting this error
#191
lajeeshk
closed
11 months ago
1
Refactor to move command queue to `MysqlClient` and connection logic to `Connection` class
#190
clue
closed
11 months ago
0
Consistently emit close event after quit even if server rejects
#189
clue
closed
11 months ago
1
Rename `MySQL` namespace to `Mysql`
#188
SimonFrings
closed
11 months ago
0
Rename `QueryResult` to `MysqlResult`
#187
SimonFrings
closed
11 months ago
0
Simplify API, add new `MysqlClient` and remove `Factory` and `ConnectionInterface`
#186
clue
closed
11 months ago
1
Hello `0.7.x` development branch
#185
clue
closed
12 months ago
0
Fix typos in documentation
#184
yadaiio
closed
1 year ago
0
Use Promise v3 template types
#183
clue
closed
1 year ago
0
Reduce default idle time to 1ms
#182
clue
closed
1 year ago
0
Improve CI workflow to await database
#181
SimonFrings
closed
1 year ago
0
Run tests on PHP 8.3 and update test suite
#180
clue
closed
1 year ago
0
Memory leak
#179
dmarkic
closed
1 year ago
5
Update close handler to avoid unhandled promise rejections
#178
clue
closed
1 year ago
0
PHP 8.2 deprecated creation of dynamic property
#177
hasanparasteh
closed
1 year ago
4
simple mysql pool
#176
wpjscc
closed
1 year ago
1
Add connection pool (manage multiple connections)
#175
clue
opened
1 year ago
7
Emit timeout error if socket connection dies silently
#174
clue
opened
1 year ago
0
Memory issues
#173
maciejfikus
closed
1 year ago
1
simple mysql pool
#172
wpjscc
closed
1 year ago
1
Support stored procedures (multiple result sets)
#171
drucifer
opened
1 year ago
5
Update test suite and report failed assertions
#170
clue
closed
1 year ago
0
Updated implementation of query named parameters
#169
Divi
opened
1 year ago
2
Strange behavior while 'free memory'
#168
yyydevf
closed
1 year ago
4
Can not send more queries after 'Not supportted value type' exception
#167
yyydevf
opened
1 year ago
5
Support protocol packages larger than 16 MiB #47
#166
dmarkic
closed
6 months ago
22
Change default charset encoding to `utf8mb4` for full UTF-8 support
#165
clue
closed
2 years ago
0
Hello `0.6.x` development branch
#164
clue
closed
2 years ago
1
Use reactphp/async instead of clue/reactphp-block
#163
dinooo13
closed
2 years ago
4
Mark passwords and URIs as `#[\SensitiveParameter]` (PHP 8.2+)
#162
clue
closed
2 years ago
0
Test on PHP 8.2
#161
clue
closed
2 years ago
0
Fix legacy HHVM build by downgrading Composer
#160
clue
closed
2 years ago
0
Handle parser errors by emitting error and closing connection
#159
clue
closed
2 years ago
1
Fix parsing ERR after result set
#158
clue
closed
2 years ago
1
Forward compatibility with upcoming Promise v3
#157
clue
closed
2 years ago
3
A function to interpret mysql data types.
#156
devblack
closed
2 years ago
1
Handling RuntimeException Inside $onRejected Promise
#155
hasanparasteh
closed
2 years ago
1
Cant connect to MySQL using CLI
#154
fx1234
closed
2 years ago
4
Implementing laravel query builder
#153
mahmutbayri
closed
2 years ago
3
Next