VistaDB 3.3 Build 45 - BETA TSQL Procs
Build #45, 11/26/2007
NOTES
The new trial license is almost complete. It is now generated on the client machine, and then sent to the server to be signed with our private key. The trial license is then validated on the client using our public key (embedded in the engine). Since the assemblies are all strongly named it makes the sort of hack that was published against the trial version stop. The retail runtime will not require this license. The Visual Studio designer plugin will require a runtime license per developer. This system is not yet in place and will not be shipped with this beta. We expect it to be deployed with the next beta for testing.
CREATE FUNCTION added to support TSQL scalar valued user defined functions. SP (Stored proc) and UDF (User defined Functions) have been separated in core design to be inline with respective MS SQL Objects and usage.
ISSUES AND FIXES
#312: Bug adding a column to a self referencing table - Fixed
#318: SELECT query return incorrect data - Fixed
#314: Stored Procs do not show up in Designer - Fixed
#309: OUT | OUTPUT parameters didn't work correctly - Fixed
#311: Membership provider is not compiled with builds automatically - Fixed
OTHER NON TICKETED ITEMS
SP containing batch scripts didn't see parameters - Fixed
