Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
appendix:releasenotes [2010/08/12 19:37]
tdo
appendix:releasenotes [2016/06/28 22:38] (current)
Line 6: Line 6:
 The following is a list of fixes and enhancements for Omnidex organized by the release. The following is a list of fixes and enhancements for Omnidex organized by the release.
 ===== 5.01.01G (In Development) ===== ===== 5.01.01G (In Development) =====
-OdxSQL no longer requires Windows file specifications to be escaped when using a connection string.+OdxSQL no longer requires Windows file specifications to be escaped when using a connection string. ​Prior to 5.01.01G, the following syntax was required when using Windows filespecs and connection strings:
  
 +  odxsql> connect [localhost:​7555]c:​\\dev\\odx\\myodx.xml;​
 +
 +Now the following syntax is allowed:
 +
 +  odxsql> connect [localhost:​7555]c:​\dev\odx\myodx.xml;​
 ===== 5.01.01F (Aug 6, 2010) ===== ===== 5.01.01F (Aug 6, 2010) =====
 Fixes to OdxNet to better handle network processing across a grid. Fixes to OdxNet to better handle network processing across a grid.
 +
 +Known Problems:
 +
 +  NsAdmin does not work.
 +
 +  odxnet -admin option is not currently active.
 +
 +  odxnet -nodaemon option is disabled.
 +
 +==== Index_Directory changes ====
 +As of the 5.01.01F release, the Index Directory option of the CREATE DATABASE no longer uses the index direction option and will instead create the directory if they do not already exist in the OS.  Existing DDL may have to be modified if they are using the Index_Directory/​Index_Prefix option.
 +
 ===== Version 5.1 ===== ===== Version 5.1 =====
 +==== DDL Support ====
   * Omnidex Data Definitiion (DDL) support   * Omnidex Data Definitiion (DDL) support
     * CREATE ENVIRONMENT     * CREATE ENVIRONMENT
Line 21: Line 39:
     * DROP INDEX     * DROP INDEX
  
-Terminology changes+==== Terminology changes ​====
   Omnidex Index is a MDK index with the NP and NE options.   Omnidex Index is a MDK index with the NP and NE options.
   QuickText Index is a MDK index with the KW option.   QuickText Index is a MDK index with the KW option.
   FullText Index is a MDK index.   FullText Index is a MDK index.
  
 +==== XML versus ENV Catalogs ====
 As of Omnidex 5.1 XML Environments are the preferred approach over the legacy Omnidex Environment Catalogs using the original OmniAccess Environment syntax and compiled with oacomp. ​ With 5.1, XML Environments can be more easily maintained with the OdxSQL using the DDL CREATE statements. ​ The new Omnidex Environment file is stored in the common XML format. As of Omnidex 5.1 XML Environments are the preferred approach over the legacy Omnidex Environment Catalogs using the original OmniAccess Environment syntax and compiled with oacomp. ​ With 5.1, XML Environments can be more easily maintained with the OdxSQL using the DDL CREATE statements. ​ The new Omnidex Environment file is stored in the common XML format.
  
 
Back to top
appendix/releasenotes.1281641829.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)