Vasu Nori
6f37f83a48
close() on anything other than database shouldn't acquire db lock.
...
bug:2683001
implmentation details:
1.close() on any sql statement is should simply queued up for finalization
to be performed later. caller doesn't acquire database lock.
2. the only effect of NOT close immediately is non-release of some memory.
3. all such queued-up-finalizations are performed whenever there is
another execute() of some sql statement on that database from ANY
thread in the process.
4. database close() automatically releases all unfinalized statements
before closing the database.
Change-Id: If4c9c7fde6b8945a41abc6c8b992aa8c69854512
2010-05-20 12:35:17 -07:00
..
2010-05-12 18:50:02 -07:00
2009-11-13 13:53:39 -08:00
2010-05-18 18:16:35 -07:00
2010-03-05 16:27:15 -08:00
2010-03-05 18:26:41 -08:00
2010-03-05 16:27:15 -08:00
2010-03-05 18:26:41 -08:00
2009-11-13 13:53:39 -08:00
2010-05-04 15:57:50 -07:00
2010-03-31 11:29:18 -07:00
2010-05-13 15:31:00 -07:00
2010-03-19 13:50:56 -07:00
2009-11-13 13:53:39 -08:00
2010-05-20 12:35:17 -07:00
2010-05-20 12:35:17 -07:00
2010-03-11 11:38:31 -08:00
2010-02-18 10:13:11 -08:00
2009-11-13 13:53:39 -08:00
2010-02-18 15:32:47 -08:00
2010-05-10 11:21:14 +08:00
2010-01-08 15:46:24 -05:00
2010-03-15 07:47:05 -07:00
2010-01-25 14:00:10 -08:00
2009-11-13 13:53:39 -08:00
2009-11-13 13:53:39 -08:00
2009-10-01 17:50:23 -07:00
2009-11-13 13:53:39 -08:00
2010-04-08 23:47:06 -07:00
2009-11-13 13:53:39 -08:00
2009-07-21 11:16:54 -07:00
2009-05-20 11:28:04 -07:00
2009-12-09 16:34:46 +08:00
2009-12-09 16:34:46 +08:00
2009-12-09 16:34:33 +08:00
2009-11-13 13:53:39 -08:00
2010-01-04 09:54:45 -08:00
2010-05-06 17:00:54 -07:00
2009-05-20 11:28:04 -07:00
2010-01-12 07:57:42 -08:00
2009-11-13 13:53:39 -08:00
2010-02-16 13:21:05 -08:00
2010-03-31 11:29:18 -07:00
2010-03-09 16:51:09 -08:00
2010-02-24 18:20:54 -08:00
2010-02-17 08:46:04 -08:00
2010-02-16 12:16:48 -08:00
2010-05-06 16:35:21 -07:00
2010-03-25 12:43:56 -07:00
2009-11-13 13:53:39 -08:00
2010-04-08 22:59:43 -07:00
2010-02-18 07:09:06 -05:00
2010-03-01 09:07:37 -08:00
2010-05-10 17:19:58 -07:00
2010-02-23 10:02:20 -08:00
2010-02-11 13:16:22 -08:00
2010-04-26 17:42:07 -07:00
2010-05-06 17:00:54 -07:00
2010-05-06 17:00:54 -07:00
2010-05-06 17:00:54 -07:00
2010-04-12 16:29:36 -07:00
2010-01-28 20:28:32 +08:00
2010-01-29 16:54:04 -08:00
2010-01-29 16:54:04 -08:00
2009-07-21 11:16:54 -07:00
2009-07-21 11:16:54 -07:00