stable

Clone or download

Read-only

request #7985 SQL permissions object_id with no quotes if it is an ID

The permission table defines object_id as VARCHAR. Some queries (like the git ones) uses INT for object_id. When there are a lot of data, using INT instead of CHAR leads to very poor performances Change-Id: Ie8ae712ea1d9e3f5531bbda65d89efeee731b282

Modified Files

Name
M src/common/dao/PermissionsDao.class.php +1 −1 Go to diff View file