cancel
Showing results for 
Search instead for 
Did you mean: 

Sybase support

hrabe
Champ in-the-making
Champ in-the-making
I´m follwing from jBPM.

As I can see there will be no Sybase support in next time. But for a change this would be our show stopper. But I could imagine that Sybase support can be a benefit for activiti. I would like to support activiti to add database compatibility for sybase.
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
Hi, are you the Hauke Rabe I met on Devoxx this year? If so, welcome back! Otherwise, also welcome!

We haven't put Sybase on the roadmap, since we target the big-ones (oracle- and IBM-like) first.

But making Activiti Sybase compatible shouldn't be that hard, when there are people actually able to test it (ie you ;-).
Since we're using iBatis as ORM framework, all the SQL statements are externalized in files. It is to be expected that the SQL shouldnt differ much
from database to database. But the fact that we have them in a separate files, makes it really easy to make database specific changes for them,
and plug them in the engine.

hrabe
Champ in-the-making
Champ in-the-making
Yes I am,

I will take a look on these SQL and will test them that should be hard.