mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	magic-removal: Merged to [1875]
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1876 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -69,7 +69,7 @@ def dictfetchall(cursor): | ||||
|     return cursor.dictfetchall() | ||||
|  | ||||
| def get_last_insert_id(cursor, table_name, pk_name): | ||||
|     cursor.execute("SELECT CURRVAL('%s_%s_seq')" % (table_name, pk_name)) | ||||
|     cursor.execute("SELECT CURRVAL('\"%s_%s_seq\"')" % (table_name, pk_name)) | ||||
|     return cursor.fetchone()[0] | ||||
|  | ||||
| def get_date_extract_sql(lookup_type, table_name): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user