Vertaling van "ou ROLLBACK" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Ceci est similaire au COMMIT ou ROLLBACK implicite qui se produit pour une instruction exécutée par elle-même (lorsqu'elle n'est pas dans un bloc de transaction).
This is similar to the implicit commit or rollback that happens for a statement executed by itself (when not in a transaction block).
Pour avoir un point de comparaison avec l'état actuel de votre base de données, le shell migrations va générer, après chaque appel de migrate ou rollback un fichier « dump ».
In order to have a point of comparison from your current database state, the migrations shell will generate a "dump" file after each migrate or rollback call.
Vous devez vous assurer qu'aucune transaction n'est pendante, généralement en appelant commit() ou rollback() avant de réactiver la validation automatique.
You must ensure that no transaction is active, usually by issuing a commit() or a rollback(), before turning autocommit back on.
Dans la terminologie des bases de données relationnelles, une transaction entraîne un résultat COMMIT ou ROLLBACK.
In the relation database terminology, a transaction results in a COMMIT or a ROLLBACK.
Néanmoins, un curseur créé dans une boucle comme celle-ci est automatiquement converti en un curseur maintenable par le premier COMMIT ou ROLLBACK.
However, a cursor created as part of a loop like this is automatically converted to a holdable cursor by the first COMMIT or ROLLBACK.
Tout curseur ouvert non détenable est fermé implicitement lorsqu'une transaction est terminée avec COMMIT ou ROLLBACK.
An implicit close is executed for every open cursor when a transaction is terminated by COMMIT or ROLLBACK.
Ceci signifie que le curseur est complètement évalué au premier COMMIT ou ROLLBACK plutôt que ligne par ligne.
That means that the cursor is fully evaluated at the first COMMIT or ROLLBACK rather than row by row.
Note Dans le mode sans autocommit, vous devez annuler explicitement toute transaction échouée en saisissant ABORT ou ROLLBACK.
Note In autocommit-off mode, you must explicitly abandon any failed transaction by entering ABORT or ROLLBACK.
Renvoie une chaîne contenant l'heure de la première modification apportée à la base de données après une instruction COMMIT ou ROLLBACK, ou une chaîne vide en l'absence de modification.
Returns a string containing the time the database was first modified after a COMMIT or ROLLBACK, or an empty string if no modifications have been made to the database since the last COMMIT or ROLLBACK.
Une transaction se compose de COMMIT ou ROLLBACK dans une session de base de données
A transaction consists of COMMIT or ROLLBACK in a database session
Utilisez COMMIT ou ROLLBACK pour terminer un bloc de transaction.
Use COMMIT or ROLLBACK to terminate a transaction block.
COMMIT ou ROLLBACK sont utilisés pour terminer un bloc de transaction. Lancer BEGIN en étant déjà dans un bloc de transaction provoque l'apparition d'un message d'avertissement, mais l'état de la transaction n'en est pas affecté.
Use COMMIT or ROLLBACK to terminate a transaction block. Issuing BEGIN when already inside a transaction block will provoke a warning message. The state of the transaction is not affected.
Si les commandes elles-mêmes contiennent BEGIN, COMMIT ou ROLLBACK, cette option n'aura pas les effets désirés.
If the commands themselves contain BEGIN, COMMIT, or ROLLBACK, this option will not have the desired effects.