mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-01-11 09:20:17 +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++ {
|
for ; rows.Next(); count++ {
|
||||||
if err := rows.Scan(
|
if err := rows.Scan(
|
||||||
&posX, &posY, posZ,
|
&posX, &posY, &posZ,
|
||||||
&data,
|
&data,
|
||||||
); err != nil {
|
); err != nil {
|
||||||
return count, err
|
return count, err
|
||||||
|
Loading…
Reference in New Issue
Block a user