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 36 of 50
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Make tests/test_utils.py work with Python 3
Marc Abramowitz
More...
almost 12 years ago
in format_sql_command, pass self.charset instead of self._charset
Marc Abramowitz
More...
almost 12 years ago
Tweak _quote_simple_value and _substitute_params functions for Python 3 compatibility.
Marc Abramowitz
More...
almost 12 years ago
Decode returned column names from bytes to strings in get_result so that column_names in returned rows are Unicode strings rather than bytes in Python 3.
Marc Abramowitz
More...
almost 12 years ago
Encode query_string from Unicode string to bytes for Python 3
Marc Abramowitz
More...
almost 12 years ago
Encode dbname from Unicode string to bytes for Python 3
Marc Abramowitz
More...
almost 12 years ago
Encode server from Unicode string to bytes for Python 3
Marc Abramowitz
More...
almost 12 years ago
Encode charset from Unicode string to bytes for Python 3
Marc Abramowitz
More...
almost 12 years ago
Encode user, password, appname, and tds_version to bytes, because they are Unicode strings in Python 3
Marc Abramowitz
More...
almost 12 years ago
Deal with fact that `socket.gethostname()` returns a Unicode string in Python 3, and must be encoded to bytes.
Marc Abramowitz
More...
almost 12 years ago
Deal with lack of `StandardError` in Python 3
Marc Abramowitz
More...
almost 12 years ago
Deal with lack of `basestring` in Python 3
Marc Abramowitz
More...
almost 12 years ago
Merge from default into python3
Marc Abramowitz
More...
almost 12 years ago
Make tests/test_queries.py actually run tests.
Marc Abramowitz
More...
almost 12 years ago
Python 3 tweaks to tests/test_utils.py
Marc Abramowitz
More...
almost 12 years ago
Python 3 tweaks to tests/test_types.py
Marc Abramowitz
More...
almost 12 years ago
Python 3 tweaks to tests/test_sprocs.py
Marc Abramowitz
More...
almost 12 years ago
Python 3 tweaks to tests/test_pymssql.py
Marc Abramowitz
More...
almost 12 years ago
Python 3 tweaks to tests/test_connections.py
Marc Abramowitz
More...
almost 12 years ago
Python 3 tweaks to tests/test_config.py
Marc Abramowitz
More...
almost 12 years ago
Python 3 tweaks to tests/nose_plugin.py
Marc Abramowitz
More...
almost 12 years ago
Python 3 tweaks to tests/helpers.py
Marc Abramowitz
More...
almost 12 years ago
setup.py: Make it possible to use `python setup.py test`
Marc Abramowitz
More...
almost 12 years ago
Fix typo: test_dicimal_context_protection => test_decimal_context_protection
Marc Abramowitz
More...
almost 12 years ago
Eliminate build warning: "warning: pymssql.pyx:417:8: Unreachable code"
Marc Abramowitz
More...
almost 12 years ago
Eliminate warning: "warning: pymssql.pyx:603:23: local variable 'ctx' referenced before assignment"
Marc Abramowitz
More...
almost 12 years ago
_mssql.pyx: Eliminate warning: "warning: _mssql.pyx:170:11: Unreachable code"
Marc Abramowitz
More...
almost 12 years ago
setup.py: Avoid a bunch of build warnings by skipping adding include paths and library paths that don't exist.
Marc Abramowitz
More...
almost 12 years ago
Add -Wno-parentheses-equality compiler option to disable benign warnings from Cython-generated code.
Marc Abramowitz
More...
almost 12 years ago
Eliminate compilation warning:
Marc Abramowitz
More...
almost 12 years ago
←
1
2
…
32
33
34
35
36
37
38
39
40
…
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