Changeset 1170:4a0e0a325676
- Timestamp:
- 02/25/09 16:29:27 (3 years ago)
- Branch:
- default
- Children:
- 1171:36cef8b42be2, 1175:cae6ab372398
- Location:
- trunk/src
- Files:
-
- 2 edited
-
dataBaseMysql.cc (modified) (1 diff)
-
dataBasePostgresql.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dataBaseMysql.cc
r1167 r1170 92 92 type)) 93 93 { 94 delete handle; 95 94 96 throw exception::basic(exception::ERRMODULE_DATABASEMYSQL, MYSQLEX_MYSQL, exception::ERRNO_MYSQL, mysql_errno(handle->handle), mysql_error(handle->handle), __LINE__, __FILE__); 95 97 } -
trunk/src/dataBasePostgresql.cc
r1167 r1170 142 142 if (status != CONNECTION_OK) 143 143 { 144 delete handle; 145 144 146 throw exception::basic(exception::ERRMODULE_DATABASEPOSTGRESQL, POSTGRESQLEX_POSTGRESQL, exception::ERRNO_MYSQL, status, PQerrorMessage(handle->handle), __LINE__, __FILE__); 145 147 }
Note: See TracChangeset
for help on using the changeset viewer.
