Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Bug report(SQL2.0.3): Creator.pm

Quote Reply
Bug report(SQL2.0.3): Creator.pm
I was unable to use type YEAR in my table.
Then I figured out I have to add a line after line#247 in Creator.pm:
/year/ and do { $other = { type => 'YEAR' }; last CASE; };

I also posted a bug a few days ago. In Date.pm
line#291: m => $mon,
should be changed to: m => $mon + 1,