User Activity

  • Posted a comment on ticket #2134 on 7-Zip

    Doesn't seem that I have permission to close my own tickets, so you'll have to do that yourself.

  • Posted a comment on ticket #2134 on 7-Zip

    I see. If I understand the implications of what you're telling me, the software is performing more than one pass, displaying the files being processed once for each pass, but only calculating the percentage complete for the last pass (even though it's displaying percentage complete beginning with that first pass). I was taking the progress display at face value, based on which (and the amount of time which had elapsed when I killed the process) I figured it would be days before the job was finished...

  • Created ticket #2134 on 7-Zip

    Progress line stuck at 0%

  • Posted a comment on ticket #27 on Python DB-API 2.0 module for ADO

    I don't have permission to modify the status of my own bug report, it seems, but if I did I would close this ticket and withdraw the accompanying patches. For more information see https://github.com/mhammond/pywin32/pull/1165 and https://mail.python.org/pipermail/python-win32/2018-February/013994.html.

  • Modified a comment on ticket #27 on Python DB-API 2.0 module for ADO

    Here's a second patch which addresses the problem in a more general way, hopefully closer to something which could actually be applied to the repository (perhaps with some added comments). Basically, it applies the logic for trying to use ADO's existing parameter list for all calls to _buildADOparameterList(), not just for stored procedures. The original version had a comment "needed only if we are calling a stored procedure" but not explaining why that would be true. Given the incorrect behavior...

  • Modified a comment on ticket #27 on Python DB-API 2.0 module for ADO

    (Having a conversation with myself, it seems). :-) And I believe the patch also addresses https://sourceforge.net/p/adodbapi/bugs/17/ [EDIT: no, the patch isn't that good :-) The datetime precision bug will still need some digging.]

  • Posted a comment on ticket #27 on Python DB-API 2.0 module for ADO

    (Having a conversation with myself, it seems). :-) And I believe the patch also addresses https://sourceforge.net/p/adodbapi/bugs/17/

  • Posted a comment on ticket #27 on Python DB-API 2.0 module for ADO

    This patch appears to fix another bug I hadn't gotten around to reporting. Without the patch: >>> cursor.execute("CREATE TABLE #foo (i INT, t NTEXT NULL)") >>> cursor.execute("INSERT INTO #foo VALUES(?, ?)", (42, None)) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Python\lib\site-packages\adodbapi\adodbapi.py", line 885, in execute self._execute_command() File "C:\Python\lib\site-packages\adodbapi\adodbapi.py", line 697, in _execute_command self._raiseCursorError(klass,...

View All

Personal Data

Username:
bkline
Joined:
2001-08-07 11:48:20

Projects

  • No projects to display.

Personal Tools