pyeve / eve-sqlalchemy

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

drop SQLAJSONDecoder class #44

Closed goneri closed 9 years ago

goneri commented 9 years ago

SQLAJSONDecoder was associated to the json_decoder_cls attribute of SQL object but was not called because the correct attribue of DataLayer is called json_encoder_class.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+1.01%) to 97.92% when pulling 3f7eb3aa5364cb2da53db783a8b92c452f8d8f40 on goneri:json-decode into 5b5d6399bd241e96ee9fec7bb19e38d4550167f9 on RedTurtle:master.