Skip to content

Commit 1cd0f12

Browse files
author
Richard Jones
committed
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)
1 parent f2487d7 commit 1cd0f12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roundup/backends/back_postgresql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class Database(rdbms_common.Database):
9090
arg = '%s'
9191

9292
def sql_open_connection(self):
93+
raise NotImplementedError, "Please don't use me just yet..."
9394
db = getattr(self.config, 'POSTGRESQL_DATABASE')
9495
try:
9596
conn = psycopg.connect(**db)

0 commit comments

Comments
 (0)