deliciousbrains / sqlbuddy

phpMyAdmin alternative with a focus on usability
http://sqlbuddy.com
MIT License
188 stars 54 forks source link

Changed urldecode to rawurldecode to allow plus symbols on insert #5

Closed shaunpud closed 8 years ago

shaunpud commented 11 years ago

Discovered plus symbols were being converted to spaces after an insert.

fvdm commented 10 years ago

I just tested this PR, it works without issues and is mandatory for proper function.

gilbitron commented 8 years ago

Closing this as we are planning a ground up rewrite for v2.0.

fvdm commented 8 years ago

That's great news. I prefer Sqlbuddy so much over Phpmyadmin. It's light on system resources and fast, but not compatible with PHP7.

shaunpud commented 8 years ago

Bit late for that now, been using Adminer with great success.