« Return to Thread: Simple Q about cyclic tables
In the source, there is an example hypersonic_cyclic_dataset.sql. I can export this quite easily
<dataset><A PKA="A1" FKB="B1"/><A PKA="A2" FKB="B1"/><B PKB="B1" FKC="C1"/><C PKC="C1" FKA="A2"/></dataset>However, importing it is somewhat more problematic. Does DBUnit support importing this data? All the information I can find suggests turning off database constraints, which is somewhat problematic..I was expecting some way of exporting the dataset so it'd look something like this:<dataset><A PKA="A1" /><A PKA="A2" /><B PKB="B1" /><C PKC="C1" FKA="A2"/><A PKA="A1" FKB="B1"/><A PKA="A2" FKB="B1"/><B PKB="B1" FKC="C1"/></dataset>(I.E: setting the non-FK columns first, then updating them).
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
dbunit-user mailing list
dbunit-user@...
https://lists.sourceforge.net/lists/listinfo/dbunit-user
« Return to Thread: Simple Q about cyclic tables
| Free embeddable forum powered by Nabble | Forum Help |