Closed GoogleCodeExporter closed 8 years ago
Why don't you use
INSERT INTO Trx (id, owner_id, started_at, trx_class_id, parent_id)
VALUES (?, ?, ?, ?, ?), (?, ?, ?, ?, ?)
Original comment by thomas.t...@gmail.com
on 2 Jan 2010 at 3:13
I use h2database in unit-test.
Main database is MS SQLServer.
Your SQL construction doesn't work in MS SQL :-(
Original comment by 7316...@gmail.com
on 11 Jan 2010 at 9:58
Hi,
Thanks! I understand the problem now. I will add a feature request for "Issue
156:
Support SELECT ? UNION SELECT ?.". However, I don't plan to implement this
feature
currently. I suggest to use single-row insert statements, or batch updates.
Regards,
Thomas
Original comment by thomas.t...@gmail.com
on 14 Jan 2010 at 7:26
This feature request is now tracked in the roadmap.
Original comment by thomas.t...@gmail.com
on 15 Jan 2010 at 8:17
Original issue reported on code.google.com by
7316...@gmail.com
on 29 Dec 2009 at 3:48