Hi,

The only thing I would add to that is that it's possible to upgrade to SMW
1.8 while keeping the old database structure, by adding the following to
LocalSettings.php:

$smwgDefaultStore = 'SMWSQLStore2';

This isn't a good long-term solution, though, because support for SQLStore2
will presumably go away at some point. The ideal solution, as Nischay
noted, is to switch away from direct SQL calls altogether.

-Yaron

On Fri, Feb 1, 2013 at 9:31 AM, Nischay Nahata <nischay...@gmail.com> wrote:

> Hi,
>
> Yes, there have been some major changes to the database in SMW 1.8; at
> least the table names have changed.
> All the documentation can be found at [1] but I am afraid they aren't that
> complete.
>
> It is advised to not directly query with these tables and use SMW's
> abstraction to the extent possible.
>
> [1]http://semantic-mediawiki.org/wiki/Category:Developer_documentation
>
> On Fri, Feb 1, 2013 at 6:05 PM, Beebe, Mary J <bee...@battelle.org> wrote:
>
>> We are currently at these versions:****
>>
>> MediaWiki 1.15.3****
>>
>> Semantic MediaWiki 1.5.6****
>>
>>  We would like to upgrade to the newest stable versions of both of these
>> including the other Semantic extensions that we  use.  I was told that
>> there were some major changes to the database structure with the newer
>> versions.  We have some internal custom built extensions  which directly
>> query the SMW database tables.    ****
>>
>>  Is the changes to the database structure so drastic that we will have to
>> make major changes to our extensions?  Also is there available
>> documentation for the new structure in the database?  It took some time to
>> figure out the database queries with the current structure.****
>>
>>  Thanks,****
>>
>> Mary Beebe****
>>
>> Battelle - Charlottesville, VA****
>>
>>
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_d2d_jan
>> _______________________________________________
>> Semediawiki-devel mailing list
>> Semediawiki-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/semediawiki-devel
>>
>>
>
>
> --
> Cheers,
>
> Nischay Nahata
> nischayn22.in
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_jan
> _______________________________________________
> Semediawiki-devel mailing list
> Semediawiki-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/semediawiki-devel
>
>


-- 
WikiWorks · MediaWiki Consulting · http://wikiworks.com
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

Reply via email to