jDiction Forum

English => General Questions => Topic started by: ivan on August 08, 2013, 11:45:26 pm

Title: uninstalling jDiction and changing database type
Post by: ivan on August 08, 2013, 11:45:26 pm
I still haven't decided if I will be using jDiction for my website. Only reason is changing database type.
What will happen if I uninstall jDiction later?
I guess that I will have to switch back to MySQLi, but is it going to have some effect on changes I did on my website during jDiction database type?
Thanks.
Title: Re: uninstalling jDiction and changing database type
Post by: Harald Leithner on August 09, 2013, 09:08:35 am
No. The database driver does not intercept write queries. It only search for "select" queries.

So if you uninstall jdiction you may have to select the default database driver first.

The only thing left is the translation table #__jd_store
Title: Re: uninstalling jDiction and changing database type
Post by: ivan on August 09, 2013, 01:43:31 pm
That's all I needed to know.
Installing...