Project

General

Profile

Revision 7892b4b6

ID7892b4b63c02978559312f39e56de3d5cc739397
Parent 5fcc4402
Child 03059edd

Added by Francois POIROTTE about 13 years ago

Utilisation du nouveau schema "postgresql" à la place de "postgres" pour les interfaces

Ce changement assure la compatibilité ascendante avec SQLAlchemy 0.6.x ("postgres" a été marqué deprecated).

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@6522 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

development.ini
100 100
#beaker.cache.data_dir = %(here)s/data/cache
101 101
#beaker.session.data_dir = %(here)s/data/sessions
102 102

  
103
sqlalchemy.url=postgres://vigilo:vigilo@127.0.0.1/vigilo
103
sqlalchemy.url=postgresql://vigilo:vigilo@127.0.0.1/vigilo
104 104
sqlalchemy.echo = false
105 105
sqlalchemy.echo_pool = false
106 106
sqlalchemy.pool_recycle = 3600

Also available in: Unified diff