My favorites | Sign in
Project Home Downloads Wiki
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 354 attachment: vertica_odbc_conn_1.log (5.8 KB)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Jan 17 11:25:08 INFO 3457042176 Connection::SQLSetConnectAttr: Attribute: 115
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: in: Database:kdl, type 0
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: in: Description:ODBC Driver DSN for kdl master database, type 0
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: in: Driver:vertica_driver, type 0
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: in: DSN:vertica_kdl_dsn, type 0
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: in: Locale:en_US, type 0
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: in: PASSWORD:********, type 0
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: in: Port:5433, type 0
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: in: Servername:compute-0-0, type 0
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: in: USERNAME:test, type 0
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: out ColumnsAsChar
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: type 0, value: ?
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: out ConnSettings
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: type 0, value: ?
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: out DirectBatchInsert
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: type 0, value: ?
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: out DriverStringConversions
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: type 0, value: ?
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: out Label
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: type 0, value: ?
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: out ResultBufferSize
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: type 0, value: ?
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: out SSLCertFile
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: type 0, value: ?
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: out SSLKeyFile
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: type 0, value: ?
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: out SSLMode
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: type 0, value: ?
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: out TransactionIsolation
Jan 17 11:25:08 INFO 3457042176 VConnection::UpdateConnectionSettings: type 0, value: ?
Jan 17 11:25:08 INFO 3457042176 VConnection::Connect: Connect to host compute-0-0:5433, db kdl
Jan 17 11:25:08 INFO 3457042176 Connection::SQLGetInfoW: InfoType: 77
Jan 17 11:25:08 INFO 3457042176 Connection::SQLSetConnectAttr: Attribute: 102
Jan 17 11:25:08 INFO 3457042176 Connection::SQLGetInfoW: InfoType: 77
Jan 17 11:25:08 INFO 3457042176 Connection::SQLGetInfoW: InfoType: 10002
Jan 17 11:25:08 INFO 3457042176 Connection::SQLGetInfoW: InfoType: 111
Jan 17 11:25:08 INFO 3457042176 Statement::SQLGetStmtAttrW: Attribute: 10010
Jan 17 11:25:08 INFO 3457042176 Statement::SQLGetStmtAttrW: Attribute: 10011
Jan 17 11:25:08 INFO 3457042176 Statement::SQLGetStmtAttrW: Attribute: 10012
Jan 17 11:25:08 INFO 3457042176 Statement::SQLGetStmtAttrW: Attribute: 10013
Jan 17 11:25:08 INFO 3457042176 Connection::ExecuteCatalogFunction: SQLGetTypeInfo
Jan 17 11:25:08 INFO 3457042176 VMetadataSource::Execute: out_metadataQuery: select * from (select CASE WHEN (UPPER(type_name) = 'CHAR') THEN 'CHAR' WHEN (UPPER(type_name) = 'VARCHAR') THEN 'VARCHAR' ELSE type_name END as data_type_name, CASE WHEN (odbc_type = 1) THEN -8 WHEN (odbc_type = 12) THEN -9 WHEN ( odbc_subtype != 0 ) THEN odbc_subtype ELSE odbc_type END as data_type, column_size, case when type_id not in (5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 114, 115, 116, 117) then null when odbc_type in (-5, 2, 8) then null else E'\'' end as literal_prefix, case when type_id not in (5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 114, 115, 116, 117) then null when odbc_type in (-5, 2, 8) then null else E'\'' end as literal_suffix, creation_parameters as create_param, 1 as nullable, 1 as case_sensitive, 3 as searchable, 0 as unsigned_attribute, 0 as fixed_prec_scale, 0 as auto_unique, CASE WHEN (UPPER(type_name) = 'CHAR') THEN 'CHAR' WHEN (UPPER(type_name) = 'VARCHAR') THEN 'VARCHAR' ELSE type_name END as local_type_name, min_scale as minimum_scale, max_scale as maximum_scale, CASE WHEN (odbc_type = 1) THEN -8 WHEN (odbc_type = 12) THEN -9 ELSE odbc_type END as sql_data_type, CASE WHEN (odbc_type = 10) THEN (odbc_subtype-100) WHEN (odbc_type = 9) THEN (odbc_subtype-90) ELSE 0 END as sql_datetime_sub, 10 as num_prec_radix, NULL as interval_precision from v_catalog.types order by odbc_type, type_name ) as vmd where data_type = E'93'
Jan 17 11:25:08 INFO 3457042176 VMetadataSource::Execute: Command status: SELECT, 2 tuples 19 fields
Jan 17 11:25:08 INFO 3457042176 Statement::SQLGetStmtAttrW: Attribute: 10010
Jan 17 11:25:08 INFO 3457042176 Statement::SQLGetStmtAttrW: Attribute: 10011
Jan 17 11:25:08 INFO 3457042176 Statement::SQLGetStmtAttrW: Attribute: 10012
Jan 17 11:25:08 INFO 3457042176 Statement::SQLGetStmtAttrW: Attribute: 10013
Jan 17 11:25:13 INFO 3457042176 VDataEngine::Prepare: Original Query: DROP TABLE IF EXISTS foo
Jan 17 11:25:13 INFO 3457042176 VDataEngine::Prepare: Query is issued as ExecDirect
Jan 17 11:25:13 INFO 3457042176 VDataEngine::Prepare: Query: DROP TABLE IF EXISTS foo
Jan 17 11:25:13 INFO 3457042176 VDataEngine::Prepare: Initializing prepared statement: _PLAN0xebe360_0
Powered by Google Project Hosting