Skip to content

AUTOPROC not regenerated after change in table (pt 2 of issue #40) #48

Description

@jeroenbu

As described in issue #40, autoprocs didn't regenerate after a change in the table.

Today I figured out the reason: AUTOPROC doesn't pick up a change when "CREATE TABLE" is written in anything other than all uppercase. I tested this with a table when I wrote "create table" and added a column: no change in the autoprocs. When I changed "create table" to "CREATE TABLE" the change was propagated to the AUTOPROCS.
Lines 154 & 156 of AutoProc.cs are relevant here, I suppose.

Thx,

Jeroen

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions