forked from pymssql/pymssql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
damoxc
committed
Mar 3, 2010
1 parent
af1fc30
commit 8325c8f
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,11 @@ Mon Nov 23 13:37:00 2009 Damien Churchill <[email protected]> | |
* _mssql.pyx: | ||
+ feature: add support for varbinary types | ||
+ bugfix: rename MSSQLConnection.next_result to MSSQLConnection.nextresult as before | ||
+ bugfix: set the charset upon login | ||
* pymssql.pyx: | ||
+ feature: add DSN support that was missing | ||
* sqlfront.pxd: | ||
add DBSETLCHARSET | ||
* tests: | ||
+ feature: add test for multiple results | ||
* setup.py: fix building on windows | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters