pyeve / eve-sqlalchemy

SQLAlchemy data layer for Eve-powered RESTful APIs
http://eve-sqlalchemy.readthedocs.io
Other
234 stars 70 forks source link

embedded table: various improvements #43

Closed goneri closed 9 years ago

goneri commented 9 years ago

With this commit, it's now possible to embbed different row of the same table.

We use the DOMAIN to know the name resource to embed. This instead of the name of the field.

goneri commented 9 years ago

I will prepare the Unit-test if you are fine with the patch.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.03%) to 96.88% when pulling 460168a1109e31cfc1c87681f4b57711615537ac on goneri:embedded into 5b5d6399bd241e96ee9fec7bb19e38d4550167f9 on RedTurtle:master.

amleczko commented 9 years ago

I need to sleep with it :)

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.02%) to 96.9% when pulling 8cf66991e19632aecc5c19ee1df508d55e76f650 on goneri:embedded into 5b5d6399bd241e96ee9fec7bb19e38d4550167f9 on RedTurtle:master.

goneri commented 9 years ago

I need more time to finish this patch. i will reopen a PR later.