forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd3337c6
committed
> I am backing out this patch. Please resubmit with this corrected. Thanks.
>> I am running Python 1.5.Therein lies the problem... :)Since it appears you have the requirement of supporting old pythonversions, attached is just the pgdb.py part of the patch (with a fix forDateTime handling). It has the same functionality but certainly won't bequite as fast. Given the absence of _PyString_Join in python1.5, it's apain to get the C variants working for all versions. The pgdb.py patchdoes leaves the hooks in, should someone wish to do the optimization at alater point.Elliot Lee1 parenta7ade2b commitd3337c6
1 file changed
+34
-26
lines changedLines changed: 34 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
260 | 260 |
| |
261 | 261 |
| |
262 | 262 |
| |
263 |
| - | |
264 |
| - | |
265 |
| - | |
266 |
| - | |
267 |
| - | |
268 |
| - | |
269 |
| - | |
270 |
| - | |
271 |
| - | |
272 |
| - | |
273 |
| - | |
274 |
| - | |
275 |
| - | |
276 |
| - | |
277 |
| - | |
278 |
| - | |
279 |
| - | |
280 |
| - | |
281 |
| - | |
282 |
| - | |
283 |
| - | |
284 |
| - | |
285 |
| - | |
286 |
| - | |
287 |
| - | |
288 |
| - | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
289 | 297 |
| |
290 | 298 |
| |
291 | 299 |
| |
|
0 commit comments
Comments
(0)