My favorites
▼
|
Sign in
pyodbc
Python ODBC library
Project Home
Downloads
Wiki
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
202
attachment: data_types.csv
(519 bytes)
1
2
3
4
5
6
type_name,data_type,column_size,literal_prefix,literal_suffix,create_params,nullable,case_sensitive,searchable,unsigned_attribute,fixed_prec_scale,auto_unique_value,local_type_name,minimum_scale,maximum_scale,sql_data_type,sql_datetime_sub,num_prec_radix,interval_precision
BIT,-7,1,,,,1,0,3,,0,,BIT,,,-7,,,
LONGVARCHAR,-1,65535,',',,1,1,0,,0,,LONGVARCHAR,,,-1,,,
CHAR,1,255,',',max length,1,1,3,,0,,CHAR,,,1,,,
DECIMAL,3,15,,,"precision, scale",1,0,3,,0,,DECIMAL,0,15,3,,10,
DATE,91,10,,,,1,0,3,,0,,DATE,,,9,1,,
Powered by
Google Project Hosting