I am sorry to ask a question here. I am new to exp...
# exposed
j
I am sorry to ask a question here. I am new to exposed and currently are using it with postgresql. When I trying to work with
Table.batchInsert
method, it does not give me a single statement with a batch insert but a lot of separated
insert into values
statements. I used the jdbc connection with
reWriteBatchedInserts=true
and debug with IntelliJ, found that there created so many separated statements and seems a bug. By the way, when I trying to work with raw sql in command to insert into db, it works, so I think there is no problem with postgresql settings. Is there anyone came across with this or any suggestions? https://github.com/JetBrains/Exposed/issues/617