First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 110410
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Thomas Raschbacher <lordvan@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: E A Faisal <efaisal@yahoo.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 110410 depends on: Show dependency tree
Bug 110410 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-10-25 00:41 0000
When execute valid insert/update statement using standard Python DB API,
NameError and/or DatabaseError are raised unexpectedly. This will result in
failure to insert/update record.

Reproducible: Always
Steps to Reproduce:
Execute a valid insert/update statement using Python DB API.

Actual Results:  
NameError and/or DatabaseError are raised.

Expected Results:  
No errors should be catched by the module if the insert/update statement is
valid and any record being inserted/updated should be reflected in the database.

The bug can be solved if the following is added to  the beginning of pymssql.py:
import types, string

------- Comment #1 From Thomas Raschbacher 2005-12-06 17:28:36 0000 -------
It seems that version 0.7.1 of pymssql is out already. have you tried it? (i'll
add it to portage shortly [need my new HDD first])

------- Comment #2 From E A Faisal 2005-12-06 18:08:15 0000 -------
Yes, I've been testing version 0.7.1 for the past 2 weeks and it works great.
This bug (and a few more) is no longer evident in this newer version.

------- Comment #3 From Thomas Raschbacher 2005-12-17 20:12:10 0000 -------
in ~arch

First Last Prev Next    No search results available      Search page      Enter new bug