poggit / libasynql

Asynchronous MySQL access library for PocketMine plugins.
https://poggit.github.io/libasynql
Apache License 2.0
132 stars 44 forks source link

Merge 4.0 branch changes into master #41

Closed CortexPE closed 4 years ago

CortexPE commented 4 years ago

After this PR gets reviewed and merged, I will rebase 4.0 from master then do the pocketmine\thread\Thread changes and the method signature changes as well. Along with the Logger class changes.

This should bring the changes that were planned months ago into the master branch, and allow us to update the 4.0 branch with the patches and feature additions that were added to master.

CortexPE commented 4 years ago

Checked #34

The logger changes there should be able to integrate nicely with these changes... It would send the warnings as the plugin's logger instead of from the server's logger, providing more context.

SOF3 commented 4 years ago

Pushed to 4.0 branch.