fetchItemByIdentity now returns null immediately upon null identity
authorgmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 18 Nov 2010 16:28:19 +0000 (16:28 +0000)
committergmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 18 Nov 2010 16:28:19 +0000 (16:28 +0000)
commit11aef9eddfa7eefc3af33dd1256d72f6785ed27a
tree0b8deaacced1a73be6bd798dae407ae02b4b8ef4
parent98194362f2282f7a6aeae9479cabd1202eecc0c6
fetchItemByIdentity now returns null immediately upon null identity

Besides being trivially more efficient, this avoids a situation
where pcrud can sometimes time out when attempting to retrieve
a row by a null PK value.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>

git-svn-id: svn://svn.open-ils.org/ILS/trunk@18784 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/js/dojo/openils/PermaCrud/Store.js