Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » EclipseLink Dialect For MariaDB 10.3.* / . 10.4.*(EclipseLink Dialect For MariaDB 10.3.* / . 10.4.*)
EclipseLink Dialect For MariaDB 10.3.* / . 10.4.* [message #1816087] Sun, 20 October 2019 17:53 Go to next message
Shridhar Bichchal is currently offline Shridhar BichchalFriend
Messages: 2
Registered: October 2019
Junior Member
Dear Eclipse Team ,

I am using EclipseLink ORM for Oracle using Oracle Dialect. Now I want to migrate to MariaDB latest version 10.4.*. As the MariaDB support some Oracle SQL / PL SQL functionality. I believe that using the mySQL Dialect will NOT work as now MariaDB SQL Language is changed compared to mySQL.
So How we should EclipseLink to work with MariaDB. Please guide for the same. Thanks in advance.

Thanks
Shridhar
Re: EclipseLink Dialect For MariaDB 10.3.* / . 10.4.* [message #1816397 is a reply to message #1816087] Tue, 29 October 2019 02:02 Go to previous messageGo to next message
Chris Delahunt is currently offline Chris DelahuntFriend
Messages: 1389
Registered: July 2009
Senior Member
The language may have changed, but has the normal CRUD operations ORMs like EclipseLink would use changed? Their selling feature is that they are a drop in replacement for MySQL.

Please let us know what has changed and possibly contribute the change to a separate MariaDB platform class.
Re: EclipseLink Dialect For MariaDB 10.3.* / . 10.4.* [message #1816635 is a reply to message #1816397] Sat, 02 November 2019 04:44 Go to previous message
Shridhar Bichchal is currently offline Shridhar BichchalFriend
Messages: 2
Registered: October 2019
Junior Member
Hi Chris Delahunt ,

As MariaDB introduced Sequences like Oracle, the sequences can be used to generate Primary Key Value ( in ORM its @ID columns ) whereas MySQL Does not support Sequence. How CRUD INSERT statement will be generated When using mySQL dialect with MariaDB . Also Need to understand other DML Syntax Changes in MariaDB if introduced anything new compare to mySQL.

Previous Topic:No Snapshots for 2.6.6, 2.7.4 and2.7.5
Next Topic:StackOverflowError Ending in DatabaseField.equals
Goto Forum:
  


Current Time: Fri Apr 26 14:09:58 GMT 2024

Powered by FUDForum. Page generated in 0.04016 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top