Changeset 1386
- Timestamp:
- 08/25/08 13:08:13 (4 months ago)
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/include/pqxx/connection_base.hxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r1385 r1386 1 2008-08-25 Jeroen T. Vermeulen <jtv@xs4all.nl> 2 include/pqxx/connection_base.hxx: 3 - Export encrypt_password, thanks boto 1 4 2008-08-23 Jeroen T. Vermeulen <jtv@xs4all.nl> 2 5 test/test_helpers.hxx: trunk/include/pqxx/connection_base.hxx
r1353 r1386 123 123 * @since libpq 8.2 124 124 */ 125 PGSTD::string encrypt_password(const PGSTD::string &user, //[t0] 125 PGSTD::string PQXX_LIBEXPORT encrypt_password( //[t0] 126 const PGSTD::string &user, 126 127 const PGSTD::string &password); 127 128
