Hi Erik, try web.debug(params). print - see default error log
W dniu czwartek, 29 listopada 2012 03:15:17 UTC+1 użytkownik Erik Martinson napisał: > > I am trying to figure out what is happening by editing test db.py > (C:\Python27\lib\site-packages\web.py-0.37-py2.7.egg\web\db.py). I need > help figuring out why these two print statements are either (1) bank or (2) > ignored. > > Thanks, > > Erik > > try: > a = time.time() > query, params = self._process_query(sql_query) > print params # <- This line and the next does not print > on the trace > print query # <- Does not print > out = cur.execute(query, params) # <- This is where the > error is > b = time.time() > > -- You received this message because you are subscribed to the Google Groups "web.py" group. To view this discussion on the web visit https://groups.google.com/d/msg/webpy/-/HsXL2v_t9J4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
