問題タブ [scalikejdbc]
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.
postgresql - ScalikeJDBC:Postgresql dbに対してクエリを選択または挿入する方法は?
Postgresql db に対して実行する次の SQL コードがあります。
update
またはupdateAndRetrieveGeneratedKey
内で使用すると、localTx
が得られorg.postgresql.util.PSQLException: A result was returned when none was expected.
ます。single
内で使用するreadOnly
と、 のようなものが得られます... cannot perform an insert in a read only query
。これについての適切な方法は何ですか?