Source Control for Oracle 3.0.4
richardjm
Posts: 598
Source Control for Oracle - 3.0.4
Features
Fixes
Schema Compare Engine
Features
12c
Fixes
Features
- Much faster start-up times when working with many projects
- "Refresh all" button added to front page to refresh all projects
- Quick access to settings within the project view via a settings button at the top of the page
- Upgrade to SVN 1.8
Fixes
- Locked objects with multiple words (eg "Package Body") now correctly show up on "Check in" and "Get latest" tabs
Schema Compare Engine
Features
- Performance improvement as live database population now works on many threads, previously just two
- Quoted string literals in default values are now parsed and strings are considered equal regardless of quoting method
12c
- Tables: Indexing clause
- Indexes: Partial index clause
- Table: ILM clause
- Table: INMEMORY support
- Package: EDITIONABLE/NONEDITIONABLE keyword
- Type: EDITIONABLE/NONEDITIONABLE keyword
- Function: EDITIONABLE/NONEDITIONABLE keyword
- Procedure: EDITIONABLE/NONEDITIONABLE keyword
- JSON: support for IS JSON, JSON_EXISTS(), JSON_TEXTCONTAINS() conditions
Fixes
- %TYPE attribute used in types no longer causes parsing failures
- Correctly synchronizes primary key and unique indexes that have identical columns but in different orders
- New lines in column names no longer causes parsing failures
- Disabled unique constraints on views now supported
- OC-796 - Deployment script is no longer empty when comparing domain indexes that differ by parameter contents