1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 09:22:40 +01:00
phorge-phorge/src/applications/nuance/storage
epriestley 4f87adc438 Ignore keys with trailing index on table primary key for now
Summary:
Ref T1191. We have several keys on `<x, y, id>`. When `id` is an auto-increment primary key, I believe this is exactly equivalent to a key on `<x, y>`, because the leaf nodes are implicitly sorted by `id`. We omit the implicit `id` elsewhere.

It would be nice to drop the `id` bit for consistency, but it's not doing any harm and this doesn't need to block the primary work of T1191.

Test Plan: Saw slightly fewer warnings.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T1191

Differential Revision: https://secure.phabricator.com/D10592
2014-10-01 07:55:09 -07:00
..
NuanceDAO.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00
NuanceItem.php Ignore keys with trailing index on table primary key for now 2014-10-01 07:55:09 -07:00
NuanceItemTransaction.php Rename PHIDType classes 2014-07-24 08:05:46 +10:00
NuanceItemTransactionComment.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00
NuanceQueue.php Generate expected schemata for MetaMTA, Nuance, MetaData, OAuthServer 2014-09-24 13:50:00 -07:00
NuanceQueueItem.php Ignore keys with trailing index on table primary key for now 2014-10-01 07:55:09 -07:00
NuanceQueueTransaction.php Rename PHIDType classes 2014-07-24 08:05:46 +10:00
NuanceQueueTransactionComment.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00
NuanceRequestor.php Rename PHIDType classes 2014-07-24 08:05:46 +10:00
NuanceRequestorSource.php Add missing expected keys and uniqueness 2014-10-01 07:53:50 -07:00
NuanceRequestorTransaction.php Rename PHIDType classes 2014-07-24 08:05:46 +10:00
NuanceRequestorTransactionComment.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00
NuanceSchemaSpec.php Generate expected schemata for MetaMTA, Nuance, MetaData, OAuthServer 2014-09-24 13:50:00 -07:00
NuanceSource.php Generate expected schemata for MetaMTA, Nuance, MetaData, OAuthServer 2014-09-24 13:50:00 -07:00
NuanceSourceTransaction.php Rename PHIDType classes 2014-07-24 08:05:46 +10:00
NuanceSourceTransactionComment.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00
NuanceTransaction.php Nuance - get some scaffolding up there 2013-11-06 17:00:09 -08:00