pronamic / wp-pronamic-pay-mollie

Mollie driver for the WordPress payment processing library.
http://www.wp-pay.org/gateways/mollie/
6 stars 1 forks source link

Improve SQLite support #48

Closed remcotolsma closed 3 months ago

remcotolsma commented 3 months ago

The INSERT IGNORE should be INSERT OR IGNORE: https://stackoverflow.com/questions/12105198/sqlite-how-to-get-insert-or-ignore-to-work

And the BINARY in ON BINARY wp_user_meta.meta_value = mollie_customer.mollie_id is also a problem: https://github.com/pronamic/wp-pronamic-pay-mollie/blob/82f0e72fedfdc11f706de64442a7f43c4ac96a62/src/Install.php#L304-L382

Related issues:

Originally posted by @remcotolsma in https://github.com/pronamic/wp-pronamic-pay-with-mollie-for-gravity-forms/issues/4#issuecomment-2021590061