Problem with SDataLoader
Guenter Wildmann <[email protected]> Fri, 15 Jan 2010 16:45:30 +0100
| Newsgroups | gmane.comp.java.orm.simpleorm |
|---|---|
| Message-ID | <[email protected]> |
Hello!
I think there is a problem in SDataLoader.
I have one table that looks like:
A (String, PK, FK)
B (Integer)
C (Integer, PK)
D (Integer, PK)
(This is a given design, i have to access it but cannot change the order
of the attributes.)
If i add a record via SDataLoader
dl.insertRecord(new Object[]{"val_A",new Integer(val_B),new
Integer(val_C),new Integer(val_D)})
i get a record (val_A, val_B, val_B, val_C).
The log shows a findOrCreate call (val_A, val_B, val_C).
Ciao, Guenter
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/SimpleORM/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/SimpleORM/join
(Yahoo! ID required)
<*> To change settings via email:
[email protected]
[email protected]
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/