summaryrefslogtreecommitdiff
path: root/includes/database
Commit message (Expand)AuthorAge
* - Patch #715108 by Damien Tournoud, Berdir, Josh Waihi, Crell, chx, justinran...Dries Buytaert2010-06-26
* - Patch #829152 by nenne: database abstraction layer db_query_range() example...Dries Buytaert2010-06-25
* #809698 follow-up by Damien Tournoud, Josh Waihi, chx: Add CONCAT() function ...Angie Byron2010-06-21
* - Patch #827554 by Josh Waihi: PostgreSQL performance optimization: PDO::ATTR...Dries Buytaert2010-06-16
* - Patch #515310 by Josh Waihi, marcvangend: inserting >PHP_INT_MAX into BI...Dries Buytaert2010-06-15
* - Patch #826668 by Damien Tournoud: db_add_field() will not accept 'foreign k...Dries Buytaert2010-06-14
* - Patch #772554 by Crell, jbrown: remove delay() method from insert queries.Dries Buytaert2010-06-02
* - Patch #813540 by chx: handle NULL values nicely.Dries Buytaert2010-06-02
* - Patch #811776 by Heine: regresssion of SA-2006-005 - SQL Injection via db_q...Dries Buytaert2010-06-01
* - Patch #711108 by Berdir: better exception reporting for watchdog() in the d...Dries Buytaert2010-05-26
* - Patch #767690 by Crell: @file declarations in database system do not indica...Dries Buytaert2010-05-23
* - Patch #726344 by Crell, Berdir: database system uses wrapper functions inte...Dries Buytaert2010-05-23
* - Patch #785782 by cafuego: support comments in built queries.Dries Buytaert2010-05-15
* - Patch #301798 by Josh Waihi: remove some legacy data type and function mapp...Dries Buytaert2010-05-13
* - Patch #793604 by matt2000, chx: DBTNG JOINs are close to useless.Dries Buytaert2010-05-11
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply co...Angie Byron2010-05-06
* - Patch #769554 by jpmckinney, Berdir, cha0s: fixed trivial SQL injection(s) ...Dries Buytaert2010-05-05
* #561400 by drewish, Berdir: Allow specifying MySQL socket with DBTNG.Angie Byron2010-05-05
* - Patch #742042 by kkaefer:DBTNG: ->fetchAllAssoc() doesn't respect fetch mod...Dries Buytaert2010-04-30
* #299308 follow-up by David_Rothstein: Fixed Installing Drupal by visiting ind...Angie Byron2010-04-29
* - Patch #782056 by aspilicious: removing every tab + trailing white space in ...Dries Buytaert2010-04-28
* - Patch #765860 by effulgentsia, dww, dereine, mikey_p, sun: make drupal_alte...Dries Buytaert2010-04-28
* - Patch #701888 by jhodgdon: subqueries are not altered and test clean-up.Dries Buytaert2010-04-27
* - Patch #780048 by linclark: db_next_id() documentation refers to a non-exist...Dries Buytaert2010-04-26
* #688294 by Berdir, andypost, Crell, catch: Fixed Switch from db_is_active() t...Angie Byron2010-04-23
* #772554 by Crell: Remove delay() method from insert queries.Angie Byron2010-04-19
* - Patch #770838 by sdboyer: optimize DatabaseConnection::ExpandArguments.Dries Buytaert2010-04-15
* - Patch #770668 by Damien Tournoud: undefined in InsertQuery::__toString().Dries Buytaert2010-04-15
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP stric...Dries Buytaert2010-04-11
* - Patch #688704 by Crell, boombatower, noahb: give DB its own autoload function.Dries Buytaert2010-04-11
* #764418 by David_Rothstein, jpmckinney, quiptime, Crell: Move query condition...Angie Byron2010-04-11
* - Patch #302327 by Josh Waihi, noahb, Crell, hswong3i: support cross-schema/d...Dries Buytaert2010-04-07
* - Patch #669794 by andypost, Josh Waihi, aspilicious, moshe weitzman, catch: ...Dries Buytaert2010-04-06
* - Patch #761316 by Crell: code simplification in query dispatchers.Dries Buytaert2010-04-04
* - Patch #748340 by Berdir, andypost, catch, noahb, Crell: MySQL-optimized tab...Dries Buytaert2010-04-04
* - Patch #756478 by alex_b: remove obsolete return statement in findCaller().Dries Buytaert2010-03-31
* - Patch #753754 by Garrett Albright, aspilicious, Crell, yoroy, marcvangend: ...Dries Buytaert2010-03-28
* - Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It ...Dries Buytaert2010-03-28
* - Patch #753754 by Garrett Albright, aspilicious, yoroy: error message when s...Dries Buytaert2010-03-28
* - Patch #754192 by andypost, Damien Tournoud: critical bug: fixed transaction...Dries Buytaert2010-03-28
* - Patch #669794 by andypost: use savepoints for nested transactions.Dries Buytaert2010-03-26
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ...Dries Buytaert2010-03-26
* - Patch #669794 by andypost, Josh Waihi, aspilicious: critical task: use save...Dries Buytaert2010-03-25
* - Patch #748982 by mikeryan: allow Database logging_callback() to be a class ...Dries Buytaert2010-03-24
* - Patch #715132 by moshe weitzman: over aggressive escaping of table names.Dries Buytaert2010-03-23
* - Patch #711682 by aspilicious, sun: fixed style issues.Dries Buytaert2010-03-21
* - Patch #582948 by David_Rothstein: improve safety of schema manipulation.Dries Buytaert2010-03-20
* - Patch #711682 by aspilicious: fixed tyle issues.Dries Buytaert2010-03-09
* #716394 by boombatower: SimpleTest should respect table prefixes.Angie Byron2010-03-07
* #715476 by Jeremy and Crell: Schema object should respect active database con...Angie Byron2010-03-07