Changeset 2083
- Timestamp:
- 03/22/11 14:49:44 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/modules/gsqlite3backend/ssqlite3.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/modules/gsqlite3backend/ssqlite3.cc
r2047 r2083 114 114 115 115 // Something went wrong, complain. 116 throw sPerrorException( "Error while retrieving SQLite query results ");116 throw sPerrorException( "Error while retrieving SQLite query results: "+string(sqlite3_errmsg(m_pDB) )); 117 117 118 118 // Prevent some compilers from complaining.