I am not sure if DAL can handle SQL mult-insertions but you can build a string and do:
db.execute_sql("INSERT IN........")
I am not sure if DAL can handle SQL mult-insertions but you can build a string and do:
db.execute_sql("INSERT IN........")