問題タブ [sqlx]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
go - sqlx は、存在する場合でも空の構造体を返します
これが私のコードです:
データベース内のデータは次のとおりです。
編集: table_name:
そして私も試してみました:
しかし、戻り値は常に空であり、データが存在することを確信しており、接続エラーはありません。
行がなければ"Geo_commune"
、err2 := db.Query( SELECT * FROM Geo_commune WHERE id=1 ORDER BY name ASC
) i have a : 2019/01/28 22:17:16 pq: relationship "geo_commune" does not exist
よろしく
新しいテストを編集します:
私に与えます: