Unable to Move Pages - Tree is Not Displayed in Edit Mode Due to DB Case Sensitivity

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

There may be a small performance hit due to the workaround described in Unable to Move Pages - Tree is Not Displayed in Edit Mode Due to DB Case Sensitivity.


- url: /pages/children.action | userName: ******** | action: children | space: 13205506
ognl.OgnlException: JSONString [org.springframework.jdbc.BadSqlGrammarException: Hibernate operation: Could not execute query; bad SQL grammar []; nested exception is java.sql.SQLException: Invalid column name 'title'.

Cause

Queries that use 'lower' do not use index because of case sensitivity.

Resolution

Set the database collation to case-insensitive. Be aware that some complications could arise later down the track if you use case-insensitive database collation during migration. For more information, please refer to the Migrate to Another Database document in the Confluence documentation space.


Last modified on Mar 30, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.