Mercurial > p > roundup > code
changeset 2744:4dd01588db90 maint-0.7
Make postgres backend not work for the moment...
...until I can get a second db-level change in for version 4 (and thus
don't have to worry about creating version 5)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 08 Oct 2004 08:07:33 +0000 |
| parents | 76e5097dc22d |
| children | adce02da25b7 |
| files | roundup/backends/back_postgresql.py |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/backends/back_postgresql.py Fri Oct 08 07:22:39 2004 +0000 +++ b/roundup/backends/back_postgresql.py Fri Oct 08 08:07:33 2004 +0000 @@ -90,6 +90,7 @@ arg = '%s' def sql_open_connection(self): + raise NotImplementedError, "Please don't use me just yet..." db = getattr(self.config, 'POSTGRESQL_DATABASE') try: conn = psycopg.connect(**db)
