Skip to content

Instantly share code, notes, and snippets.

@adutra
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adutra/b4c6c4cc595ddd28377f to your computer and use it in GitHub Desktop.
Save adutra/b4c6c4cc595ddd28377f to your computer and use it in GitHub Desktop.
DevCenter 1.2.0 Change list
# New Features / Improvements
- Query tracing view
- Cassandra 2.1 support
- Upgrade to Java Driver 2.1
- Add support for Tuples
- Add support for UDTs
- Add UDTs to the Schema view
- Add content assist for UDTs
- Add scoping and validation for UDTs
- Support new FROZEN CQL keyword for UDT/Tuples
- Add support for secondary indexes on collection column
- Add support for conditional CREATE/DROP USER
- Add optional keyspace to DROP INDEX statement
- View data from UDTs and Tuples in the Results table view
- Add support for task markers in the editor
# UX Improvements
- New connection wizard
- New property dialog for connections
- Multiple selection for connections and CQL scripts
- New keyboard shortcuts for connections and CQL scripts
- New menu items for connections and CQL scripts
- Double clicking a connection should initiate the connection (not edit it)
- Add clone connection option
# Bugs
- Cannot connect to cluster using Snappy
- Connection dialog UI issues on Debian 7.5
- Connection name should be required
- Connection dialog does not resize when using Windows scale
- Devcenter not validate CQL script file name
- Should give warning before overwriting CQL script with the same name
- Invalid error "conditional updates are not allowed in batches"
- Invalid error "Missing primary key part xxx"
- Invalid error "mismatched input ..." when using conditional delete
- Quoted strings should skip trailing quote
- The CQL editor loses focus when executing
- Incorrect validation on secondary index of collection column which has mixed case name
- Editor not recognize keyword WITH used in CREATE INDEX statement
- Editor not recognize some schema properties and properties' values
- Check for duplicate property names is case sensitive
- MODIFY keyword not recognized in GRANT/REVOKE statements
- NullPointerException when activate content assist in ALTER TABLE/ALTER TYPE ... ADD
- Incorrect validation on primary key column after being renamed
- Index and trigger are case sensitive
- Copy as CQL does not quote identifiers
- Result table and Copy as CSV/INSERT not quote value of inet type
- Execute Button is hidden when the form's width is not large enough
- ArrayIndexOutOfBoundsException thrown when executing a statement
- DevCenter displays values for empty columns
- Result table unable to display more than 5000 rows which was a valid value for 'with limit' field
- IllegalArgumentException in the log file after opening DevCenter
- Java Heap Space error when saving/or running a large script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment