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
This is a three part question concerning implicit transactions:
Is an IMPORT DATABASE command automatically a transaction? If so I will put it into the docs.
Is the IMPORT DATABASE command closing all open transactions? I am asking because BEGIN; IMPORT DATABASE ...; COMMIT; errors at the COMMIT with "No open Transaction".
Should a LOAD command in the console be an (implicit) transaction? The reasoning behind this is that if something is worth putting into a script file then it is significant enough to ensure it is finished.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is a three part question concerning implicit transactions:
IMPORT DATABASE
command automatically a transaction? If so I will put it into the docs.IMPORT DATABASE
command closing all open transactions? I am asking becauseBEGIN; IMPORT DATABASE ...; COMMIT;
errors at theCOMMIT
with "No open Transaction".LOAD
command in the console be an (implicit) transaction? The reasoning behind this is that if something is worth putting into a script file then it is significant enough to ensure it is finished.Beta Was this translation helpful? Give feedback.
All reactions