﻿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
22825	DatabaseFeature supports_check_constraints and schema test_check_constraints	Maximiliano Robaina	nobody	"DB Backends can define a database feature called supports_check_constraints, but what does it mean?

Running the schema tests, test_check_constraints skips it if the backend doesn't supports check constraints, but it seem like is trying to test column based check constraints. In my case Firebird just support table based check constraints, so the test_check_constraints fails.

My proposal is to change the supports_check_constraints name to something more explicit like supports_column_based_check_constraints."	Cleanup/optimization	closed	Database layer (models, ORM)	1.7-beta-2	Normal	fixed		Andrew Godwin	Unreviewed	0	0	0	0	0	0
