poggit / libasynql

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

Fixed nullable type on SQLite #20

Closed matcracker closed 5 years ago

matcracker commented 5 years ago

Currently, SQLite doesn't accept nullable variables while MySQL it does.