-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

After updating to trunk (Version 2.0.6 (2012-09-03 10:18:10) stable), I started
getting the following error in executesql():

In [1]: db.executesql( 'truncate auth_event' )
- ---------------------------------------------------------------------------
ProgrammingError                          Traceback (most recent call last)
/home/carlos/development/m16e/apps/web/web2py/clusters/m16e/src/applications/belmiro/models/menu.py
in <module>()
- ----> 1 db.executesql( 'truncate auth_event' )

/home/carlos/development/m16e/apps/web/web2py/clusters/m16e/src/gluon/dal.pyc in
executesql(self, query, placeholders, as_dict, fields, colnames)
   7247             # easier to work with. row['field_name'] rather than row[0]

   7248             return [dict(zip(fields,row)) for row in data]
- -> 7249         data = adapter.cursor.fetchall()
   7250         if fields or colnames:
   7251             fields = [] if fields is None else fields

ProgrammingError: no results to fetch

Before the upgrade, I was using Version 2.00.0 (2012-08-03 09:01:00) dev

Thanks,
- -- 
Com os melhores cumprimentos,

Carlos Correia
=========================
MEMÓRIA PERSISTENTE
Tel.: 219 291 591 - GSM:  917 157 146 / 967 511 762
e-mail: ge...@memoriapersistente.pt - URL: http://www.memoriapersistente.pt
Jabber: m...@jabber.org
GnuPG: wwwkeys.eu.pgp.net
URL Suporte (experimental): https://ky.m16e.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlBE/pwACgkQ90uzwjA1SJVQtgCg16jUoGCAI+BdSC9Qd3H/8EsE
vCIAn0vUHdDW+6Y/+9gTueMyET0JXRQO
=GVah
-----END PGP SIGNATURE-----

-- 



Reply via email to