]> jfr.im git - irc/quakenet/newserv.git/commit
Changed pqsql to cope with queries longer than SSTRING_MAX in length.
authorsplidge <redacted>
Fri, 1 Jun 2007 14:38:06 +0000 (15:38 +0100)
committersplidge <redacted>
Fri, 1 Jun 2007 14:38:06 +0000 (15:38 +0100)
commit59b7d3c23e6bc2eec25ce34dd525d0038d8e4d1a
treebf7af8ca6396ae76434d46fbedd9973c5af27150
parenta77bd7641c6e2601ccbcdcca7d02135292725a32
Changed pqsql to cope with queries longer than SSTRING_MAX in length.

sstrings will still be used for shorter queries.

Also changed the infamous malloc nullcheck to an ERR_STOP event.
pqsql/pqsql.c