Database - Should I define a max length for stored url? -
i'm building small webapplication should store urls input of form. urls can have attributes, parameters etc. https:/www.stackoverflow.com/search?q=this+could+be+a+very+long+string. 'experts' make use out of missing validator, checks length of string. otherwise limitation may let occur error if url long.
i'm using sqlite3, solution should work database-independent.
Comments
Post a Comment