﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32672	Primary Key, type double and type unsigned integer ain't detected correctly for Sqlite3 Database	jgr88	nobody	"While creating models with ""inspectdb"" i discovered, that there are currently some issues with SQLite3 Databases.
- PrimaryKeys ain't detected properly
- Datatype double ain't detected properly
- Datatype unsigned int ain't detected properly

Reproduce these issues by creating a SQLite3 Database:
CREATE TABLE ""test"" ( `pId` INTEGER NOT NULL, `doubleField` DOUBLE NOT NULL, `uInt` UNSIGNED INTEGER NOT NULL, PRIMARY KEY(`pId`) ) 

I added a pullrequest:
https://github.com/django/django/pull/14293"	Bug	new	Database layer (models, ORM)	3.2	Normal		SQLite3 PrimaryKey Datatypes		Unreviewed	1	0	0	0	1	0
