forked from jasongs/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.
revert setting implicit transactions to on, fix raising exceptions re…
…garding commit and rollback
- Loading branch information
damoxc
committed
Feb 24, 2011
1 parent
06e1066
commit 19ff40c
Showing
3 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -27,6 +27,7 @@ Tue Nov 02 09:33:00 2010 Damien Churchill <[email protected]> | |
+ feature: remove the trusted parameter to connect() | ||
+ feature: add returnvalue property with the result of a callproc() | ||
call. | ||
+ feature: fix raising exceptions when args[0] is not a string | ||
* MANIFEST.in: | ||
+ feature: include the tests | ||
* setup.py: | ||
|
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
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