mirror of
https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress.git
synced 2026-01-26 08:22:19 +01:00
MySQL recognizes SIGNED and UNSIGNED in place of SIGNED INTEGER and UNSIGNED INTEGER. Notice this in calls to CAST() and replace it with INTEGER (which is signed by default). Signed-off-by: Kevin Locke <kevin@kevinlocke.name>