From 175cb245cbcb9223df7d56749c35222906b80ee1 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 17 Dec 2012 17:13:51 +0100 Subject: [PATCH] Adding common data type to txt/common-outputs (--columns --predict-output) --- txt/common-outputs.txt | 94 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) diff --git a/txt/common-outputs.txt b/txt/common-outputs.txt index bf0b6e8d7..09d00a5e7 100644 --- a/txt/common-outputs.txt +++ b/txt/common-outputs.txt @@ -1064,3 +1064,97 @@ Update_priv User x509_issuer x509_subject + +# Oracle (types) +BINARY_INTEGER +BLOB +BOOLEAN +CHAR +CLOB +DATE +INTERVAL +LONG +MLSLABEL +NCHAR +NCLOB +NUMBER +NVARCHAR2 +RAW +ROWID +TIMESTAMP +VARCHAR +VARCHAR2 +XMLType + +# MySQL (types) +bigint +blob +char +date +datetime +decimal +double +enum +float +int +set +smallint +text +time +tinyint +varchar +year + +# Microsoft SQL Server (types) +bigint +binary +bit +char +cursor +date +datetime +datetime2 +datetimeoffset +decimal +float +image +int +money +nchar +ntext +numeric +nvarchar +real +smalldatetime +smallint +smallmoney +sql_variant +table +text +time +timestamp +tinyint +uniqueidentifier +varbinary +varchar +xml + +# PostgreSQL (types) +bigint +bigserial +boolean +bytea +character +date +decimal +double precision +integer +interval +money +numeric +real +serial +smallint +text +time +timestamp