Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@43 d19b8d6e-7fed-0310-83ef-9ca221ded41b
  • Loading branch information
ahupowerdns committed Dec 1, 2002
1 parent c3412df commit b4e7753
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ Small things, great for coders new to PowerDNS:
- get the xdb backend building again
- make sure only Linux gets -D_GNU_SOURCE
doesn't hurt other architectures, but its ugly
- investigate if the following is better for the spgsql driver:
int SPgSQL::doQuery(const string &query)
{
ExecStatusType stat;
stat=d_db->Exec(query.c_str());
if(stat!=PGRES_COMMAND_OK && stat!=PGRES_TUPLES_OK)
throw sPerrorException("PostgreSQL failed to execute command");

d_count=0;
return 0;
}



Mostly polish on the build process:
Expand Down

0 comments on commit b4e7753

Please sign in to comment.