Missed Database.Escape
This commit is contained in:
		
							parent
							
								
									8c625ca87d
								
							
						
					
					
						commit
						dc92335fbe
					
				@ -374,8 +374,8 @@ methodmap Database < Handle
 | 
				
			|||||||
	// the database's character set.
 | 
						// the database's character set.
 | 
				
			||||||
	//
 | 
						//
 | 
				
			||||||
	// NOTE: SourceMod only guarantees properly escaped strings when the query
 | 
						// NOTE: SourceMod only guarantees properly escaped strings when the query
 | 
				
			||||||
	// encloses the string in ''. While drivers tend to allow " instead, the string
 | 
						// encloses the string in ''. While drivers tend to allow "" instead,
 | 
				
			||||||
	// may be not be escaped (for example, on SQLite)!
 | 
						// the string may be not be escaped (for example, on SQLite)!
 | 
				
			||||||
	//
 | 
						//
 | 
				
			||||||
	// @param string        String to quote.
 | 
						// @param string        String to quote.
 | 
				
			||||||
	// @param buffer        Buffer to store quoted string in.
 | 
						// @param buffer        Buffer to store quoted string in.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user