On Mon, Oct 22, 2018 at 4:15 PM Derek Lambert <[email protected]> wrote: > > I've implemented some property objects based on the dictlike-polymorphic.py > example. > > I'm writing unit tests for my code and noticed the value deleter is > attempting to call an undefined method _set_value. What was intended here?
I couldn't say, those examples are very old and other contributors worked on them also, so if something is not working with them now we should just fix them. > > I've got some jankey code I'm using to delete properties from the > relationship, curious if there's something cleaner I'm overlooking. > > Thanks, > Derek > > -- > SQLAlchemy - > The Python SQL Toolkit and Object Relational Mapper > > http://www.sqlalchemy.org/ > > To post example code, please provide an MCVE: Minimal, Complete, and > Verifiable Example. See http://stackoverflow.com/help/mcve for a full > description. > --- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sqlalchemy. > For more options, visit https://groups.google.com/d/optout. -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See http://stackoverflow.com/help/mcve for a full description. --- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
