roscopeco / ormdroid

ORMDroid is a simple ORM persistence framework for your Android applications.
http://roscopeco.github.io/ormdroid/
Apache License 2.0
86 stars 24 forks source link

ORMDroid generates invalid SQL for UPDATE statements #9

Closed roscopeco closed 11 years ago

roscopeco commented 11 years ago

When updating a pre-existing entity, the generated SQL has an extraneous comma after the list of SET fields. This causes an unrecoverable exception.

roscopeco commented 11 years ago

Fixed in master.