[aur-dev] [PATCH] Store last login address as plain text

Marcel Korpel marcel.korpel at gmail.com
Mon Mar 14 09:12:25 UTC 2016


* Lukas Fleischer <lfleischer at archlinux.org> (Sun, 13 Mar 2016 11:49:01
+0100):
> -	LastLoginIPAddress INTEGER UNSIGNED NOT NULL DEFAULT 0,
> +	LastLoginIPAddress VARCHAR(40) NULL DEFAULT NULL,

VARCHAR(40) is too short, I think, see
http://stackoverflow.com/q/166132/258127

According to Linux header files, the maximum length of an IPv6 address
is 45 characters.

Regards,
Marcel


More information about the aur-dev mailing list