﻿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
3464	Oracle representation of the IPAddressField	benk	Jacob	"The IPAddressField is defined in creation.py as CHAR(15). To my understanding this means that all values in that column will be allocated enough memory to store 15 characters of data regardless if the string being stored is in fact 15 characters long. 

I have discovered that for an IP address such as 192.168.1.210 where there are only 13 characters, the data base will pad out my IP address with space characters so that it becomes '192.168.1.210  '. This causes problems when performing searches unless I use '__istartswith'."		closed	Database layer (models, ORM)	other branch		fixed	Oracle, IPAddessField		Unreviewed	0	0	0	0	0	0
