• Arkadiusz Hiler's avatar
    wbemprox: Reimplement LIKE. · f67279c5
    Arkadiusz Hiler authored
    Current implementation handles correctly % only at the end of the
    string. Nothing else matches.
    
    The new implementation while naïve and recursive handles both _ and *
    correctly.
    f67279c5
query.c 38.1 KB