mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.6.x] Fixed #20707 -- Added explicit quota assignment to Oracle test user
To enable testing on Oracle 12c
This commit is contained in:
		
				
					committed by
					
						 Shai Berger
						Shai Berger
					
				
			
			
				
	
			
			
			
						parent
						
							b085e7c303
						
					
				
				
					commit
					e4274e3da1
				
			| @@ -172,6 +172,7 @@ class DatabaseCreation(BaseDatabaseCreation): | ||||
|                IDENTIFIED BY %(password)s | ||||
|                DEFAULT TABLESPACE %(tblspace)s | ||||
|                TEMPORARY TABLESPACE %(tblspace_temp)s | ||||
|                QUOTA UNLIMITED ON %(tblspace)s | ||||
|             """, | ||||
|             """GRANT CONNECT, RESOURCE TO %(user)s""", | ||||
|         ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user