SubSonic-2.0
SubSonic-2.0 copied to clipboard
Pull requests are being ignored
Code improvements are not being merged into the source from any of the branches that developers have created. This probably won't change but perhaps someone will notice this and look at some of the forked projects.
I have encountered a problem when dealing with tables with an INTEGER PRIMARY KEY column that isn't AUTOINCREMENT. http://stackoverflow.com/questions/2283063/inserting-primary-key-values-using-subsonic-and-sqlite-problem-because-subsonic
I think this is in the Save method of ActiveRecord. I only discovered this when tracking down a problem with Guids as primary key.