sqlite-database-integration
sqlite-database-integration copied to clipboard
Refactor data type maps and fine tune column metadata
As a follow-up on https://github.com/WordPress/sqlite-database-integration/pull/209, there are a few small improvements to be done.
- Currently, we already have multiple maps in the form of
mysql-type-to-something. We can consolidate them into something like this: - The column metadata information can be made a bit more accurate. Namely—adding support for MySQLi flags and possibly improving some edge cases.