amitt001 / pygmy

An open-source, feature rich & extensible url-shortener + analytics written in Python :cookie:
https://demo.pygy.co/pygmy
MIT License
695 stars 134 forks source link

Fixes Issue 15: case insensitive mysql short code search takes very long #18

Closed amitt001 closed 6 years ago

amitt001 commented 6 years ago
  1. fix bug when getting latest short code using order by link.id
  2. fix bug when comparing two short code using collate
coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.07%) to 53.711% when pulling 67260baca6b3ecf11848169f20a857e8fd384762 on mysql-case-insensitive-bug-15 into 863fc7a51da80ca6e8c0cc26a4e429cbdb5e9218 on master.

amitt001 commented 6 years ago

Squash of #17

Fixes #15