検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 19 for autocommit (0.022 sec.)
データベースのトランザクション — Django 4.0.6 ドキュメント 13609
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... def viewfunc ( request ): # This code executes in autocommit mode (Django's default). do_stuff () with transact ... Is. Attempting to commit, roll back, or change the autocommit state of the database connection within an atomic ... handling described above. You may use atomic when autocommit is turned off. It will only use savepoints, even f ... alleviate this problem, most databases provide an autocommit mode. When autocommit is turned on and no transact ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 13096
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eturn connections [ using ] [ドキュメント] def get_autocommit ( using = None ): """Get the autocommit status of ... nnection.""" return get_connection ( using ) . get_autocommit () [ドキュメント] def set_autocommit ( autocommit ... , using = None ): """Set the autocommit status of the connection.""" return get_connection ... ( using ) . set_autocommit ( autocommit ) [ドキュメント] def commit ( using = ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 8998
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that use select_for_update() could be executed in autocommit mode, outside of a transaction. Before Django 1.6, ... te operation. Django 1.6 introduced database-level autocommit; since then, execution in such a context voids the ... .g. ATOMIC_REQUESTS set to True ), or Django's old autocommit behavior, in a project which runs without them; an ... QL ( #22291 ). Wrapped database exceptions in _set_autocommit ( #22321 ). Fixed atomicity when closing a databas ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.6.2 release notes — Django 4.0.6 ドキュメント 8657
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an issue where when settings.DATABASES['default']['AUTOCOMMIT'] = False , the connection wasn't in autocommit mo ...
https://man.plustar.jp/django/releases/1.6.2.html - [similar]
Django 1.8.5 リリースノート — Django 4.0.6 ドキュメント 8537
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Allowed using ORM write methods after disabling autocommit with set_autocommit(False) ( #24921 ). Fixed the m ...
https://man.plustar.jp/django/releases/1.8.5.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 8332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... number is either too low or too high. Behavior of autocommit database option on PostgreSQL changed ¶ PostgreSQL ... 's autocommit option didn't work as advertised previously. It di ... tion block, but after the first block was left the autocommit behavior was never restored. This bug is now fixed ... vior if you are using PostgreSQL together with the autocommit option. Session not saved on 500 responses ¶ Djang ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 8332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nsaction management was overhauled. Database-level autocommit is now turned on by default. This makes transactio ... nagement model ¶ Behavior changes ¶ Database-level autocommit is enabled by default in Django 1.6. While this do ... adjust the expected number of queries accordingly. Autocommit option for PostgreSQL ¶ In previous versions, data ... base-level autocommit was only an option for PostgreSQL, and it was disa ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 8076
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion_mode May be 'commit_on_success' (default) or 'autocommit' . transform Setting this to False will disable co ... e unique model. Forces the transaction mode to be 'autocommit' . using Sets the database to use when importing s ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 8008
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that use select_for_update() could be executed in autocommit mode, outside of a transaction. Before Django 1.6, ... te operation. Django 1.6 introduced database-level autocommit; since then, execution in such a context voids the ... .g. ATOMIC_REQUESTS set to True ), or Django's old autocommit behavior, in a project which runs without them; an ... _state method of database backends now executes in autocommit mode (unless you set AUTOCOMMIT to False ). If you ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... context managers. For example: with transaction . autocommit (): # ... Configurable delete-cascade ¶ ForeignKey ... transactions -- that is, anything but the default autocommit mode -- it is important when a transaction is mark ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
PREV 1 2 NEXT