﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
11004	cache.set should raise an exception when key is too long	Erik Allik	elbarto	At least when using DB caching, the maximum allowed cache key length is 255 because the cache table is created that way. But when cache.set() is not currently aware of this and when caching a value using a key longer than 255 characters, a database error is thrown (which, at least in the case of Postgres, is not very clear about the reason).	Bug	closed	Core (Cache system)	dev	Normal	fixed		gerdemb	Accepted	0	0	0	0	0	0
