mrevutskyi / flask-restless-ng

A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
https://flask-restless-ng.readthedocs.io
Other
64 stars 11 forks source link

No id bug #5

Closed tanj closed 3 years ago

tanj commented 3 years ago

this fixes issue #4 and #6

mrevutskyi commented 3 years ago

Thank you for the PR!

Could you please update the unit tests too, so they pass?

tanj commented 3 years ago

updated so test_missing_id now passes

it isn't possible to create an SQLAlchemy table without a primary_key, so we can't test for that case.