issues
search
djhenderson
/
pymssql
Automatically exported from code.google.com/p/pymssql
GNU Lesser General Public License v2.1
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
IOError: [Errno 2] No such file or directory: 'ChangeLog_highlights.rst'
#128
GoogleCodeExporter
opened
9 years ago
1
Make Cython not necessary when pymssql.c and _mssql.c are already present
#127
GoogleCodeExporter
closed
9 years ago
1
Review pymssql result processing code
#126
GoogleCodeExporter
opened
9 years ago
0
Can't compile on OS X 10.8.4
#125
GoogleCodeExporter
closed
9 years ago
10
Support "with" statement (PEP 343)
#124
GoogleCodeExporter
closed
9 years ago
5
pymssql.so: undefined symbol: __fread_chk
#123
GoogleCodeExporter
closed
9 years ago
5
error: unrecognized command line option "-Wno-parentheses-equality"
#122
GoogleCodeExporter
closed
9 years ago
8
Installer issue
#121
GoogleCodeExporter
closed
9 years ago
1
pymssql-2.0.0b1-dev-20130403.tar.gz doesn't compile due to /usr/bin/ld: cannot find -lct
#120
GoogleCodeExporter
closed
9 years ago
8
memory leaks (patches included)
#119
GoogleCodeExporter
closed
9 years ago
24
datetime conversion to sql is not converting sub-seconds correctly
#118
GoogleCodeExporter
closed
9 years ago
5
add function for getting FreeTDS version
#117
GoogleCodeExporter
closed
9 years ago
1
A few tests fail if running on a system that has SQL Server available on port 1433
#116
GoogleCodeExporter
closed
9 years ago
1
Feature for discussion (with patch): pymssql_shell
#115
GoogleCodeExporter
closed
9 years ago
2
Fix SP name handling in threaded test so we can actually run it.
#114
GoogleCodeExporter
closed
9 years ago
2
Fix a small bug in SP tests
#113
GoogleCodeExporter
closed
9 years ago
3
Small fix about TDS protocol version in a comment
#112
GoogleCodeExporter
closed
9 years ago
1
Fix test_config.py typos.
#111
GoogleCodeExporter
closed
9 years ago
1
When pymssql.connect() - DB-Lib error message 20002, severity 9;Adaptive Server connection failed
#110
GoogleCodeExporter
closed
9 years ago
1
Failure to pass Unicode characters to callproc; failing test: tests.test_sprocs.TestCallProcFancy.testCallProcWithUnicodeStringWithRussianCharacters
#109
GoogleCodeExporter
closed
9 years ago
7
'python.exe has stopped working ' when testting database connection with pymssql
#108
GoogleCodeExporter
closed
9 years ago
8
connections are not closed automatically because pymssql keep a strong reference on all connections
#107
GoogleCodeExporter
closed
9 years ago
10
OS X: "Symbol not found: _dbadata" error when importing pymssql
#106
GoogleCodeExporter
closed
9 years ago
2
hg tip: 'undefined symbol: clock_gettime' error
#105
GoogleCodeExporter
closed
9 years ago
7
freetds.conf not found in /home/rsyring/dev/freetds/built/etc/freetds.conf (not looking in /etc/freetds )
#104
GoogleCodeExporter
closed
9 years ago
5
time type is not supported
#103
GoogleCodeExporter
opened
9 years ago
4
Will pymssql 2.0 compile with Python 2.4.3
#102
GoogleCodeExporter
closed
9 years ago
3
AttributeError("type object 'PyCObject' has no attribute 'identity'",)
#101
GoogleCodeExporter
closed
9 years ago
1
Error when executing setup.py {build,develop} on a system with no setuptools: "name 'STDevelopCmd' is not defined"
#100
GoogleCodeExporter
closed
9 years ago
8
Text field ouptut is truncated to 500 chr
#99
GoogleCodeExporter
closed
9 years ago
3
Add MSSQLConnection.debug_queries attribute to 2.0.x
#98
GoogleCodeExporter
closed
9 years ago
9
Failed to import pymssql on FreeBSD - erroneously attempting to link with bundled Linux FreeTDS library
#97
GoogleCodeExporter
closed
9 years ago
12
System proc SP_CONFIGURE
#96
GoogleCodeExporter
closed
9 years ago
3
error: Setup script exited with error: SandboxViolation:
#95
GoogleCodeExporter
closed
9 years ago
1
callproc requires nextset() to skip empty result sets, execute('exec ...') does not
#94
GoogleCodeExporter
closed
9 years ago
9
Make connection properties sent to the server easily accesible from API
#93
GoogleCodeExporter
opened
9 years ago
6
Cursor fetch* methods return redundant keys for column names and column numbers.
#92
GoogleCodeExporter
closed
9 years ago
6
undefined symbol: clock_gettime
#91
GoogleCodeExporter
closed
9 years ago
5
pip install of pymssql fails
#90
GoogleCodeExporter
closed
9 years ago
7
result of query is ???????
#89
GoogleCodeExporter
closed
9 years ago
1
connection doesn't close after going out of scope
#88
GoogleCodeExporter
closed
9 years ago
5
Insert data from one table to another table not working
#87
GoogleCodeExporter
closed
9 years ago
3
Pyrex required for install?
#86
GoogleCodeExporter
closed
9 years ago
3
Execute many with zeros
#85
GoogleCodeExporter
closed
9 years ago
4
Trusted connection parameter missing?
#84
GoogleCodeExporter
closed
9 years ago
2
Build Issue on Windows - MinGW32
#83
GoogleCodeExporter
closed
9 years ago
4
Import Error
#82
GoogleCodeExporter
closed
9 years ago
1
Fix build on OSX where rt isn't required
#81
GoogleCodeExporter
closed
9 years ago
3
Can't install on Windows7 / Python2.7
#80
GoogleCodeExporter
closed
9 years ago
1
Precision problems
#79
GoogleCodeExporter
closed
9 years ago
2
Next