Patch odbc_tracelog_revised for PDO ODBC Bug #79277
Patch version 2020-02-16 06:19 UTC
Return to Bug #79277 |
Download this patch
Patch Revisions:
Developer: khleung@isfactory.com
[ODBC][28693][1581862402.240921][__handles.c][460]
Exit:[SQL_SUCCESS]
Environment = 0x1bf1fc0
[ODBC][28693][1581862402.241160][SQLSetEnvAttr.c][189]
Entry:
Environment = 0x1bf1fc0
Attribute = SQL_ATTR_ODBC_VERSION
Value = 0x3
StrLen = 0
[ODBC][28693][1581862402.241313][SQLSetEnvAttr.c][363]
Exit:[SQL_SUCCESS]
[ODBC][28693][1581862402.241411][SQLSetEnvAttr.c][189]
Entry:
Environment = 0x1bf1fc0
Attribute = SQL_ATTR_CP_MATCH
Value = (nil)
StrLen = 0
[ODBC][28693][1581862402.241483][SQLSetEnvAttr.c][363]
Exit:[SQL_SUCCESS]
[ODBC][28693][1581862402.241556][SQLAllocHandle.c][375]
Entry:
Handle Type = 2
Input Handle = 0x1bf1fc0
[ODBC][28693][1581862402.241641][SQLAllocHandle.c][493]
Exit:[SQL_SUCCESS]
Output Handle = 0x1bf2760
[ODBC][28693][1581862402.241727][SQLSetConnectAttr.c][396]
Entry:
Connection = 0x1bf2760
Attribute = SQL_ATTR_AUTOCOMMIT
Value = 0x1
StrLen = -6
[ODBC][28693][1581862402.241807][SQLSetConnectAttr.c][681]
Exit:[SQL_SUCCESS]
[ODBC][28693][1581862402.241880][SQLSetConnectAttr.c][396]
Entry:
Connection = 0x1bf2760
Attribute = SQL_ATTR_ODBC_CURSORS
Value = (nil)
StrLen = -6
[ODBC][28693][1581862402.241952][SQLSetConnectAttr.c][681]
Exit:[SQL_SUCCESS]
[ODBC][28693][1581862402.242056][SQLConnect.c][3700]
Entry:
Connection = 0x1bf2760
Server Name = [SB007H][length = 6 (SQL_NTS)]
User Name = [sa][length = 2 (SQL_NTS)]
Authentication = [********][length = 8 (SQL_NTS)]
UNICODE Using encoding ASCII 'ISO8859-1' and UNICODE 'UCS-2LE'
DIAG [ZZZZZ] [SAP][ASE ODBC Driver][Adaptive Server Enterprise]Changed client character set setting to 'iso_1'.
DIAG [ZZZZZ] [SAP][ASE ODBC Driver][Adaptive Server Enterprise]Changed database context to 'master'.
DIAG [ZZZZZ] [SAP][ASE ODBC Driver][Adaptive Server Enterprise]Changed language setting to 'us_english'.
DIAG [ZZZZZ] [SAP][ASE ODBC Driver][Adaptive Server Enterprise]Changed database context to 'EPOS_DB'.
[ODBC][28693][1581862402.370440][SQLConnect.c][4273]
Exit:[SQL_SUCCESS_WITH_INFO]
DIAG [ZZZZZ] [SAP][ASE ODBC Driver][Adaptive Server Enterprise]Changed client character set setting to 'iso_1'.
DIAG [ZZZZZ] [SAP][ASE ODBC Driver][Adaptive Server Enterprise]Changed database context to 'master'.
DIAG [ZZZZZ] [SAP][ASE ODBC Driver][Adaptive Server Enterprise]Changed language setting to 'us_english'.
DIAG [ZZZZZ] [SAP][ASE ODBC Driver][Adaptive Server Enterprise]Changed database context to 'EPOS_DB'.
[ODBC][28693][1581862402.371001][SQLAllocHandle.c][540]
Entry:
Handle Type = 3
Input Handle = 0x1bf2760
[ODBC][28693][1581862402.371268][SQLAllocHandle.c][1081]
Exit:[SQL_SUCCESS]
Output Handle = 0x1c60d80
[ODBC][28693][1581862402.371374][SQLPrepare.c][196]
Entry:
Statement = 0x1c60d80
SQL = [SELECT name,environ FROM sysusers][length = 33 (SQL_NTS)]
[ODBC][28693][1581862402.371483][SQLPrepare.c][371]
Exit:[SQL_SUCCESS]
[ODBC][28693][1581862402.371598][SQLExecute.c][187]
Entry:
Statement = 0x1c60d80
[ODBC][28693][1581862402.375415][SQLExecute.c][348]
Exit:[SQL_SUCCESS]
[ODBC][28693][1581862402.375588][SQLRowCount.c][173]
Entry:
Statement = 0x1c60d80
Row Count = 0x7ffeec632f90
[ODBC][28693][1581862402.375678][SQLRowCount.c][244]
Exit:[SQL_SUCCESS]
Row Count = 0x7ffeec632f90 -> -1
[ODBC][28693][1581862402.375763][SQLNumResultCols.c][156]
Entry:
Statement = 0x1c60d80
Column Count = 0x7ffeec632f98
[ODBC][28693][1581862402.375866][SQLNumResultCols.c][248]
Exit:[SQL_SUCCESS]
Count = 0x7ffeec632f98 -> 2
[ODBC][28693][1581862402.375958][SQLDescribeCol.c][247]
Entry:
Statement = 0x1c60d80
Column Number = 1
Column Name = 0x7fa2d368719a
Buffer Length = 127
Name Length = 0x7ffeec632f5e
Data Type = 0x7fa2d3687198
Column Size = 0x7ffeec632f60
Decimal Digits = (nil)
Nullable = (nil)
[ODBC][28693][1581862402.376072][SQLDescribeCol.c][497]
Exit:[SQL_SUCCESS]
Column Name = [name]
Data Type = 0x7fa2d3687198 -> 12
Column Size = 0x7ffeec632f60 -> 30
Decimal Digits = NULLPTR
Nullable = NULLPTR
[ODBC][28693][1581862402.376186][SQLColAttribute.c][293]
Entry:
Statement = 0x1c60d80
Column Number = 1
Field Identifier = SQL_DESC_DISPLAY_SIZE
Character Attr = (nil)
Buffer Length = 0
String Length = (nil)
Numeric Attribute = 0x7ffeec632f68
[ODBC][28693][1581862402.376330][SQLColAttribute.c][664]
Exit:[SQL_SUCCESS]
[ODBC][28693][1581862402.376410][SQLDescribeCol.c][247]
Entry:
Statement = 0x1c60d80
Column Number = 2
Column Name = 0x7fa2d3687242
Buffer Length = 127
Name Length = 0x7ffeec632f5e
Data Type = 0x7fa2d3687240
Column Size = 0x7ffeec632f60
Decimal Digits = (nil)
Nullable = (nil)
[ODBC][28693][1581862402.376490][SQLDescribeCol.c][497]
Exit:[SQL_SUCCESS]
Column Name = [environ]
Data Type = 0x7fa2d3687240 -> 12
Column Size = 0x7ffeec632f60 -> 255
Decimal Digits = NULLPTR
Nullable = NULLPTR
[ODBC][28693][1581862402.376565][SQLColAttribute.c][293]
Entry:
Statement = 0x1c60d80
Column Number = 2
Field Identifier = SQL_DESC_DISPLAY_SIZE
Character Attr = (nil)
Buffer Length = 0
String Length = (nil)
Numeric Attribute = 0x7ffeec632f68
[ODBC][28693][1581862402.376638][SQLColAttribute.c][664]
Exit:[SQL_SUCCESS]
[ODBC][28693][1581862402.376748][SQLFetchScroll.c][159]
Entry:
Statement = 0x1c60d80
Fetch Orentation = 1
Fetch Offset = 0
[ODBC][28693][1581862402.376868][SQLFetchScroll.c][349]
Exit:[SQL_SUCCESS]
[ODBC][28693][1581862402.376964][SQLGetData.c][237]
Entry:
Statement = 0x1c60d80
Column Number = 1
Target Type = 1 SQL_CHAR
Buffer Length = 256
Target Value = 0x7fa2d3694000
StrLen Or Ind = 0x7fa2d3687190
[ODBC][28693][1581862402.377162][SQLGetData.c][501]
Exit:[SQL_SUCCESS]
Buffer = [dbo]
Strlen Or Ind = 0x7fa2d3687190 -> 3
[ODBC][28693][1581862402.377294][SQLGetData.c][237]
Entry:
Statement = 0x1c60d80
Column Number = 2
Target Type = 1 SQL_CHAR
Buffer Length = 256
Target Value = 0x7fa2d3694100
StrLen Or Ind = 0x7fa2d3687238
[ODBC][28693][1581862402.377374][SQLGetData.c][501]
Exit:[SQL_SUCCESS]
Buffer = []
Strlen Or Ind = 0x7fa2d3687238 -> -1
[ODBC][28693][1581862402.377693][SQLCloseCursor.c][139]
Entry:
Statement = 0x1c60d80
[ODBC][28693][1581862402.377861][SQLCloseCursor.c][231]
Exit:[SQL_SUCCESS]
[ODBC][28693][1581862402.377949][SQLFreeHandle.c][381]
Entry:
Handle Type = 3
Input Handle = 0x1c60d80
[ODBC][28693][1581862402.378120][SQLFreeHandle.c][491]
Exit:[SQL_SUCCESS]
[ODBC][28693][1581862402.378275][SQLEndTran.c][421]
Entry:
Connection = 0x1bf2760
Completion Type = 1
[ODBC][28693][1581862402.378392][SQLGetInfo.c][554]
Entry:
Connection = 0x1bf2760
Info Type = SQL_CURSOR_COMMIT_BEHAVIOR (23)
Info Value = 0x1bf3bd0
Buffer Length = 2
StrLen = 0x7ffeec634eee
[ODBC][28693][1581862402.378486][SQLGetInfo.c][617]
Exit:[SQL_SUCCESS]
[ODBC][28693][1581862402.378570][SQLGetInfo.c][554]
Entry:
Connection = 0x1bf2760
Info Type = SQL_CURSOR_ROLLBACK_BEHAVIOR (24)
Info Value = 0x1bf3bd2
Buffer Length = 2
StrLen = 0x7ffeec634eee
[ODBC][28693][1581862402.378644][SQLGetInfo.c][617]
Exit:[SQL_SUCCESS]
[ODBC][28693][1581862402.378717][SQLEndTran.c][574]
Exit:[SQL_SUCCESS]
[ODBC][28693][1581862402.378806][SQLDisconnect.c][208]
Entry:
Connection = 0x1bf2760
[ODBC][28693][1581862402.380487][SQLDisconnect.c][364]
Exit:[SQL_SUCCESS]
[ODBC][28693][1581862402.380669][SQLFreeHandle.c][284]
Entry:
Handle Type = 2
Input Handle = 0x1bf2760
[ODBC][28693][1581862402.380743][SQLFreeHandle.c][333]
Exit:[SQL_SUCCESS]
[ODBC][28693][1581862402.380829][SQLFreeHandle.c][219]
Entry:
Handle Type = 1
Input Handle = 0x1bf1fc0
|