{ "id": "60996", "key": "TIMOB-364", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11243", "name": "Release 1.6.0 M10", "archived": true, "released": true, "releaseDate": "2011-02-21" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:52:49.000+0000", "created": "2011-04-15T02:27:57.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "database", "defect", "ios", "release-1.6.0", "transactions" ], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:52:49.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}
It would be very helpful if Transactions were enabled in\nTitanium.Database (Mobile) -- be it by exposing/wrapping the\nPLSQLite Transaction methods in Titanium.Database or by allowing\nthe corresponding SQLite SQL Statements (BEGIN; ROLLBACK;\nCOMMIT)
I second this, it's breaking some functionality/tests in\nJazzRecord ORM at the moment.
When I checked on 1.2.x, db.execute(\"begin\") /rollback/commit\nwas working fine...
My bad; the drillbit test I wrote was pulling SELECT operations\nin the middle of the transaction. Bad mojo.
Further testing reveals that this is an Android issue, still.\nAssigning to Don for triage; going to commit a Drillbit test.
(from [90e349c4c2a6438fbb68a59a5f2b83379dce68f3])\n[#364] Drillbit test for begin/rollback/commit and\nsavepoints in database. \nhttps://github.com/appcelerator/titanium_mobile/commit/90e349c4c2a6...
Created #3151 to track the android side