Where is tarantool SQL support? - tarantool

I'm not being able to execute any SQL statement in tarantool community 1.9.
There is a lot of places saying that version 1.8 has support:
https://medium.com/#Dimitryophoto/mail-ru-groups-tarantool-dbms-now-supports-sql-6e2636a0abef
http://ocelot.ca/blog/blog/2017/12/14/the-tarantool-sql-alpha/
What happend? It was removed from version 1.9 and is only available on enterprise versions?

They changed their release policy, so 1.7 (stable) turned into 1.9 and 1.8 (alpha) into 2.0:
https://github.com/tarantool/tarantool/releases/tag/1.9.0
https://tarantool.io/en/doc/2.0/dev_guide/release_management.html

I have added an "Update:" note to the ocelot.ca blog post that you refer to. Indeed you want Tarantool 2.0 now. The SQL tutorial has been moved to https://tarantool.io/en/doc/2.0/tutorials/sql_tutorial/

Related

Support for PHP 7.4? in Propel 1.7.x?

I upgraded to php7.4 on my dev box and am receiving a lot of deprecated errors with Propel 1.7.2. I see there is a closed thread in the support channel indicating fixes are in master, but they sure haven't made it to Propel 1.7.3 at http://propelorm.org/Propel/download.html. Does anyone know if/when the Propel folks are going to release a 1.7.x that is compatible with php74 (php 7.4)?
I wouldn't expeced to much from propel. The Project is more or less dead as of March 21.
As of their official github-page propel1 is outdated and unmaintained. See: https://github.com/propelorm/Propel
Current stable (and outdated and unmaintained) version of Propel -
Please use v2 https://github.com/propelorm/Propel2
Propel2 on the other hand is still in alpha. See: http://propelorm.org/download.html
Note: The version 2 of Propel is still under development. Please visit
http://propelorm.org/Propel/ if you want to use a stable version.
There is also Propel3. Which is not even in alpha yet. See: https://github.com/propelorm/Propel3
Propel3 is an open-source Object-Relational Mapping (ORM) for modern
PHP 7.1+. Version 3 of Propel ORM replaces Propel2, which is not
maintained anymore.
Maybe also see the discussion here: https://github.com/propelorm/Propel3/issues/92

Best way to upgrade Magento from 1.4.1 to 1.9

I am trying to upgrade Magento version 1.4.1 to 1.9 with the stranded process.
1) Clean all your log tables. This will increase the speed of your upgrade
2) Get current database dump of your website.
3) Setup a local environment and restore you CE-1.4 database to a newly created database
4) Create you local.xml on your new CE 1.9 environment.
5) Start the upgrade process by either opening your site in your browser
but I am getting foreign key constraint error in customer and catalog tables during the database upgrade.
Can anyone help me to fix this issue? or any other best way to upgrade the magento version?
I believe the problem is that making such a large leap in versions is not possible in one upgrade.
The answer here has info relevant to upgrading from 1.4.1.1: How to upgrade magento 1.4 1.1 to 1.7.0.2
Specifically:
Database structure has major changes from 1.4.1.1 to 1.4.2 so you need
to upgrade first to 1.4.2 then you can upgrade to 1.7.0.2 directly.
I think your best option is to upgrade in smaller steps until you get where you want to be. The last such upgrade I did included the following steps:
1.3.2.4
1.4.2.0
1.7.2.0
1.8.1.0
1.8 was the goal, but I had to get to 1.4.2.0 and then 1.7.2.0 before I could proceed.
My git log also shows that some additional code patches were required after upgrading to 1.4.2.0. You could probably find more detailed answers if you search for info on upgrading to that specific version.
Great solution provided by BonnevillSlim. Thanks!
I have followed the these steps 1.4.1 > 1.4.2 > 1.6.2 > 1.9.2 .
During the up-gradation I have got an error QLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '0-98' for key 'UNQ_BY_CUSTOMER' .
To resolve this error I have follow this post link

reg.ru - how do I update Xwiki via Jelastic?

This is directed at Reg.ru support team: I'd liek to update the version of XWiki from 6.0 to the latest version but I don't know how to. I think you guys might have to update your repository. Could you please let me know if this is possible?
Thank you,
Kevin
On the official Xwiki site is provided good instructions. You can find it by the following link - http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade
I have easy upgraded my Xwiki version from the 6.0.1 to the 6.4.2 (http://xwiki-1320854.jelastic.regruhosting.ru/).

How to upgrade magento 1.8.0.1 to magento 1.9.0.1 version

I want to upgrade my magento v1.8 to magento v1.9.I put backup of my files and database. then install a new magento v1.9 and replaced my 1.8 data to 1.9 as well as database tables also. But it is showing error and site is not at all opening and database tables are also not upgrading as well.
I am facing a lot of problems to upgrade magento 1.8 to 1.9. I checked all stuffs but didn't find any clue for upgrading 1.8 to 1.9.
If anyone knows this,please help me out.
Thanks!
I had a similar problem on running from a backup.. Did you drop all data from the tables before you run the restore?... If not it can cause a similar problem ?
There might also be database structure differences?.. between the 2 versions.. That would be extra mean by Magento tho.

MvcMiniProfiler.dll vs MiniProfiler.dll

In a C# prject, What is the difference between MvcMiniProfiler.dll (version 1.7) and MiniProfiler.dll (2.1) ?
They are both the same thing, MiniProfiler.dll (2.1) is the latest version. The project got renamed from MvcMiniProfiler to just MiniProfiler around the 2.0 time; because it is also usable on Ruby now (i.e. it's not just an 'mvc' profiler anymore).
See here, specifically the section "No longer MVCMiniProfiler"

Resources