sqlite-database-integration icon indicating copy to clipboard operation
sqlite-database-integration copied to clipboard

Refactor data type maps and fine tune column metadata

Open JanJakes opened this issue 2 months ago • 0 comments

As a follow-up on https://github.com/WordPress/sqlite-database-integration/pull/209, there are a few small improvements to be done.

  1. Currently, we already have multiple maps in the form of mysql-type-to-something. We can consolidate them into something like this: Image
  2. The column metadata information can be made a bit more accurate. Namely—adding support for MySQLi flags and possibly improving some edge cases.

JanJakes avatar Oct 02 '25 13:10 JanJakes