Re: [Pharo-users] Voyage: VOToOneDescription or VOMongoToOneDescription

2017-03-04 Thread Sabine Manaa
Hi Hilaire, https://github.com/pharo-nosql/voyage/issues/56 The classes have been renamed. VOToOneDescription is new VOMongoToOneDescription is old Regards Sabine 2017-03-03 11:08 GMT+01:00 HilaireFernandes [via Smalltalk] < ml-node+s1294792n4936998...@n4.nabble.com>: > Hi, > >

[Pharo-users] Voyage: VOToOneDescription or VOMongoToOneDescription

2017-03-03 Thread Hilaire
Hi, VOToOneDescription or VOMongoToOneDescription, that is the question? I am confuse because: This one works: mongoStartDate ^ VOToOneDescription new attributeName: 'startDate'; accessor: (MAPluggableAccessor read: [:loan | loan startDate] write: [:loan :dateAndTime | loan