openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
pymssql
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 month
ago. based on code collected
about 1 month
ago.
Jan 06, 2024 — Jan 06, 2025
Showing page 42 of 50
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
add some additional include/library directories when running on darwin
damoxc
More...
almost 15 years ago
include hack to fix not having Pyrex installed
damoxc
More...
almost 15 years ago
update the TODO list mentioning binary data
damoxc
More...
almost 15 years ago
fix packaging error, wasn't including the win32 folder bump version to 1.9.905.1
damoxc
More...
almost 15 years ago
include the *.pyx files when distributing improve support for binary types by using memcpy rather than strcpy to copy the contents of the python byte string bump version to 1.9.905
damoxc
More...
almost 15 years ago
only convert SQLUUID types when the python version >= 2.5 as this was when the uuid module was included in the stdlib move the body of cdef _bind to def bind as it's only ever called from python
damoxc
More...
almost 15 years ago
add support for nullable bit types
damoxc
More...
almost 15 years ago
use PY_LONG_LONG in convert_db_value also bump version to 1.9.904
damoxc
More...
almost 15 years ago
fix stack overflow error on 32bit systems when binding long values in rpc calls
damoxc
More...
almost 15 years ago
change the execute_* methods to cpdefs to allow for fast access via C code implement the query_timeout property
damoxc
More...
almost 15 years ago
use the new tds_version property for version checking in the sproc __init__ fix silly bug in pymssql
damoxc
More...
almost 15 years ago
remove the tds_ver parameter to the connector since it doesn't work aside from for 4.2 and 6.0 add a tds_version property to show the current tds version
damoxc
More...
almost 15 years ago
increase the number of iterations on threaded tests from 100 to 1000
damoxc
More...
almost 15 years ago
change tds_ver default to None
damoxc
More...
almost 15 years ago
use self.cancel() in format_and_run_query
damoxc
More...
almost 15 years ago
add fetch_next_row method that simply returns a tuple and change cancel to a cpdef method
damoxc
More...
almost 15 years ago
set num_columns to 0 if there are no more results
damoxc
More...
almost 15 years ago
remove the rmv_lcl cdef extern now remove_locale exists it isn't needed
damoxc
More...
almost 15 years ago
change select_db to use the db-lib dbuse method
damoxc
More...
almost 15 years ago
add a bunch more logging statements to trace method calls
damoxc
More...
almost 15 years ago
tidy up sqlfront a little more
damoxc
More...
almost 15 years ago
fix the docstring for the connect() method
damoxc
More...
almost 15 years ago
add 2 new methods for getting and setting the max connections
damoxc
More...
almost 15 years ago
remove the max_conn parameter and replace it with tds_ver
damoxc
More...
almost 15 years ago
uncomment the check to see if build is running on windows
damoxc
More...
almost 15 years ago
update the ChangeLog
damoxc
More...
almost 15 years ago
subclass build_ext so it extras freetds when on windows cutting 1mb+ out of pymssqls size
damoxc
More...
almost 15 years ago
extend the clean command to remove the generated .c files
damoxc
More...
almost 15 years ago
add setuptools bootstrap script and add checking for setuptools in setup.py
damoxc
More...
almost 15 years ago
add a simple readme file
damoxc
More...
almost 15 years ago
←
1
2
…
38
39
40
41
42
43
44
45
46
…
49
50
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree