0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 06, 2024 — Jan 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make tests/test_utils.py work with Python 3 More... almost 12 years ago
in format_sql_command, pass self.charset instead of self._charset More... almost 12 years ago
Tweak _quote_simple_value and _substitute_params functions for Python 3 compatibility. 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. More... almost 12 years ago
Encode query_string from Unicode string to bytes for Python 3 More... almost 12 years ago
Encode dbname from Unicode string to bytes for Python 3 More... almost 12 years ago
Encode server from Unicode string to bytes for Python 3 More... almost 12 years ago
Encode charset from Unicode string to bytes for Python 3 More... almost 12 years ago
Encode user, password, appname, and tds_version to bytes, because they are Unicode strings in Python 3 More... almost 12 years ago
Deal with fact that `socket.gethostname()` returns a Unicode string in Python 3, and must be encoded to bytes. More... almost 12 years ago
Deal with lack of `StandardError` in Python 3 More... almost 12 years ago
Deal with lack of `basestring` in Python 3 More... almost 12 years ago
Merge from default into python3 More... almost 12 years ago
Make tests/test_queries.py actually run tests. More... almost 12 years ago
Python 3 tweaks to tests/test_utils.py More... almost 12 years ago
Python 3 tweaks to tests/test_types.py More... almost 12 years ago
Python 3 tweaks to tests/test_sprocs.py More... almost 12 years ago
Python 3 tweaks to tests/test_pymssql.py More... almost 12 years ago
Python 3 tweaks to tests/test_connections.py More... almost 12 years ago
Python 3 tweaks to tests/test_config.py More... almost 12 years ago
Python 3 tweaks to tests/nose_plugin.py More... almost 12 years ago
Python 3 tweaks to tests/helpers.py More... almost 12 years ago
setup.py: Make it possible to use `python setup.py test` More... almost 12 years ago
Fix typo: test_dicimal_context_protection => test_decimal_context_protection More... almost 12 years ago
Eliminate build warning: "warning: pymssql.pyx:417:8: Unreachable code" More... almost 12 years ago
Eliminate warning: "warning: pymssql.pyx:603:23: local variable 'ctx' referenced before assignment" More... almost 12 years ago
_mssql.pyx: Eliminate warning: "warning: _mssql.pyx:170:11: Unreachable code" 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. More... almost 12 years ago
Add -Wno-parentheses-equality compiler option to disable benign warnings from Cython-generated code. More... almost 12 years ago
Eliminate compilation warning: More... almost 12 years ago