#36395: 翻译错误
-------------------------------------+-------------------------------------
Reporter: hongdapi | Owner: (none)
Type: Bug | Status: closed
Component: Database layer | Version: 5.2
(models, ORM) |
Severity: Normal | Resolution: needsinfo
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Sarah Boyce):
* component: Uncategorized => Database layer (models, ORM)
* resolution: => needsinfo
* status: new => closed
* type: Uncategorized => Bug
Comment:
The english translation for this appears to be:
> Database Transactions - Database Specific Notes - Savepoints in SQLite
>
> Original: When autocommit is enabled, savepoints have no meaning. When
it is off, sqlite3 implicitly commits before the savepoint statement. (In
fact, it commits before any statement other than SELECT, INSERT, UPDATE,
DELETE and REPLACE) This bug has two consequences
>
> 'Commit before any statement before' should be changed to 'Commit before
any statement other than'
Perhaps you can write a test to show the behavior?
--
Ticket URL: <
https://code.djangoproject.com/ticket/36395#comment:1>