-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test / Fix Relevanssi plugin and add to list of supported plugins #78
Comments
Tested and still not working because of the below SQL error:
Here there is clearly an issue of conversion about the PRIMARY KEY. In fact, if a name is given to the primary key in the same SL instruction where we have the CREATE TABLE, this name should be removed. So instead of having this:
We should have that:
The second issue is the data type mediumint which is not existing in PostgreSQL, that we can see several times here. mediumint is a very strange thing invented in MySQL, to represent an integer on 3 bytes (instead of 2 or 4). It must be replaced by the integer PostgreSQL data type. |
still needs to be retested with latest and added to list of supported plugins |
https://wordpress.org/plugins/relevanssi/
Not working per: #73
The text was updated successfully, but these errors were encountered: