We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When inserting a record into Postgres the primary key (serial) id is not returned.
I was going to point that out, too. I've currently solved this with some code that I personally aded to the save method
Could you post the code to see what's going wrong?
This is not just postgres, I'm seeing this on mysql and I think I found the bug.
Nice!
Merge pull request #18 from locomote/feature/add-deprecation-message
Activity
preslavrachev commentedon Jan 10, 2013
I was going to point that out, too. I've currently solved this with some code that I personally aded to the save method
dresende commentedon Jan 10, 2013
Could you post the code to see what's going wrong?
dresende commentedon Jan 10, 2013
This is not just postgres, I'm seeing this on mysql and I think I found the bug.
Gamaroff commentedon Jan 11, 2013
Nice!
Merge pull request #18 from locomote/feature/add-deprecation-message