Re: [Modeling-users] Strange date conversion in fetch qualifier
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2003-12-02 17:16:14
|
Mario Ruggier <ma...@ru...> wrote: > [...] > This reminds me of a problem that I meant to report though: > - I create an object with a date attribute (value for attribute set with > mx.DateTime.now()), but without doing ec.saveChanges() > - then if I fetch the object with > ec.fetch('MyClass', > qualifier =3D 'createdate=3D=3D"%s"' %(myObject.getDateattr()= ) ) > the fetch does not return the newly created object. > This may be a bug, but I can confirm after playing with it further. This would help if you had a working test case, yes ;)=20 -- S=E9bastien. |