Jeroen De Dauw has submitted this change and it was merged. Change subject: Removing length restriction for Strings ......................................................................
Removing length restriction for Strings Changed DIHandlers for Blob and Strings : they store two fields, one for selecting and sorting and the other for storing the actual blob(only when size exceeds 255) DIString and DIBlob use same table Added new table for some special properties - 'smw_uri'. Initially they were stored in smw_spec2, but now spec2 can only store properties of type String TODO - check the tables for other special properties Patchset2 : spaces and braces Change-Id: I1dd5becb10293b57be4102719d30f1521af02a90 --- M includes/storage/SMW_DIHandler_Blob.php M includes/storage/SMW_DIHandler_String.php M includes/storage/SMW_SQLStore2.php 3 files changed, 67 insertions(+), 22 deletions(-) Approvals: Jeroen De Dauw: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/14612 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1dd5becb10293b57be4102719d30f1521af02a90 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/SemanticMediaWiki Gerrit-Branch: storerewrite Gerrit-Owner: Nischayn22 <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: Markus Kroetzsch <[email protected]> Gerrit-Reviewer: Nischayn22 <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
