[Mono-devel-list] Possible problems with Npgsql
Met @ Uber
met at uberstats.com
Mon Feb 9 21:47:44 EST 2004
I really have no idea how to continue debugging the following errors,
but all the arrows keep pointing towards Npgsql.
The following is a snippet printed to my screen if I turn on logging
within Npgsql. Does this look familiar to anyone? I'm not using any
lists of any sort that I am directly aware of. Any help, any at all
would be extremely appreciated.
Suggestions?
===
Entering NpgsqlState.ChangeState()
Index is less than 0 or more than or equal to the list count.
Parameter name: index
0
===
~ Matthew
P.S. The full log file is attached.
-------------- next part --------------
2/9/04 9:40:39 a 12833 Normal Set NpgsqlEventLog.EchoMessages = True
2/9/04 9:40:40 a 12833 Debug Entering NpgsqlConnection.NpgsqlConnection(Server=localhost;Database=dotGrr;User ID=chinwag;Password=chinwag;)
2/9/04 9:40:40 a 12833 Debug Get NpgsqlClosedState.Instance
2/9/04 9:40:40 a 12833 Debug Entering NpgsqlConnection.ParseConnectionString()
2/9/04 9:40:40 a 12833 Debug Connection string option: SERVER = localhost
2/9/04 9:40:40 a 12833 Debug Connection string option: DATABASE = dotGrr
2/9/04 9:40:40 a 12833 Debug Connection string option: USER ID = chinwag
2/9/04 9:40:40 a 12833 Debug Connection string option: PASSWORD = chinwag
2/9/04 9:40:40 a 12833 Debug Entering NpgsqlConnection.Open()
2/9/04 9:40:40 a 12833 Debug Get NpgsqlClosedState.Instance
2/9/04 9:40:40 a 12833 Debug Entering NpgsqlClosedState.Open()
2/9/04 9:40:40 a 12833 Normal Connected to: localhost:5432.
2/9/04 9:40:40 a 12833 Debug Entering NpgsqlState.ChangeState()
2/9/04 9:40:40 a 12833 Debug Entering NpgsqlStartupPacket.NpgsqlStartupPacket()
2/9/04 9:40:40 a 12833 Debug Entering NpgsqlStartupPacket.WriteToStream()
2/9/04 9:40:40 a 12833 Debug Entering PGUtil.WriteString()
2/9/04 9:40:40 a 12833 Debug Entering PGUtil.WriteString()
2/9/04 9:40:40 a 12833 Debug Entering PGUtil.WriteString()
2/9/04 9:40:40 a 12833 Debug Entering PGUtil.WriteString()
2/9/04 9:40:40 a 12833 Debug Entering NpgsqlState.ProcessBackendResponses()
2/9/04 9:40:40 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:40 a 12833 Debug String read: L: unsupported frontend protocol
.
2/9/04 9:40:40 a 12833 Debug ErrorResponse message from Server: FATAL: unsupported frontend protocol
.
2/9/04 9:40:40 a 12833 Debug Get NpgsqlClosedState.Instance
2/9/04 9:40:40 a 12833 Debug Entering NpgsqlClosedState.Open()
2/9/04 9:40:40 a 12833 Normal Connected to: localhost:5432.
2/9/04 9:40:40 a 12833 Debug Entering NpgsqlState.ChangeState()
2/9/04 9:40:40 a 12833 Debug Entering NpgsqlStartupPacket.NpgsqlStartupPacket()
2/9/04 9:40:40 a 12833 Debug Entering NpgsqlStartupPacket.WriteToStream()
2/9/04 9:40:41 a 12833 Debug Entering PGUtil.WriteLimString()
2/9/04 9:40:41 a 12833 Debug Entering PGUtil.WriteLimString()
2/9/04 9:40:41 a 12833 Debug Entering PGUtil.WriteLimString()
2/9/04 9:40:41 a 12833 Debug Entering PGUtil.WriteLimString()
2/9/04 9:40:41 a 12833 Debug Entering PGUtil.WriteLimString()
2/9/04 9:40:41 a 12833 Debug Entering NpgsqlState.ProcessBackendResponses()
2/9/04 9:40:41 a 12833 Debug AuthenticationRequest message received from server.
2/9/04 9:40:41 a 12833 Debug AuthenticationOK received.
2/9/04 9:40:41 a 12833 Debug BackendKeyData message received from server.
2/9/04 9:40:41 a 12833 Debug Entering NpgsqlBackEndKeyData.NpgsqlBackEndKeyData()
2/9/04 9:40:41 a 12833 Debug ReadyForQuery message received from server.
2/9/04 9:40:41 a 12833 Debug Entering NpgsqlState.ChangeState()
2/9/04 9:40:41 a 12833 Debug Entering NpgsqlCommand.NpgsqlCommand()
2/9/04 9:40:41 a 12833 Debug Entering NpgsqlParameterCollection.NpgsqlParameterCollection()
2/9/04 9:40:41 a 12833 Debug Set NpgsqlCommand.Transaction =
2/9/04 9:40:41 a 12833 Debug Entering NpgsqlCommand.ExecuteScalar()
2/9/04 9:40:41 a 12833 Debug Entering NpgsqlCommand.CheckConnectionState()
2/9/04 9:40:41 a 12833 Debug Entering NpgsqlReadyState.Query()
2/9/04 9:40:41 a 12833 Debug Entering NpgsqlCommand.GetCommandText()
2/9/04 9:40:41 a 12833 Debug Entering NpgsqlCommand.GetClearCommandText()
2/9/04 9:40:41 a 12833 Debug Get NpgsqlParameterCollection.Count
2/9/04 9:40:41 a 12833 Debug Query sent: select version();set DATESTYLE TO ISO;.
2/9/04 9:40:41 a 12833 Debug Entering PGUtil.WriteString()
2/9/04 9:40:41 a 12833 Debug Entering NpgsqlState.ProcessBackendResponses()
2/9/04 9:40:41 a 12833 Debug CursorResponse message received from server.
2/9/04 9:40:41 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:41 a 12833 Debug String read: blank.
2/9/04 9:40:41 a 12833 Debug RowDescription message received from server.
2/9/04 9:40:41 a 12833 Debug Entering NpgsqlRowDescription.ReadFromStream()
2/9/04 9:40:41 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:42 a 12833 Debug String read: version.
2/9/04 9:40:42 a 12833 Debug AsciiRow message received from server.
2/9/04 9:40:42 a 12833 Debug Entering NpgsqlAsciiRow.NpgsqlAsciiRow()
2/9/04 9:40:42 a 12833 Debug Entering NpgsqlAsciiRow.ReadFromStream()()
2/9/04 9:40:42 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(0)
2/9/04 9:40:42 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:42 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:42 a 12833 Debug String read: SELECT.
2/9/04 9:40:42 a 12833 Debug CompletedResponse message from Server: SELECT.
2/9/04 9:40:42 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:42 a 12833 Debug String read: SET.
2/9/04 9:40:42 a 12833 Debug CompletedResponse message from Server: SET.
2/9/04 9:40:42 a 12833 Debug ReadyForQuery message received from server.
2/9/04 9:40:42 a 12833 Debug Entering NpgsqlState.ChangeState()
2/9/04 9:40:42 a 12833 Debug Get NpgsqlAsciiRow.this[0]
2/9/04 9:40:42 a 12833 Debug Entering NpgsqlConnection.ProcessServerVersion()
2/9/04 9:40:42 a 12833 Debug Entering NpgsqlDataReader.LoadTypesMapping()
2/9/04 9:40:42 a 12833 Debug Entering NpgsqlCommand.NpgsqlCommand()
2/9/04 9:40:42 a 12833 Debug Entering NpgsqlParameterCollection.NpgsqlParameterCollection()
2/9/04 9:40:42 a 12833 Debug Set NpgsqlCommand.Transaction =
2/9/04 9:40:42 a 12833 Debug Entering NpgsqlCommand.ExecuteReader()
2/9/04 9:40:42 a 12833 Debug Entering NpgsqlCommand.ExecuteReader(Default)
2/9/04 9:40:42 a 12833 Debug Entering NpgsqlCommand.CheckConnectionState()
2/9/04 9:40:42 a 12833 Debug Entering NpgsqlReadyState.Query()
2/9/04 9:40:42 a 12833 Debug Entering NpgsqlCommand.GetCommandText()
2/9/04 9:40:42 a 12833 Debug Entering NpgsqlCommand.GetClearCommandText()
2/9/04 9:40:42 a 12833 Debug Get NpgsqlParameterCollection.Count
2/9/04 9:40:42 a 12833 Debug Query sent: select oid, typname from pg_type where typname in ('bool', 'bytea', 'date', 'float4', 'float8', 'int2', 'int4', 'int8', 'numeric', 'text', 'time', 'timestamp');.
2/9/04 9:40:42 a 12833 Debug Entering PGUtil.WriteString()
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlState.ProcessBackendResponses()
2/9/04 9:40:43 a 12833 Debug CursorResponse message received from server.
2/9/04 9:40:43 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:43 a 12833 Debug String read: blank.
2/9/04 9:40:43 a 12833 Debug RowDescription message received from server.
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlRowDescription.ReadFromStream()
2/9/04 9:40:43 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:43 a 12833 Debug String read: oid.
2/9/04 9:40:43 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:43 a 12833 Debug String read: typname.
2/9/04 9:40:43 a 12833 Debug AsciiRow message received from server.
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlAsciiRow.NpgsqlAsciiRow()
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlAsciiRow.ReadFromStream()()
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(0)
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(1)
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:43 a 12833 Debug AsciiRow message received from server.
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlAsciiRow.NpgsqlAsciiRow()
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlAsciiRow.ReadFromStream()()
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(0)
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(1)
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:43 a 12833 Debug AsciiRow message received from server.
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlAsciiRow.NpgsqlAsciiRow()
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlAsciiRow.ReadFromStream()()
2/9/04 9:40:43 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(0)
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(1)
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:44 a 12833 Debug AsciiRow message received from server.
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlAsciiRow.NpgsqlAsciiRow()
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlAsciiRow.ReadFromStream()()
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(0)
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(1)
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:44 a 12833 Debug AsciiRow message received from server.
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlAsciiRow.NpgsqlAsciiRow()
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlAsciiRow.ReadFromStream()()
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(0)
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(1)
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:44 a 12833 Debug AsciiRow message received from server.
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlAsciiRow.NpgsqlAsciiRow()
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlAsciiRow.ReadFromStream()()
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(0)
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(1)
2/9/04 9:40:44 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:44 a 12833 Debug AsciiRow message received from server.
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlAsciiRow.NpgsqlAsciiRow()
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlAsciiRow.ReadFromStream()()
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(0)
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(1)
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:45 a 12833 Debug AsciiRow message received from server.
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlAsciiRow.NpgsqlAsciiRow()
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlAsciiRow.ReadFromStream()()
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(0)
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(1)
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:45 a 12833 Debug AsciiRow message received from server.
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlAsciiRow.NpgsqlAsciiRow()
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlAsciiRow.ReadFromStream()()
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(0)
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(1)
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:45 a 12833 Debug AsciiRow message received from server.
2/9/04 9:40:45 a 12833 Debug Entering NpgsqlAsciiRow.NpgsqlAsciiRow()
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlAsciiRow.ReadFromStream()()
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(0)
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(1)
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:46 a 12833 Debug AsciiRow message received from server.
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlAsciiRow.NpgsqlAsciiRow()
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlAsciiRow.ReadFromStream()()
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(0)
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(1)
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:46 a 12833 Debug AsciiRow message received from server.
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlAsciiRow.NpgsqlAsciiRow()
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlAsciiRow.ReadFromStream()()
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(0)
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(1)
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:46 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:46 a 12833 Debug String read: SELECT.
2/9/04 9:40:46 a 12833 Debug CompletedResponse message from Server: SELECT.
2/9/04 9:40:46 a 12833 Debug ReadyForQuery message received from server.
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlState.ChangeState()
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlDataReader.Read()
2/9/04 9:40:46 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:47 a 12833 Debug Get NpgsqlDataReader.this[1]
2/9/04 9:40:47 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:47 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:47 a 12833 Debug Get NpgsqlAsciiRow.this[1]
2/9/04 9:40:47 a 12833 Debug Get NpgsqlDataReader.this[0]
2/9/04 9:40:47 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:47 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:47 a 12833 Debug Get NpgsqlAsciiRow.this[0]
2/9/04 9:40:47 a 12833 Debug Entering NpgsqlDataReader.Read()
2/9/04 9:40:47 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:47 a 12833 Debug Get NpgsqlDataReader.this[1]
2/9/04 9:40:47 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:47 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:47 a 12833 Debug Get NpgsqlAsciiRow.this[1]
2/9/04 9:40:47 a 12833 Debug Get NpgsqlDataReader.this[0]
2/9/04 9:40:47 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:47 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:47 a 12833 Debug Get NpgsqlAsciiRow.this[0]
2/9/04 9:40:47 a 12833 Debug Entering NpgsqlDataReader.Read()
2/9/04 9:40:47 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:47 a 12833 Debug Get NpgsqlDataReader.this[1]
2/9/04 9:40:47 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:47 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:47 a 12833 Debug Get NpgsqlAsciiRow.this[1]
2/9/04 9:40:48 a 12833 Debug Get NpgsqlDataReader.this[0]
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:48 a 12833 Debug Get NpgsqlAsciiRow.this[0]
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.Read()
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:48 a 12833 Debug Get NpgsqlDataReader.this[1]
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:48 a 12833 Debug Get NpgsqlAsciiRow.this[1]
2/9/04 9:40:48 a 12833 Debug Get NpgsqlDataReader.this[0]
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:48 a 12833 Debug Get NpgsqlAsciiRow.this[0]
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.Read()
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:48 a 12833 Debug Get NpgsqlDataReader.this[1]
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:48 a 12833 Debug Get NpgsqlAsciiRow.this[1]
2/9/04 9:40:48 a 12833 Debug Get NpgsqlDataReader.this[0]
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:48 a 12833 Debug Get NpgsqlAsciiRow.this[0]
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.Read()
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:48 a 12833 Debug Get NpgsqlDataReader.this[1]
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:48 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:49 a 12833 Debug Get NpgsqlAsciiRow.this[1]
2/9/04 9:40:49 a 12833 Debug Get NpgsqlDataReader.this[0]
2/9/04 9:40:49 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:49 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:49 a 12833 Debug Get NpgsqlAsciiRow.this[0]
2/9/04 9:40:49 a 12833 Debug Entering NpgsqlDataReader.Read()
2/9/04 9:40:49 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:49 a 12833 Debug Get NpgsqlDataReader.this[1]
2/9/04 9:40:49 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:49 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:49 a 12833 Debug Get NpgsqlAsciiRow.this[1]
2/9/04 9:40:49 a 12833 Debug Get NpgsqlDataReader.this[0]
2/9/04 9:40:49 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:49 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:49 a 12833 Debug Get NpgsqlAsciiRow.this[0]
2/9/04 9:40:49 a 12833 Debug Entering NpgsqlDataReader.Read()
2/9/04 9:40:49 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:49 a 12833 Debug Get NpgsqlDataReader.this[1]
2/9/04 9:40:49 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:49 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:49 a 12833 Debug Get NpgsqlAsciiRow.this[1]
2/9/04 9:40:49 a 12833 Debug Get NpgsqlDataReader.this[0]
2/9/04 9:40:49 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:49 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:49 a 12833 Debug Get NpgsqlAsciiRow.this[0]
2/9/04 9:40:49 a 12833 Debug Entering NpgsqlDataReader.Read()
2/9/04 9:40:49 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:49 a 12833 Debug Get NpgsqlDataReader.this[1]
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:50 a 12833 Debug Get NpgsqlAsciiRow.this[1]
2/9/04 9:40:50 a 12833 Debug Get NpgsqlDataReader.this[0]
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:50 a 12833 Debug Get NpgsqlAsciiRow.this[0]
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.Read()
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:50 a 12833 Debug Get NpgsqlDataReader.this[1]
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:50 a 12833 Debug Get NpgsqlAsciiRow.this[1]
2/9/04 9:40:50 a 12833 Debug Get NpgsqlDataReader.this[0]
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:50 a 12833 Debug Get NpgsqlAsciiRow.this[0]
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.Read()
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:50 a 12833 Debug Get NpgsqlDataReader.this[1]
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:50 a 12833 Debug Get NpgsqlAsciiRow.this[1]
2/9/04 9:40:50 a 12833 Debug Get NpgsqlDataReader.this[0]
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:50 a 12833 Debug Get NpgsqlAsciiRow.this[0]
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.Read()
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:50 a 12833 Debug Get NpgsqlDataReader.this[1]
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:50 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:50 a 12833 Debug Get NpgsqlAsciiRow.this[1]
2/9/04 9:40:51 a 12833 Debug Get NpgsqlDataReader.this[0]
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlDataReader.GetValue()
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:51 a 12833 Debug Get NpgsqlAsciiRow.this[0]
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlDataReader.Read()
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlDataReader.CanRead()
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlConnection.NpgsqlConnection(Server=localhost;Database=dotGrr;User ID=chinwag;Password=chinwag;)
2/9/04 9:40:51 a 12833 Debug Get NpgsqlClosedState.Instance
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlConnection.ParseConnectionString()
2/9/04 9:40:51 a 12833 Debug Connection string option: SERVER = localhost
2/9/04 9:40:51 a 12833 Debug Connection string option: DATABASE = dotGrr
2/9/04 9:40:51 a 12833 Debug Connection string option: USER ID = chinwag
2/9/04 9:40:51 a 12833 Debug Connection string option: PASSWORD = chinwag
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlConnection.Open()
2/9/04 9:40:51 a 12833 Debug Get NpgsqlClosedState.Instance
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlClosedState.Open()
2/9/04 9:40:51 a 12833 Normal Connected to: localhost:5432.
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlState.ChangeState()
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlStartupPacket.NpgsqlStartupPacket()
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlStartupPacket.WriteToStream()
2/9/04 9:40:51 a 12833 Debug Entering PGUtil.WriteString()
2/9/04 9:40:51 a 12833 Debug Entering PGUtil.WriteString()
2/9/04 9:40:51 a 12833 Debug Entering PGUtil.WriteString()
2/9/04 9:40:51 a 12833 Debug Entering PGUtil.WriteString()
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlState.ProcessBackendResponses()
2/9/04 9:40:51 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:51 a 12833 Debug String read: L: unsupported frontend protocol
.
2/9/04 9:40:51 a 12833 Debug ErrorResponse message from Server: FATAL: unsupported frontend protocol
.
2/9/04 9:40:51 a 12833 Debug Get NpgsqlClosedState.Instance
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlClosedState.Open()
2/9/04 9:40:51 a 12833 Normal Connected to: localhost:5432.
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlState.ChangeState()
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlStartupPacket.NpgsqlStartupPacket()
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlStartupPacket.WriteToStream()
2/9/04 9:40:51 a 12833 Debug Entering PGUtil.WriteLimString()
2/9/04 9:40:51 a 12833 Debug Entering PGUtil.WriteLimString()
2/9/04 9:40:51 a 12833 Debug Entering PGUtil.WriteLimString()
2/9/04 9:40:51 a 12833 Debug Entering PGUtil.WriteLimString()
2/9/04 9:40:51 a 12833 Debug Entering PGUtil.WriteLimString()
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlState.ProcessBackendResponses()
2/9/04 9:40:51 a 12833 Debug AuthenticationRequest message received from server.
2/9/04 9:40:51 a 12833 Debug AuthenticationOK received.
2/9/04 9:40:51 a 12833 Debug BackendKeyData message received from server.
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlBackEndKeyData.NpgsqlBackEndKeyData()
2/9/04 9:40:51 a 12833 Debug ReadyForQuery message received from server.
2/9/04 9:40:51 a 12833 Debug Entering NpgsqlState.ChangeState()
2/9/04 9:40:52 a 12833 Debug Entering NpgsqlCommand.NpgsqlCommand()
2/9/04 9:40:52 a 12833 Debug Entering NpgsqlParameterCollection.NpgsqlParameterCollection()
2/9/04 9:40:52 a 12833 Debug Set NpgsqlCommand.Transaction =
2/9/04 9:40:52 a 12833 Debug Entering NpgsqlCommand.ExecuteScalar()
2/9/04 9:40:52 a 12833 Debug Entering NpgsqlCommand.CheckConnectionState()
2/9/04 9:40:52 a 12833 Debug Entering NpgsqlReadyState.Query()
2/9/04 9:40:52 a 12833 Debug Entering NpgsqlCommand.GetCommandText()
2/9/04 9:40:52 a 12833 Debug Entering NpgsqlCommand.GetClearCommandText()
2/9/04 9:40:52 a 12833 Debug Get NpgsqlParameterCollection.Count
2/9/04 9:40:52 a 12833 Debug Query sent: select version();set DATESTYLE TO ISO;.
2/9/04 9:40:52 a 12833 Debug Entering PGUtil.WriteString()
2/9/04 9:40:52 a 12833 Debug Entering NpgsqlState.ProcessBackendResponses()
2/9/04 9:40:52 a 12833 Debug CursorResponse message received from server.
2/9/04 9:40:52 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:52 a 12833 Debug String read: blank.
2/9/04 9:40:52 a 12833 Debug RowDescription message received from server.
2/9/04 9:40:52 a 12833 Debug Entering NpgsqlRowDescription.ReadFromStream()
2/9/04 9:40:52 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:52 a 12833 Debug String read: version.
2/9/04 9:40:52 a 12833 Debug AsciiRow message received from server.
2/9/04 9:40:52 a 12833 Debug Entering NpgsqlAsciiRow.NpgsqlAsciiRow()
2/9/04 9:40:52 a 12833 Debug Entering NpgsqlAsciiRow.ReadFromStream()()
2/9/04 9:40:52 a 12833 Debug Entering NpgsqlAsciiRow.IsNull(0)
2/9/04 9:40:52 a 12833 Debug Entering NpgsqlDataReader.ConvertBackendStringToSystemType()
2/9/04 9:40:53 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:53 a 12833 Debug String read: SELECT.
2/9/04 9:40:53 a 12833 Debug CompletedResponse message from Server: SELECT.
2/9/04 9:40:53 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:53 a 12833 Debug String read: SET.
2/9/04 9:40:53 a 12833 Debug CompletedResponse message from Server: SET.
2/9/04 9:40:53 a 12833 Debug ReadyForQuery message received from server.
2/9/04 9:40:53 a 12833 Debug Entering NpgsqlState.ChangeState()
2/9/04 9:40:53 a 12833 Debug Get NpgsqlAsciiRow.this[0]
2/9/04 9:40:53 a 12833 Debug Entering NpgsqlConnection.ProcessServerVersion()
2/9/04 9:40:53 a 12833 Debug Entering NpgsqlDataReader.LoadTypesMapping()
2/9/04 9:40:53 a 12833 Debug Entering NpgsqlConnection.IDbConnection.CreateCommand()
2/9/04 9:40:53 a 12833 Debug Entering NpgsqlConnection.CreateCommand()
2/9/04 9:40:53 a 12833 Debug Entering NpgsqlCommand.NpgsqlCommand()
2/9/04 9:40:53 a 12833 Debug Entering NpgsqlParameterCollection.NpgsqlParameterCollection()
2/9/04 9:40:53 a 12833 Debug Set NpgsqlCommand.Transaction =
2/9/04 9:40:53 a 12833 Debug Set NpgsqlCommand.CommandText = DELETE FROM member WHERE id = '01010101'
2/9/04 9:40:53 a 12833 Debug Entering NpgsqlCommand.ExecuteNonQuery()
2/9/04 9:40:53 a 12833 Debug Entering NpgsqlCommand.CheckConnectionState()
2/9/04 9:40:53 a 12833 Debug Entering NpgsqlReadyState.Query()
2/9/04 9:40:53 a 12833 Debug Entering NpgsqlCommand.GetCommandText()
2/9/04 9:40:53 a 12833 Debug Entering NpgsqlCommand.GetClearCommandText()
2/9/04 9:40:53 a 12833 Debug Get NpgsqlParameterCollection.Count
2/9/04 9:40:53 a 12833 Debug Query sent: DELETE FROM member WHERE id = '01010101'.
2/9/04 9:40:54 a 12833 Debug Entering PGUtil.WriteString()
2/9/04 9:40:54 a 12833 Debug Entering NpgsqlState.ProcessBackendResponses()
2/9/04 9:40:54 a 12833 Debug CursorResponse message received from server.
2/9/04 9:40:54 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:54 a 12833 Debug String read: blank.
2/9/04 9:40:54 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:54 a 12833 Debug String read: DELETE 0.
2/9/04 9:40:54 a 12833 Debug CompletedResponse message from Server: DELETE 0.
2/9/04 9:40:54 a 12833 Debug ReadyForQuery message received from server.
2/9/04 9:40:54 a 12833 Debug Entering NpgsqlState.ChangeState()
2/9/04 9:40:54 a 12833 Debug Entering NpgsqlConnection.IDbConnection.CreateCommand()
2/9/04 9:40:54 a 12833 Debug Entering NpgsqlConnection.CreateCommand()
2/9/04 9:40:54 a 12833 Debug Entering NpgsqlCommand.NpgsqlCommand()
2/9/04 9:40:54 a 12833 Debug Entering NpgsqlParameterCollection.NpgsqlParameterCollection()
2/9/04 9:40:54 a 12833 Debug Set NpgsqlCommand.Transaction =
2/9/04 9:40:54 a 12833 Debug Set NpgsqlCommand.CommandText = SELECT * FROM member WHERE id = '01010101'
2/9/04 9:40:54 a 12833 Debug Entering NpgsqlCommand.ExecuteScalar()
2/9/04 9:40:54 a 12833 Debug Entering NpgsqlCommand.CheckConnectionState()
2/9/04 9:40:54 a 12833 Debug Entering NpgsqlReadyState.Query()
2/9/04 9:40:54 a 12833 Debug Entering NpgsqlCommand.GetCommandText()
2/9/04 9:40:54 a 12833 Debug Entering NpgsqlCommand.GetClearCommandText()
2/9/04 9:40:54 a 12833 Debug Get NpgsqlParameterCollection.Count
2/9/04 9:40:55 a 12833 Debug Query sent: SELECT * FROM member WHERE id = '01010101'.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.WriteString()
2/9/04 9:40:55 a 12833 Debug Entering NpgsqlState.ProcessBackendResponses()
2/9/04 9:40:55 a 12833 Debug CursorResponse message received from server.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: blank.
2/9/04 9:40:55 a 12833 Debug RowDescription message received from server.
2/9/04 9:40:55 a 12833 Debug Entering NpgsqlRowDescription.ReadFromStream()
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: id.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: password.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: first_name.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: last_name.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: email.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: home_phone.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: work_phone.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: description.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: image.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: inactive.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: id_number.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: organization_id.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: last_login.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: old_login.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: username.
2/9/04 9:40:55 a 12833 Debug Entering PGUtil.ReadString()
2/9/04 9:40:55 a 12833 Debug String read: SELECT.
2/9/04 9:40:55 a 12833 Debug CompletedResponse message from Server: SELECT.
2/9/04 9:40:55 a 12833 Debug ReadyForQuery message received from server.
2/9/04 9:40:55 a 12833 Debug Entering NpgsqlState.ChangeState()
2/9/04 9:40:55 a 12833 Debug Entering NpgsqlConnection.Dispose(True)
2/9/04 9:40:55 a 12833 Debug Entering NpgsqlConnection.Dispose(True)
More information about the Mono-devel-list
mailing list