Skip to content

Commit

Permalink
set the charset upon login
Browse files Browse the repository at this point in the history
  • Loading branch information
damoxc committed Mar 3, 2010
1 parent af1fc30 commit 8325c8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions sqlfront.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ cdef extern from "sqlfront.h":
RETCODE DBSETLHOST(LOGINREC *x, char *y)
RETCODE DBSETLPWD(LOGINREC *x, char *y)
RETCODE DBSETLUSER(LOGINREC *x, char *y)
RETCODE DBSETLCHARSET(LOGINREC *x, char *y)
DBBOOL bcp_getl(LOGINREC *)
# complex float __builtin_csinf(complex float)
RETCODE dbmny4minus(DBPROCESS *, DBMONEY4 *, DBMONEY4 *)
Expand Down

0 comments on commit 8325c8f

Please sign in to comment.