× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
ivangron reported 2014-08-25T22:11:01Z  · tariqrahiman last modified 2014-12-05T22:24:03Z

SYBASE ASE 16 new feature support


Priority Low
Complexity Unknown
Component App - General
Version 16.0
Support new features: 
 
Partition Level Locking
  sp_chgattribute  objectname, 'ptn_locking’, value 
    sp_chgattribute authors, "ptn_locking", 1  --enable
    sp_chgattribute authors, "ptn_locking", 0  --disable
--Use sp_lock to view partition locks currently held by SAP ASE.
--Use sp_familylock to display the partition locks held by a family.
 
 
CREATE OR REPLACE -- syntax added
 
 
DDL CHANGES
  -- create TABLE
* with "erase residual data" {on | off}
* with index_compression [={NONE | PAGE} ]
-- alter
* set "erase residual data" {on | off}
* set index_compression = {NONE | PAGE}
      }
  -- create [or replace] RULE
  -- create [or replace] PROCEDURE
  -- create [or replace] FUNCTION
  -- create [or replace] [owner.] default_name as constant_expression   
  -- create encryption key
* for database encryption
  -- create INDEX
* [with index_compression = { NONE | PAGE }]
* [with index_compression = { NONE | PAGE }]
-- alter
* alter index [[database.][owner].table_name.index_name set index_compression [= {none | page} ]
  -- create database for Full Database Encryption
* alter database database_name {[encrypt with key_name | decrypt [with key_name]] [parallel degree_of_parallelism] | resume [encryption | decryption [parallel degree_of_parallelism]] | suspend [encryption | decryption]}
  -- create archive database for Full Database Encryption
  -- create [OR REPLACE] TRIGGER
* [order integer]
  -- create [OR REPLACE] VIEW

Issue #12469

Closed
Fixed
Resolved 2014-10-22T22:58:08Z
 
 
Completion
No due date
Fixed Build 16.0.0-dev-31
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017