mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-12-23 08:40:18 +01:00
Fixed handling of query parameter.
This commit is contained in:
parent
d32c0d1a90
commit
4b654672e7
@ -64,7 +64,7 @@ func (pgc *PGClient) QueryCuboid(
|
||||
|
||||
for ; rows.Next(); count++ {
|
||||
if err := rows.Scan(
|
||||
&posX, &posY, posZ,
|
||||
&posX, &posY, &posZ,
|
||||
&data,
|
||||
); err != nil {
|
||||
return count, err
|
||||
|
Loading…
Reference in New Issue
Block a user