project8 / dripline

Slow controls for medium scale physics experiments based on AMQP centralized messaging
http://www.project8.org/dripline
1 stars 0 forks source link

SQL inserts should not need to return #86

Closed laroque closed 9 years ago

laroque commented 9 years ago

With run_id, it is critical to return the value which postgres has generated. With file hashes, there is no return and so the insert statement to SQL should omit that entire clause.

laroque commented 9 years ago

Fixed on prerelease/1.5 commit 4843536187