Activity log for bug #392444

Date Who What changed Old value New value Message
2009-06-26 08:44:11 Joo bug added bug
2009-07-07 04:31:30 Joo description in my application i install web.py 3.2 DBUtils 1.0 and pymssql 1.02 write some code: db = web.database(dbn='mssql', host='192.168.214.130', db='master', user='sa', pw='ca0zh0ng') db.select('sysdatabases', where='dbid > 6') take some errors: 'params' arg can be only a tuple or a dictionary. Python /var/lib/python-support/python2.6/pymssql.py in execute, line 191 Web GET http://localhost:8080/ Variable Value args ([],) operation 'SELECT * FROM sysdatabases WHERE dbid > 6' self <pymssql.pymssqlCursor object at 0x2966710> in my application i install web.py 0.32 DBUtils 1.0 and pymssql 1.02 write some code: db = web.database(dbn='mssql', host='192.168.214.130', db='master', user='sa', pw='ca0zh0ng') db.select('sysdatabases', where='dbid > 6') take some errors: 'params' arg can be only a tuple or a dictionary. Python /var/lib/python-support/python2.6/pymssql.py in execute, line 191 Web GET http://localhost:8080/ Variable Value args ([],) operation 'SELECT * FROM sysdatabases WHERE dbid > 6' self <pymssql.pymssqlCursor object at 0x2966710>
2009-10-23 07:47:20 Anand Chitipothu webpy: milestone 0.33
2009-10-23 07:47:25 Anand Chitipothu webpy: importance Undecided Medium
2009-10-23 07:47:26 Anand Chitipothu webpy: assignee Anand Chitipothu (anandology)
2009-10-23 07:47:32 Anand Chitipothu webpy: status New Confirmed
2009-10-23 10:14:11 Anand Chitipothu webpy: milestone 0.33 0.35