Commit 963aae5
various compiler improvements consolidated from multiple commits
Commit information is from https://github.com/avidal/django-pyodbc
2012-06-28 13:44:33 -0500: 6f2dfa3 - Fix bug when generating insert queries on django < 1.4.
2012-06-20 15:13:39 -0500: 6b9ca0a - Use SCOPE_IDENTITY in INSERT queries to get the inserted id.
2012-02-09 11:21:00 -0600: c2bc6de - Fix bug when inserting with a specific primary key.
2012-02-07 10:46:54 -0600: b1ecdc4 - Fixed bug in regards to bulk inserting.
2012-02-03 15:46:11 -0600: c7ca41d - Make it backwards compatible.
2012-02-03 12:48:13 -0600: 0dd232b - Deal with bulk_insert related changes.1 parent 95b7433 commit 963aae5
1 file changed
+38
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
284 | 308 | | |
| 309 | + | |
285 | 310 | | |
286 | 311 | | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
291 | 319 | | |
| 320 | + | |
| 321 | + | |
292 | 322 | | |
293 | 323 | | |
294 | 324 | | |
295 | 325 | | |
296 | 326 | | |
297 | | - | |
| 327 | + | |
298 | 328 | | |
299 | | - | |
| 329 | + | |
| 330 | + | |
300 | 331 | | |
301 | 332 | | |
302 | 333 | | |
| |||
0 commit comments