odoo/openerp/service
Jos De Graeve 7e7ecf36f1 [FIX] service: error database in use on duplicate database
When trying to duplicate a database, while
having opened connections to it, postgresql throws

```
OperationalError: source database "duplicate_test"
is being accessed by other users
DETAIL:  There is 1 other session using the database.
```

Connections must be dropped before trying duplication
using TEMPLATE to avoid this.
2015-03-27 16:16:02 +01:00
..
__init__.py rename server 2013-10-06 00:18:29 +02:00
common.py [ADD] Stripe-style APIDoc: content 2014-10-27 17:23:16 +01:00
db.py [FIX] service: error database in use on duplicate database 2015-03-27 16:16:02 +01:00
model.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
report.py [FIX] setup Environment for the report thread 2014-07-14 12:41:07 +01:00
security.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
server.py [IMP] registry: adapt LRU sizes for registries and ormcache 2015-03-23 14:36:15 +01:00
websrv_lib.py [FORWARD] Forward port of server 7.0 until revision 4988 2013-05-28 12:27:33 +02:00
wsgi_server.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00