SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-363
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Tom Jensen
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Compass

ability to specify schema in db2

Created: 23/Jan/07 01:13 PM   Updated: 04/Mar/10 09:48 AM
Component/s: Compass::Core
Affects Version/s: None
Fix Version/s: 2.3.0 beta1

File Attachments: 1. Text File compass-2.3.0-beta1-db2.patch (8 kB)

Environment: DB2 database


 Description  « Hide
Ability to specify schema in db2 where tables are created for the index. I believe this functionality exists in other databases as well (mysql just calls them databases, I don't recall the proper term in Oracle), so it would cover those other db's along with db2

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Tom Jensen added a comment - 23/Jan/07 01:14 PM
sorry missed and called it a major, should be minor but can't figure out how to alter in jira.

Alexey-S added a comment - 18/Feb/10 06:01 AM
In the settings CompassConfiguration added options:
  • compass.engine.store.jdbc.ddl.table.catalog
  • compass.engine.store.jdbc.ddl.table.schema
  • compass.engine.store.jdbc.ddl.table.type

Some parameters present in JdbcTable and Dialect. Previously, these options could not be determined.

Added dialects IBM DB2 for Linux systems.