Subject: | DB creation still only Postgres-compatible |
Despite my efforts, the database structure functionality remains not usable if you are not using Postgres - The immediate fix is very simple: In User::Simple::Admin, add the maximum length for the varchar fields (say, 50 or 100, just to be sure).
I am not uploading the fix right away as I want to modify it to become usable also with SQL::Statement-derived DBDs. Soon :)