~ubuntu-branches/debian/sid/kexi/sid

« back to all changes in this revision

Viewing changes to src/tests/newapi/mysqlcursortest_expectedoutput

  • Committer: Package Import Robot
  • Author(s): Pino Toscano
  • Date: 2017-06-24 20:10:10 UTC
  • Revision ID: package-import@ubuntu.com-20170624201010-5lrzd5r2vwthwifp
Tags: upstream-3.0.1.1
ImportĀ upstreamĀ versionĀ 3.0.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
KexiDB: DriverManagerInternal::incRefCount(): 1
 
2
kio (KTrader): KServiceTypeProfile::offers( Kexi/DBDriver, )
 
3
kio (KSycoca): Trying to open ksycoca from /var/tmp/kdecache-jowenn/ksycoca
 
4
kio (KTrader): Returning 2 offers
 
5
KexiDB: KexiDB::DriverManager::lookupDrivers(): registered driver: mySQL(kexidb_mysqldriver)
 
6
KexiDB: KexiDB::DriverManager::lookupDrivers(): registered driver: SQLite(kexidb_sqlitedriver)
 
7
newapi: DRIVERS: 
 
8
newapi: SQLite
 
9
newapi: mySQL
 
10
KexiDB: DriverManager::driver(): loading mySQL
 
11
KexiDB: KexiDBInterfaceManager::load(): library: kexidb_mysqldriver
 
12
KexiDB (driver impl): MySqlDriver::MySqlDriver()
 
13
KexiDB: KexiDBInterfaceManager::load(): loading succeed: mySQL
 
14
KexiDB: drv=134779696
 
15
KexiDB (driver impl): MySqlConnection::connect()
 
16
KexiDB: Connection::databaseExists(test,true)
 
17
KexiDB: Connection::databaseNames(true)
 
18
KexiDB (driver impl): MySqlConnection::drv_getDatabasesList()
 
19
newapi: Creating first cursor
 
20
newapi: Creating second cursor
 
21
KexiDB: Connection::databaseNames(false)
 
22
KexiDB (driver impl): MySqlConnection::drv_getDatabasesList()
 
23
KexiDB: Connection::databaseNames(): mysql
 
24
KexiDB: Connection::databaseNames(): test
 
25
KexiDB: add 
 
26
newapi: Databases:
 
27
newapi: test
 
28
KexiDB: m_at < m_records_in_buf :: 0 < 0
 
29
KexiDB (driver impl): ==== (buffered) sqlite_step ====
 
30
KexiDB (driver impl): m_at == 1
 
31
newapi: Cursor: Value(0)0
 
32
newapi: Cursor: Value(1)A
 
33
KexiDB: m_at < m_records_in_buf :: 1 < 1
 
34
KexiDB (driver impl): ==== (buffered) sqlite_step ====
 
35
KexiDB (driver impl): m_at == 2
 
36
newapi: Cursor: Value(0)1
 
37
newapi: Cursor: Value(1)B
 
38
KexiDB: m_at < m_records_in_buf :: 2 < 2
 
39
KexiDB (driver impl): ==== (buffered) sqlite_step ====
 
40
KexiDB (driver impl): m_at == 3
 
41
newapi: Cursor: Value(0)2
 
42
newapi: Cursor: Value(1)C
 
43
KexiDB: m_at < m_records_in_buf :: 3 < 3
 
44
KexiDB (driver impl): ==== (buffered) sqlite_step ====
 
45
KexiDB (driver impl): m_at == 4
 
46
newapi: Cursor: Value(0)3
 
47
newapi: Cursor: Value(1)D
 
48
KexiDB: m_at < m_records_in_buf :: 4 < 4
 
49
KexiDB (driver impl): ==== (buffered) sqlite_step ====
 
50
KexiDB (driver impl): m_at == 5
 
51
newapi: Cursor: Value(0)4
 
52
newapi: Cursor: Value(1)E
 
53
KexiDB: m_at < m_records_in_buf :: 5 < 5
 
54
KexiDB (driver impl): ==== (buffered) sqlite_step ====
 
55
KexiDB (driver impl): m_result != FetchOK ********
 
56
newapi: Cursor error:
 
57
KexiDB: m_at < m_records_in_buf :: 0 < 0
 
58
KexiDB (driver impl): ==== (buffered) sqlite_step ====
 
59
KexiDB (driver impl): m_at == 1
 
60
newapi: Cursor2: Value(0)0
 
61
newapi: Cursor2: Value(1)A
 
62
KexiDB: m_at < m_records_in_buf :: 1 < 1
 
63
KexiDB (driver impl): ==== (buffered) sqlite_step ====
 
64
KexiDB (driver impl): m_at == 2
 
65
newapi: Cursor2: Value(0)1
 
66
newapi: Cursor2: Value(1)B
 
67
KexiDB: m_at < m_records_in_buf :: 2 < 2
 
68
KexiDB (driver impl): ==== (buffered) sqlite_step ====
 
69
KexiDB (driver impl): m_at == 3
 
70
newapi: Cursor2: Value(0)2
 
71
newapi: Cursor2: Value(1)C
 
72
KexiDB: m_at < m_records_in_buf :: 3 < 3
 
73
KexiDB (driver impl): ==== (buffered) sqlite_step ====
 
74
KexiDB (driver impl): m_at == 4
 
75
newapi: Cursor2: Value(0)3
 
76
newapi: Cursor2: Value(1)D
 
77
KexiDB: m_at < m_records_in_buf :: 4 < 4
 
78
KexiDB (driver impl): ==== (buffered) sqlite_step ====
 
79
KexiDB (driver impl): m_at == 5
 
80
newapi: Cursor2: Value(0)4
 
81
newapi: Cursor2: Value(1)E
 
82
KexiDB: m_at < m_records_in_buf :: 5 < 5
 
83
KexiDB (driver impl): ==== (buffered) sqlite_step ====
 
84
KexiDB (driver impl): m_result != FetchOK ********
 
85
newapi: Cursor::prev
 
86
newapi: Cursor: Value(0)4
 
87
newapi: Cursor: Value(1)E
 
88
newapi: Cursor: Value(0)3
 
89
newapi: Cursor: Value(1)D
 
90
newapi: Cursor: Value(0)2
 
91
newapi: Cursor: Value(1)C
 
92
newapi: Cursor: Value(0)1
 
93
newapi: Cursor: Value(1)B
 
94
newapi: Cursor: Value(0)0
 
95
newapi: Cursor: Value(1)A
 
96
newapi: up/down
 
97
KexiDB: m_at < m_records_in_buf :: -1 < 5
 
98
KexiDB (driver impl): m_at == 1
 
99
newapi: Cursor: Value(0)0
 
100
newapi: Cursor: Value(1)A
 
101
KexiDB: m_at < m_records_in_buf :: 1 < 5
 
102
KexiDB (driver impl): m_at == 2
 
103
newapi: Cursor: Value(0)1
 
104
newapi: Cursor: Value(1)B
 
105
newapi: Cursor: Value(0)1
 
106
newapi: Cursor: Value(1)B
 
107
newapi: Cursor: Value(0)0
 
108
newapi: Cursor: Value(1)A
 
109
KexiDB: DriverManager::~DriverManager()
 
110
KexiDB: DriverManagerInternal::decRefCount(): 0
 
111
KexiDB: DriverManagerInternal::~DriverManagerInternal()
 
112
KexiDB: Driver::~Driver()
 
113
KexiDB: Cursor::close() == true
 
114
KexiDB: Cursor::~Cursor() 'select * from Applications'
 
115
KexiDB: Cursor::close() == true
 
116
KexiDB: Cursor::~Cursor() 'select * from Applications'
 
117
KexiDB: Connection::closeDatabase(): true
 
118
KexiDB (driver impl): MySqlConnection::disconnect()
 
119
KexiDB: Connection::~Connection()
 
120
KexiDB: ~Transaction(): null
 
121
KexiDB: -- Transaction::globalcount == 0
 
122
KexiDB: ~Transaction(): null
 
123
KexiDB: -- Transaction::globalcount == 0
 
124
KexiDB: Driver::~Driver() ok
 
125
KexiDB: DriverManagerInternal::~DriverManagerInternal() ok
 
126
KexiDB: DriverManager::~DriverManager() ok
 
127
KexiDB: ~Transaction(): null
 
128
KexiDB: -- Transaction::globalcount == 0