Ok, thanks, I was just wondering if I missed something.
Concerning the second question: I assume that executing the original sql statement directly on the database is the fastest way to add tousands of new rows to a table.
I just wanted to make sure that the LLBL generated code would not add every entity separately, but in one chunk (so not loosing to much time compared to the direct approach). Anyway, it doesn't matter anymore, because INSERT INTO is not supportted yet, as you said.
Thanks,
Ingmar