問題タブ [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.

0 投票する
0 に答える
162 参照

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。これについての適切な方法は何ですか?