You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
It is well known that ActiveObjects technology does not play well with multiple schemas in database.
Atlassian advice is to have separate database for each JIRA instance:
There are also similar problem with Bitbucket:
Recently we have started to use ActiveObjects technology for database model migrations on cloud environments where the library deals with thousands of schemas of PostgreSQL >9.6 database.
We were faced with improving the library to handle multiple schemas. It turned out to be pretty simple for PostgreSQL. In DatabaseMetaDataReaderImpl.java class getFields method jdbc driver DatabaseMetadata.getColumns method had passed null as schema name. Funny, because several lines further DatabaseMetadata.getPrimaryKeys method passed schema name as result of databaseProvider.getSchema().
Improving getting columns data by passing databaseProvider.getSchema() as schema name resolved the problem.
Why this improvement was not implemented by Atlassian? Does it conflict some database type/version?
Hi @Jeff Turner ,
As we said in French "L'eau a coulé sous les ponts" ...
After 3132 tickets in https://ecosystem.atlassian.net/browse/AO and almost 9 years, the ticket was considered Obsolete.
Apparently, even if we raise a bug and provide a possible solution, the correction is not initiated.
Hopping that as ex-Atlassian employee, your voice will be heard.
Vincent