@ -450,7 +450,9 @@ impl EntityGateway for PostgresGateway {
letentity=sqlx::query_as::<_,PgItemWithLocation>("select item.id, item.item, item_location.location from item join item_location on item.id = item_location.item where id = $1")
@ -459,7 +461,9 @@ impl EntityGateway for PostgresGateway {
stacked_item.push(sqlx::query_as::<_,PgItemWithLocation>("select item.id, item.item, item_location.location from item join item_location on item.id = item_location.item where id = $1")
@ -482,7 +486,9 @@ impl EntityGateway for PostgresGateway {
letentity=sqlx::query_as::<_,PgItemWithLocation>("select item.id, item.item, item_location.location from item join item_location on item.id = item_location.item where id = $1")
@ -491,7 +497,9 @@ impl EntityGateway for PostgresGateway {
stacked_item.push(sqlx::query_as::<_,PgItemWithLocation>("select item.id, item.item, item_location.location from item join item_location on item.id = item_location.item where id = $1")