Will Lee

Results 5 issues of Will Lee

Calling numpy.char.encode on empty unicode array would create a float64 array instead of an array of S dtype. ### Reproducing code example: ```python import numpy print(numpy.char.encode(numpy.array([], 'U'), 'utf8').dtype) # This...

00 - Bug

### Environment Linux 64-bit: - Python: 3.6.8 - pyodbc: 4.0.26 - OS: Linux 64-bit - DB: sybase ### Issue I'm getting this really strange error when I pass in the...

It seems like if the unicode_enc is something other than UCS, it seems like this code would not go through the properl PyCodec_Encode? https://github.com/mkleehammer/pyodbc/blob/45395fe723b837e836643897ff3df57034c05b22/src/params.cpp#L369-L390 If the size matches, it seems...

This seems to be a pretty subtle and misleading bug in the git mirroring code. By accident, I defined the git_url to point to a local repository, which does not...

stale

Sometimes I feel like that I need more context for the code and I would like to expand it a bit. I can't seem to figure out how to do...