Files
sqlalchemy/test
Mike Bayer 0cc357c6ca - Fixed regression from 0.6 where Session.add()
against an object which contained None in a
collection would raise an internal exception.
Reverted this to 0.6's behavior which is to
accept the None but obviously nothing is
persisted.  Ideally, collections with None
present or on append() should at least emit a
warning, which is being considered for 0.8.
[ticket:2205]
2011-07-24 12:37:48 -04:00
..
2011-07-20 11:09:04 -04:00