Hi,
what happens is that if you declare a "kind", you forces all elements to be of
that specific class.
Solution is just not add that property:
^VOMongoToManyDescription new
attributeName: 'members';
accessor: #members;
"kind: Member; "
Hello Natalia
I started to write a chapter on Smark for a future Pharo book. So may be we
could write it together :)
I can give you access to it if you are interested
Stef
On Sep 10, 2013, at 1:15 AM, Natalia Moskovchuk
wrote:
> Thank all of you for help. I have successfuly added benchmarks
Hi Damien, thank you :)
I talked to him today, he is also part of the team in Douai.
I have to wait now for an answer
El 10/09/2013, a las 14:31, Stéphane Ducasse
escribió:
> Hi guys
>
> you can be interested by the following position.
>
> stef
>
>> From: Loïc LAGADEC
>> Subject: Profils d
thanks I will fix it.
Stef
On Sep 10, 2013, at 12:37 AM, Paul DeBruicker wrote:
> Hi -
>
> The current version has an error in the #version100: method.
>
> There are spaces that precede the version info for the
> Collections-BitmapCharacterSet package. A fixed version is:
>
>
>
> version1
Esteban,
That's totally fine for me. I've been doing explicit saves in ORMs since
more than a decade. I can live with that.
My question was to have more than one class of element in the same
collection mapping.
Regards!
Esteban A. Maringolo
2013/9/10 Esteban Lorenzano
> Hi,
>
> I just foun
I just answered that :)
On Sep 10, 2013, at 5:00 PM, "Esteban A. Maringolo"
wrote:
> Esteban,
>
> That's totally fine for me. I've been doing explicit saves in ORMs since more
> than a decade. I can live with that.
>
> My question was to have more than one class of element in the same collec
Esteban,
I didn't know about the #isVoyageRoot difference based on where was the
method defined.
I mean... if I define
Member class>>#isVoyageRoot
^true
why sould SingleMember answer false?
Do I have to redefine it to answer false in each of Member subclasses?
Regards!
Esteban A. Mari
Hi,
I just found some time to see this... there is a problem with saving/updating
circular references that I "solved" by not solve it at all :(
here is the thing:
when you create a new group and add a new user, the #save message will find the
new objects (in this case group and user) and save
no, it should not be implemented, no need to make him answer false (in fact, I
never tried, but I'm pretty sure that is you reimplement isVoyageRoot to answer
false in the subclasses most probably you will get a class that is transient :(
).
reason is that voyage looks the root class of a hier
Hi guys
you can be interested by the following position.
stef
> From: Loïc LAGADEC
> Subject: Profils de postes
> Date: September 9, 2013 5:28:59 PM GMT+02:00
> To: stephane.duca...@gmail.com, stephane.duca...@inria.fr,
> loic.laga...@ensta-brest.fr
>
> Several smalltalk-centric positions ope
Kilon wrote on "Pharo dev-list"
>So my attention came to help tool, I think I get how it works, I started
>making the documentation with it, questions is if there is anything more to
>it than the functionality I am seeing in the Help docs. Maybe a third party
>lib that adds more features ?
>
>Is th
Begin forwarded message:
> Subject: ESUG 2013 Started!
> Date: September 10, 2013 9:45:44 AM GMT+02:00
> To: "esug-l...@lists.esug.org Members"
>
> ESUG 2013 in Annecey started with great success!
>
> After a productive and fun Camp Smalltalk (with great food), the main
> conference started M
Hello,
I need to use a login and password to connect my application to a Mongo DB
database. The access to the database is restricted by an account. How to use a
login and a password with Voyage ?
Best regards
Olivier ;-)
13 matches
Mail list logo