From: Steven M. <sr...@us...> - 2005-08-10 06:11:51
|
Update of /cvsroot/instantobjects/Source/Catalogs/NexusDB/D7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18599/NexusDB/D7 Added Files: IONexusDBCatalog.dpk Log Message: Changes for NexusDB broker: 1. Major cleanup of naming consistency, including renaming of folder, source, and package files and classes. 2. Fix for 'DROP INDEX..' SQL generation in database evolve handling. 3. Fix for handling of Index names with included space characters. These names are now delimited. 4. The Catalog now ignores the 'Sequential Access Index' in database evolve handling. --- NEW FILE: IONexusDBCatalog.dpk --- package IONexusDBCatalog; {$I '../../../InstantVersion.inc'} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS ON} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'InstantObjects Catalog for NexusDB SQL (Delphi 7)'} {$LIBSUFFIX '_D7'} {$RUNONLY} {$IMPLICITBUILD OFF} requires rtl, IOCore; contains InstantNexusDBCatalog in '..\InstantNexusDBCatalog.pas'; end. |