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