mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-10-30 23:47:45 +03:00 
			
		
		
		
	Minor patch (TravisCI related)
This commit is contained in:
		
							parent
							
								
									03dfd6b4d5
								
							
						
					
					
						commit
						9c503873ad
					
				|  | @ -3275,7 +3275,7 @@ def parseSqliteTableSchema(value): | |||
|     Parses table column names and types from specified SQLite table schema | ||||
| 
 | ||||
|     >>> kb.data.cachedColumns = {} | ||||
|     >>> parseSqliteTableSchema("CREATE TABLE users\\n\\t\\tid INTEGER\\n\\t\\tname TEXT\\n);") | ||||
|     >>> parseSqliteTableSchema("CREATE TABLE users(\\n\\t\\tid INTEGER,\\n\\t\\tname TEXT\\n);") | ||||
|     True | ||||
|     >>> repr(kb.data.cachedColumns).count(',') == 1 | ||||
|     True | ||||
|  |  | |||
|  | @ -18,7 +18,7 @@ from lib.core.enums import OS | |||
| from thirdparty.six import unichr as _unichr | ||||
| 
 | ||||
| # sqlmap version (<major>.<minor>.<month>.<monthly commit>) | ||||
| VERSION = "1.4.5.29" | ||||
| VERSION = "1.4.5.30" | ||||
| TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable" | ||||
| TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34} | ||||
| VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user