Anton DeVore

Results 3 comments of Anton DeVore

@brianwawok We're seeing the same thing with postgres when trying to insert a batch of 1000. We couldn't figure out how to get slick to log the insert statement(s) it...

@brianwawok - val insertQuery = alertsSingleton returning alertsSingleton.map(_.id) into ((alert, id) => alert.copy(id = id)) - recordFutureFailures(db.run { insertQuery ++= alerts }) - recordFutureFailures(db.run { alertsSingleton ++= alerts} .map( a...

Seems like a bug as I would have also expected it to select 'some example text' before grabbing the double quotes or closing parenthesis.