Date Dev Ver Change details
---------- --- ------ --------------
+2009-08-04 DP 1.10.1 Include comments on procedures in the reverse engineered
+ SQL.
2009-08-03 GL 1.12.0 Better l10n support on the Grant Wizard, per a
patch from Marek Cernocky.
2009-08-03 GL 1.12.0 Better l10n support on the generated reports, per a
+ GetSource()
+ wxT("\n\n")
+ GetGrant(wxT("X"), wxT("PROCEDURE ") + qtSig);
+
+ if (!GetComment().IsNull())
+ {
+ sql += wxT("COMMENT ON PROCEDURE ") + GetQuotedFullIdentifier()
+ + wxT(" IS ") + qtDbString(GetComment()) + wxT(";\n");
+ }
}
return sql;