Fixed ALF-4190: fixNameCrcValues-2 fails on 3.4

- Finished implementation: Missing bean injection, update parameters wrong way around, etc
 - Improved performance (negative name crc values can be left as is)
 - Tested 


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21814 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2010-08-16 18:28:34 +00:00
parent 103c17d160
commit b55d27f553
4 changed files with 43 additions and 18 deletions

View File

@@ -302,8 +302,8 @@
update
alf_child_assoc
set
qname_crc = ?,
child_node_name_crc = ?
child_node_name_crc = ?,
qname_crc = ?
where
id = ?
</update>