subsonic / SubSonic-2.0

SubSonic 2.0 Home
http://subsonic.github.io/
Other
80 stars 45 forks source link

Pull requests are being ignored #12

Open PaulS opened 14 years ago

PaulS commented 14 years ago

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.

howgoo commented 14 years ago

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

PaulS commented 13 years ago

I think this is in the Save method of ActiveRecord. I only discovered this when tracking down a problem with Guids as primary key.