VistaDB 3.3 - Build 53 - Sync Service Preview
Build #53, 1/15/2008
NOTES
Updated the source edition PDF file to include the information and links on building the Sync Service interface.
New frameworks directory for Net 3.5 (future home of more samples)
/Frameworks/Net 3.5/Synchronication VDB3 Sample Added (not complete or documented yet)
Data Migration Wizard is NOT included in this setup. We are making some changes to it for the 3.4 release. If you need the DMW save the one from your current install.
Help file updated with instructions on where to find the CTP1 Refresh of the Sync API from Microsoft. You must download the Sync API (2 parts) from Microsoft in order to use the Sync Services demo.
#420: Feature request for ImportXML - Implemented XmlReader import method
#397: Packdatabase ends with out of memory exception - It seems you sometimes must call GC.Collect(0) during rapid turn over of objects to prevent GC mid life crisis problem. We have made some changes to the PackDatabase routines to help the GC know when memory is released.
ISSUES AND FIXES
#406: Spaces in stored procedure names - Fixed in SPs and UDFs
#403: Swedish characters - Fixed
#410: (Untitled) - Resolved
#399: Aggregate queries don't total correctly unless ORDER BY is present - Fixed
#401: Databuilder alter null default problem - Fixed
#384: Databuilder function not implemented - Fixed
#414: ExecuteReader() Difference Between SQL Express and VistaDB - Fixed
#409: Deriveparameters problems - Fixed
#424: public class VistaDBException : Exception not marked as Serializable - Implemented
#432: Stored proc using temp table - Fixed
#434: FTS Errors with Multiple Contains in Where Clause or Order By following Contains - Fixed
#430: EvalStack class fails to cleanup any members in the Dispose method - Fixed
#427: Member variable never used in AlterList class - Removed
#425: PrepareFillRowMethod declares local variable that holds weak reference - Fixed
#436: Scripting Parser uses UniCode name for local variable - Changed to ascii text
#407: Starting directory for data builder is system32 - Changed to be the user home directory (Usually MyDocuments).
OTHER NON TICKETED ITEMS
1. Join optimization with temporary tables raised object cast and incompatibility error exceptions
2. CAST ('string data' AS VarBinary(<n>)) raised exception
