Build 44 - Beta 3.3
* * * * * * * * Build #44, 11/16/2007 * * * * * * * * BETA 3.3 - First Release of TSQL Proc Support BETA means BETA - Not meant for production usage yet. ***** NOTES ***** Please do not attempt to use ORMs like EntitySpaces and then complain to the vendor. Please realize that they are getting this beta now just like you and it may take them some time to make changes in their code. OUTPUT keyword is not working yet. The keyword OUT is implemented and should be used instead. CLRProc calling syntax has changed. We used to require ()'s around the function, but SQL Server does not. We are changing it to be more inline with SQL Server syntax. Your existing CLR Proc calling syntax may have to be updated in your code. CLR functions are also not correctly implmented as SQL Server. SQL Server supports CREATE PROCEDURE and CREATE FUNCTION. We did not support the syntax in quite the same manner. You may call SELECT only with CLR Functions. CLR Functions can also be Table valued or scalar valued. In this case ()'s are optional in SQL Server. EXEC may be used to call CLR Proc, and CLR Function if it returns a scalar value. In this case ()'s cannot be used. UDF (User Defined Functions) are not supported in this build. Some of these will be updated in the next BETA release. **************** ISSUES AND FIXES **************** #310: Internal bug report for SQL Proc return error - Fixed #306: Bug in SELECT UNION - Fixed #290: VB.Net sample project does not include resources - Setup corrected to include all subdirectories #271: #272: Both these tickets were related to the WMI calls. Win98 does not support them without an additional download. We do not officially support WIN98, but the fix was easy. We catch the exception and try another way to get the memory on the system. #288: Mono 1.2 fails to Run build 40+. When we added the above fix we referenced a new namespace that Mono 1.2.3 does not have. You must upgrade to Mono 1.2.5 in order for Build 44 to work. I ran the complete NUnit test suite under 1.2.5 and they passed the same as Windows. OTHER NON TICKETED ITEMS ************************
Similar Posts
- SQL Server 2008 (Katmai) Information
- 3.2 Build 41 - Released
- Looking ahead to 2008, and back at 2007
