Mercurial > p > roundup > code
diff roundup/backends/back_postgresql.py @ 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 | 8140fb128088 |
| children | adce02da25b7 |
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)
