Skip to content

History / Settings.PrependSchemaName

Revisions

  • Fix broken wiki links to missing Settings Reference sections and pages Settings Reference is now a single A to Z table, so links to its old per-setting anchors landed at the top of the page. Links to settings documented on a shared page, such as Settings.HiLoSequences, pointed at pages that do not exist. Both now go to the page and section that document the setting.

    @sjh37 sjh37 committed Sep 10, 2026
  • Updated Settings.PrependSchemaName (markdown)

    @sjh37 sjh37 committed Sep 10, 2026
  • Add pages for the modifier, collection, schema and stored proc settings Five more: the five class modifier settings on one page, the two collection settings on another, GenerateHasDefaultValueSql, PrependSchemaName and UsePropertiesForStoredProcResultSets. Two facts worth having written down. The collection interface must be assignable from the concrete type, so IList with HashSet does not compile and the generator does not check. And UsePropertiesForStoredProcResultSets does nothing at all on a single-result-set procedure, which is why people report it as broken.

    @sjh37 sjh37 committed Aug 30, 2026