golang / gddo

Go Doc Dot Org
https://godoc.org
BSD 3-Clause "New" or "Revised" License
1.1k stars 267 forks source link

bulk insert is not supported #687

Open nishgop opened 3 years ago

nishgop commented 3 years ago

2020/08/31 13:04:54 257: sql syntax error: incorrect syntax near "bulk": line 1 col 1 (at pos 1) //stmt, err := db.Prepare("bulk insert into gotest values (?)") does not seem to be working with prepare statements.