dsoares / roundcube-lastlogin

Roundcube plugin to save and show user login information and login history.
GNU General Public License v3.0
16 stars 12 forks source link

fixed query to complain standar sql99 #11

Closed mckaygerhard closed 8 years ago

mckaygerhard commented 8 years ago

this fixed query to able to use in both mysql and postgresql, the select case - when -end its work for both mysql and postgres and event sqlite!

fixed #10 that break postgres due lasted commit!

dsoares commented 8 years ago

To be 100% SQL99 compliant, could you please change your PR to use <> instead of != ? Thank you.

mckaygerhard commented 8 years ago

ready! changed!