3 files changed
+53
-61
lines changed- cmake/DepFindMySQL.cmake+46-7
- cppconn/statement.h+14
- driver/CMakeLists.txt+3
- driver/mysql_connection.cpp+15-9
- driver/mysql_metadata.cpp+24-42
- driver/mysql_prepared_statement.cpp+148-6
- driver/mysql_prepared_statement.h+56-42
- driver/mysql_resultbind.cpp+348
- driver/mysql_resultbind.h+57-2
- driver/mysql_statement.cpp+227-2
- driver/mysql_statement.h+39-23
- driver/nativeapi/libmysql_dynamic_proxy.cpp+13
- driver/nativeapi/libmysql_dynamic_proxy.h+68-64
- driver/nativeapi/libmysql_static_proxy.cpp+10
- driver/nativeapi/libmysql_static_proxy.h+67-64
- driver/nativeapi/mysql_client_api.h+5
- driver/nativeapi/mysql_native_connection_wrapper.cpp+18
- driver/nativeapi/mysql_native_connection_wrapper.h+40-36
- driver/nativeapi/native_connection_wrapper.h+11
- link_test/CMakeLists.txt+48-63
- test/unit/bugs/bugs.cpp+96-2
- test/unit/bugs/bugs.h+6
- test/unit/classes/connection.cpp+8-8
- test/unit/classes/connectionmetadata.cpp+106-56
- test/unit/classes/statement.cpp+93-6
- test/unit/classes/statement.h+6
Lines changed: 41 additions & 52 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 | 48 |
| |
52 | 49 |
| |
53 | 50 |
| |
| |||
122 | 119 |
| |
123 | 120 |
| |
124 | 121 |
| |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 | 122 |
| |
142 | 123 |
| |
143 | 124 |
| |
144 | 125 |
| |
145 | 126 |
| |
146 | 127 |
| |
| 128 | + | |
| 129 | + | |
147 | 130 |
| |
148 | 131 |
| |
149 | 132 |
| |
| |||
266 | 249 |
| |
267 | 250 |
| |
268 | 251 |
| |
269 |
| - | |
270 |
| - | |
| 252 | + | |
| 253 | + | |
271 | 254 |
| |
272 | 255 |
| |
273 |
| - | |
| 256 | + | |
274 | 257 |
| |
275 |
| - | |
| 258 | + | |
276 | 259 |
| |
277 |
| - | |
278 |
| - | |
279 |
| - | |
280 |
| - | |
281 |
| - | |
| 260 | + | |
282 | 261 |
| |
283 |
| - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
284 | 265 |
| |
285 |
| - | |
286 |
| - | |
287 |
| - | |
288 |
| - | |
289 |
| - | |
| 266 | + | |
290 | 267 |
| |
291 |
| - | |
292 |
| - | |
293 |
| - | |
294 |
| - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
295 | 271 |
| |
296 |
| - | |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
301 |
| - | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
302 | 284 |
| |
303 |
| - | |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 |
| - | |
| 285 | + | |
| 286 | + | |
308 | 287 |
| |
309 | 288 |
| |
310 |
| - | |
311 |
| - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
312 | 299 |
| |
313 |
| - | |
| 300 | + | |
| 301 | + | |
314 | 302 |
| |
| 303 | + | |
315 | 304 |
| |
316 | 305 |
| |
317 | 306 |
| |
|
Lines changed: 11 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
104 | 108 |
| |
105 | 109 |
| |
106 | 110 |
| |
| |||
113 | 117 |
| |
114 | 118 |
| |
115 | 119 |
| |
116 |
| - | |
| 120 | + | |
117 | 121 |
| |
118 | 122 |
| |
119 | 123 |
| |
| 124 | + | |
120 | 125 |
| |
121 | 126 |
| |
122 | 127 |
| |
123 | 128 |
| |
124 | 129 |
| |
125 | 130 |
| |
| 131 | + | |
126 | 132 |
| |
127 | 133 |
| |
128 | 134 |
| |
| |||
132 | 138 |
| |
133 | 139 |
| |
134 | 140 |
| |
| 141 | + | |
135 | 142 |
| |
136 | 143 |
| |
137 |
| - | |
138 | 144 |
| |
139 | 145 |
| |
140 | 146 |
| |
141 | 147 |
| |
142 | 148 |
| |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
149 | 152 |
| |
150 | 153 |
| |
151 | 154 |
| |
|
0 commit comments