Activity for Vernon Cole

  • Vernon Cole Vernon Cole modified ticket #5

    Operational Error trying to connect to an SLQ Server DB

  • Vernon Cole Vernon Cole posted a comment on ticket #5

    Glad you found the problem. Yes, pywin32 is required if you are running CPython. I did not check for pywin32 at import time in this version of adodbapi in order to support Iron Python, which cannot call it. I will have to drop support for Iron Python now, since Python 2 is deprecated in the pywin32 project. So this sourceforge project will become the Iron Python fork, while continued development of adodbapi will take place within the pywin32 repo.

  • Vernon Cole Vernon Cole committed [0ba7d6]

    make hg repo match git repo

  • Vernon Cole Vernon Cole committed [ceef50]

    remove obselete files & fix line endings

  • Vernon Cole Vernon Cole committed [250ebd]

    Unknown column names should raise AttributeError

  • Vernon Cole Vernon Cole modified ticket #28

    Named parameters fail if the sql ends on a parameter

  • Vernon Cole Vernon Cole posted a comment on ticket #28

    Fixed in adodbapi 2.6.2. Thanks for reporting and analyzing this.

  • Vernon Cole Vernon Cole posted a comment on a wiki page

    NOTICE: as of today, 25 November 2019, this (SourceForge mercurial) repo is no longer the definitive source for adodbapi. The source from here has been cloned to github mhammond/pywin32 ./adodbapi subfolder. An hg push from that git directory caused basically every .py file in the source to appear to have every line changed, because the end-of-line changed. Sorry. It seemed like a small price to pay. The pypi package was uploaded from that version, which should also be done in the future, for IronPython...

  • Vernon Cole Vernon Cole committed [9ab6da]

    new version based from pywin32/adodbapi

  • Vernon Cole Vernon Cole posted a comment on ticket #28

    Thank you for reporting this. I am in the process of moving the master copy of the source code a sub-directory of pywin32 so that it will not get lost when deploying there. A different version of your suggested fix has been implemented there. I used a try - except block, because, in Python, the "it's easier to get forgiveness that permission" technique saves testing for an error which will usually not happen. The resulting code is easier to read and usually runs faster. I will try to move a copy...

  • Vernon Cole Vernon Cole committed [fd4f93]

    merged stop_memory_leak

  • Vernon Cole Vernon Cole committed [9e90fa]

    use weakref to stop memory leak

  • Vernon Cole Vernon Cole committed [38e4ce]

    preserve work for version drop

  • Vernon Cole Vernon Cole posted a comment on ticket #27

    I will look at pulling your patches in very soon. My old test setup evaporated and I'm building a replacement. On Sat, Feb 17, 2018 at 10:25 AM, Bob Kline bkline@users.sourceforge.net wrote: (Having a conversation with myself, it seems). :-) And I believe the patch also addresses https://sourceforge.net/p/ adodbapi/bugs/17/ [bugs:#27] https://sourceforge.net/p/adodbapi/bugs/27/ Empty string replaced with single space on insert* Status: open Group: v1.0_(example) Created: Thu Feb 01, 2018 02:08 PM...

  • Vernon Cole Vernon Cole posted a comment on ticket #24

    Sorry you were having trouble. Is there a way that the error message could have been...

  • Vernon Cole Vernon Cole modified ticket #22

    Crash executing Procedure

  • Vernon Cole Vernon Cole posted a comment on ticket #22

    Thank you. My SQL server was not available, so I tested without it. I have never...

  • Vernon Cole Vernon Cole modified ticket #19

    Crash with Keyword Parameters

  • Vernon Cole Vernon Cole posted a comment on ticket #19

    Thank you. I have refactored this area.

  • Vernon Cole Vernon Cole posted a comment on ticket #18

    I have added code to try introspecting the object itself when the type of the object...

  • Vernon Cole Vernon Cole modified ticket #18

    Problems with Non-Str-Strings

  • Vernon Cole Vernon Cole modified ticket #20

    Index out of Range Error in changeNamedToQmark

  • Vernon Cole Vernon Cole posted a comment on ticket #20

    Doh! I must have been tired that day. I fixed it using "easier to get forgiveness...

  • Vernon Cole Vernon Cole modified ticket #10

    Incorrect error message / IndexError creating error message

  • Vernon Cole Vernon Cole posted a comment on ticket #10

    Fixed and tested before version 2.6.0.7

  • Vernon Cole Vernon Cole posted a comment on ticket #20

    Dear George: I cannot figure out how to write a regression test for this fix. Would...

  • Vernon Cole Vernon Cole created ticket #671

    several files missing from adodbapi

  • Vernon Cole Vernon Cole posted a comment on ticket #10

    This error was fixed as a side-effect of general clean-up of the parameter building...

  • Vernon Cole Vernon Cole posted a comment on ticket #78

    The anti-feature of returning a datetime.date rather than datetime.datetime when...

  • Vernon Cole Vernon Cole posted a comment on ticket #106

    As required by PEP-249, the information you request is stored as part of the cursor's...

  • Vernon Cole Vernon Cole posted a comment on ticket #669

    This should be listed as a "Feature Request", rather than a "Bug".

1