
create installer
set up an easier way of dynamically creating tables
make SQLFetch do more type conversions properly
check out whether "not null" columns are really allowed
make sure SQLGetInfo isn't lying about anything
make SQLDriverConnect grey out the fields properly when 
	given SQL_DRIVER_COMPLETE_REQUIRED
make SQLTables actually use the input parameters
support NAME and OID consistently everywhere
don't assume malloc succeeds
support 16-bit compile in makefile (or not?)
clean up redundant code in SQLError a bit
replace the GetTypeInfo code with code that loops through (has a list of)
	the possible types and calls the pgtypes.c functions on them
support BOOL type

things Access wants:
	SQL_LOGIN_TIMEOUT parameter for SQLSetConnectOption
	SQL_MODE_READ_WRITE for SQLSetConnectOption
	SQLGetStmtOption (w/ SQL_QUERY_TIMEOUT)
	'MSysConf' table?  maybe it creates this.
