• Resolved Patrick Bates

    (@patricknami)


    Hello, it was recently necessary for us to work on making your plugin compatible with Project Nami, a fork of WordPress which runs on SQL Server. The changes we had to make were very minor, and seemed to be from a small subset of queries whose syntax doesn’t match others in your plugin.

    Essentially, any UPDATE statement which used an alias in the format “bookings AS bk” is invalid in SQL Server. So we only had to remove the use of the alias.

    For your reference, these are the files we had to modify:
    wpbc-ajax.php
    wpbc-booking-new.php
    wpbc-activation.php
    wpbc-functions.php

    As these changes should have no negative impact on MySQL, we hope you will incorporate this into your plugin so our changes will not be overwritten by your future updates.

    Thanks!

    P.S. — We’re still undergoing dev/test with the site which wanted to use your plugin, so additional info may follow.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Compatability with Project Nami / SQL Server’ is closed to new replies.