]> jfr.im git - irc/quakenet/newserv.git/history - dbapi2
Merge chanserv-live into default.
[irc/quakenet/newserv.git] / dbapi2 /
2014-09-07  Chris PorterMerge default into chanserv-live.
2014-06-01  Chris PorterMerge.
2014-05-04  Chris PorterMerge.
2014-03-22  Chris PorterMerge chanserv-live into default.
2014-02-20  Gunnar Beutnerdbapi2: Fix result->affected for PostgreSQL.
2014-02-19  Gunnar Beutnerdbapi2: Allow prepared arguments (?) to be escaped.
2014-02-18  Gunnar Beutnerdbapi2: Keep track of affected rows for UPDATEs.
2014-02-07  Chris PorterMerge default into chanserv-live.
2014-02-07  Chris PorterMerge chanserv-live into default.
2013-09-23  Chris PorterDBAPI2: fix initialisation bug (thanks to anders for...
2013-09-22  Chris PorterMerge.
2013-09-22  Chris PorterMerge.
2013-09-22  Chris PorterMerge.
2013-09-22  Chris PorterMerge.
2013-09-22  Chris PorterMerge.
2013-08-03  Chris Portermerge chanserv-live into default
2013-08-02  Paulmerge
2013-07-23  Gunnar BeutnerMerge default.
2013-07-22  Chris PorterMerge.
2013-07-22  Chris Porterrework of build stage 2:
2012-06-07  Chris PorterMerge.
2012-06-07  Chris PorterMerge.
2012-03-04  CruickyMerge
2012-02-23  Chris PorterDBAPI2: add support for stored procedures
2012-02-23  Chris PorterDBAPI2: add support for NULL values to string format.
2009-01-18  Chris PorterMerge.
2008-10-02  Chris PorterMerge.
2008-10-02  Chris PorterOkay, it wasn't quite as simple as that, it was a compl...
2008-09-30  Chris PorterMerge.
2008-09-30  Chris Porterdbapi loadtable function should mutate the table name...
2008-09-30  Chris PorterMerge.
2008-09-30  Chris PorterAdd some more types to dbapi2's snprintf function.
2008-09-21  Chris PorterMerge.
2008-09-21  Chris PorterAdd module versions to dbapi2/adapters.
2008-09-20  Chris PorterFix some really stupid bugs in stringbuf (no uninitiali...
2008-09-17  splidgeMerge.
2008-09-16  Chris PorterSeems silly to have more typing for the safe strings...
2008-09-16  Chris PorterFix off by one bug in dbvsnprintf, convert noperserv...
2008-09-16  Chris PorterAdd raw string type 'R', and table name 'T' to dbsafequery.
2008-09-16  Chris PorterAdd truncation checks to database functions in dbapi2.
2008-09-16  Chris PorterAdd safe query/simplequery/create table functions to...
2008-09-16  Chris PorterUse correct constness and unsignedness in dbapi.
2008-09-16  Chris PorterAdd table name method to dbapi2.
2008-09-16  Chris Porterdbapi2 loadtable implementation.
2008-09-15  Chris PorterDBAPI2 now uses sqlite and pqsql by an adapter.
2008-09-15  Chris PorterNow works, at least with noperserv.
2008-09-15  Chris PorterAdd dbapi2, currently untested.