You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After we start a transaction by typing begin or start transaction, the Shell would prompt qldb *> . The * denotes there is an active transaction which does not include the transaction id.
We could add the transaction id information in the prompt after starting a transaction, which is similar to the Python Shell. We could also add the id to the statement summary which currently is {} document/s in bag (read-ios: {}, server-time: {}ms, total-time: {}ms). So we could use the id for future queries.
The text was updated successfully, but these errors were encountered:
After we start a transaction by typing
begin
orstart transaction
, the Shell would promptqldb *>
. The*
denotes there is an active transaction which does not include the transaction id.We could add the transaction id information in the prompt after starting a transaction, which is similar to the Python Shell. We could also add the id to the statement summary which currently is
{} document/s in bag (read-ios: {}, server-time: {}ms, total-time: {}ms)
. So we could use the id for future queries.The text was updated successfully, but these errors were encountered: