tsuru / mysqlapi

MySQL service API for tsuru PaaS.
BSD 3-Clause "New" or "Revised" License
14 stars 18 forks source link

should return friendly error when username exceeds max length expected #4

Closed gauperes closed 12 years ago

gauperes commented 12 years ago
% curl -d "appname=namewithmorethan16chars" http://10.170.0.182/resources/
...
DatabaseError at /resources/
  (1470, String "namewithmorethan16chars" is too long for user name (should be no longer than 16)
GabrielZettel commented 12 years ago

Fixed