Friday, November 09, 2007 3:06 PM
17) Add Insert single instance stored procedure generation method to procedureWriter;
("//rootname" syntax)
2) Verify parameterless GetList methods are written without trailing comma before closing paren
1) Check product level & skip 2000-only lines (<= 8.xxxx) if 2005 (>= 9.xxx )
SELECT SERVERPROPERTY('productversion')
(used good ol' fashioned exception handling instead)
23) da_ class Missing input parameters sometimes, not others
fixed: first run after starting only, m_proc_name was being set too late.
25) GetColumns -> Ordinal needs to be int32 instead of 16
26) Put brackets around field names in xmlprocedurewriter.formatXMLParameter
21) Check INFORMATION_SCHEMA and try to infer parameters' sizes & scale
(see also #1; probably needs to work with SQL 2000 also)