poggit / libasynql

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

fix array keys being lost in sqlite3 #76

Closed Swift-Strider closed 2 years ago

Swift-Strider commented 2 years ago

This fixes SqlSelectResult when using sqlite3.

Endermanbugzjfc commented 2 years ago

Why revert to the original code? Wasn't the original code malfunctioning? And that was why Javier made these changes.

Swift-Strider commented 2 years ago

Yes, #77 fixes this.