1
0
forked from VimPlug/jedi

rename psycopg2 test

This commit is contained in:
David Halter
2012-09-03 13:42:04 +02:00
parent c5ef4c0f2b
commit c3bdd00a8c

View File

@@ -0,0 +1,9 @@
conn = psycopg2.connect('dbname=test')
#? ['cursor']
conn.cursor
cur = conn.cursor()
#? ['fetchall']
cur.fetchall