summaryrefslogtreecommitdiff
path: root/includes/database
Commit message (Collapse)AuthorAge
* - 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 ↵Angie Byron2010-03-07
| | | | connection (with tests).
* #728730 by Damien Tournoud: Fixed Precision loss in ↵Angie Byron2010-03-07
| | | | DatabaseStatement_sqlite()::getStatement().
* - Patch #734146 by scor: white-space clean-up.Dries Buytaert2010-03-06
|
* - Patch #732486 by Damien Tournoud, JacobSingh: drupal_add_http_header() ↵Dries Buytaert2010-03-06
| | | | req ; make Status a normal header and drupal_add_http() header shouldn't return a list of headers.
* - Patch #722912 by andypost: db_index_exists() must conform schemaAPI ↵Dries Buytaert2010-03-01
| | | | indexExists().
* - Patch #582948 by David_Rothstein: more improvements to the erro handling ↵Dries Buytaert2010-03-01
| | | | of the database layer.
* - Patch #279851 by catch, David Strauss, Damien Tournoud, asimmonds, ↵Dries Buytaert2010-02-28
| | | | c960657, JohnAlbin, drawk, pwolanin, robertDouglass, coltrane: replace LOWER() with db_select() and LIKE() where possible.
* - Patch #582948 by Damien Tournoud, agentrickard: improve safety of schema ↵Dries Buytaert2010-02-28
| | | | manipulation to help with upgrade path.
* #718016 by andypost and Damien Tournoud: Fixed ↵Angie Byron2010-02-23
| | | | DatabaseSchema_pgsql()::renameTable() needs to rename the indexes.
* #720620 by andypost: Fixed indexExists() for pgsql and sqlite does not ↵Angie Byron2010-02-23
| | | | prefix tablename.
* #710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown ↵Angie Byron2010-02-17
| | | | functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
* #715906 by Damien Tournoud: Fixed Schema tests fail on PostgreSQL.Angie Byron2010-02-17
|
* #706248 by bellHead and Damien Tournoud: Fixed ↵Angie Byron2010-02-17
| | | | field_sql_storage_field_storage_query() with 'count' option breaks on PostgreSQL and SQLite. (with tests)
* #714994 by Damien Tournoud: Fixed SQLite should not forcefully convert ↵Angie Byron2010-02-15
| | | | numeric strings into numbers.
* #715094 by Damien Tournoud: Fixed Transaction data need to be reset early in ↵Angie Byron2010-02-15
| | | | DatabaseConnection::popTransaction().
* #550124 by c960657, catch, and Crell: Remove prepared statement caching, ↵Angie Byron2010-02-12
| | | | which was a nice idea, but uses up tons of memory without any tangible performance benefits.
* #702514 by foripepe and mr.baileys: Fixed Documentation problem with ↵Angie Byron2010-02-08
| | | | Database abstraction layer.
* #522786 by stormsweeper: Fixed Postgres numeric check needs to happen after ↵Angie Byron2010-02-07
| | | | precision check in schema generation.
* - Patch #700518 by agentrickard, Crell: documentation fixes.Dries Buytaert2010-02-06
|
* - Patch #700518 by agentrickard: document conjunctions for db_condition().Dries Buytaert2010-01-31
|
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* - Patch #681538 by aspilicious, jhodgdon: improved documentation, better ↵Dries Buytaert2010-01-30
| | | | @see also links.
* Hm. Rollback of #522786 which seems to cause test failures.Angie Byron2010-01-30
|
* #522786 by stormsweeper: Fixed PostgreSQL numeric check needs to happen ↵Angie Byron2010-01-30
| | | | after precision check in schema generation.
* #697694 by aspilicious: Doxygen fixes.Angie Byron2010-01-29
|
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - Patch #692302 by Crell: searching for the wrong extender subclass.Dries Buytaert2010-01-22
|
* - Patch #688158 by moshe weitzman: query logger does not provide class ↵Dries Buytaert2010-01-18
| | | | information.
* #684138 by carlos8f and Heine: Fixed bug in SQLite's NextId() that prevented ↵Angie Byron2010-01-14
| | | | installation.
* #616650 by Crell: Default MySQL to transactions ON. Makes sense now that we ↵Angie Byron2010-01-13
| | | | default to InnoDB as well.
* #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵Angie Byron2010-01-09
| | | | extraneous 'Please' in the interface.
* - Patch #550010 by c960657: DatabaseConnection::prepareQuery() ignores ↵Dries Buytaert2010-01-08
| | | | argument.
* #601768 by Crell and Damien Tournoud: Add a DatabaseStatementEmpty to allow ↵Angie Byron2010-01-08
| | | | complex query to return a proper empty set.
* #633678 by Josh Waihi, chx, Crell, David Strauss, and Damien Tournoud: Make ↵Angie Byron2010-01-07
| | | | sequence API work on non-MySQL databases.
* #671348 by Garrett Albright: Fixed escape error with SQLite.Angie Byron2010-01-06
|
* - Patch #672268 by Garrett Albright: comment cleanup.Dries Buytaert2010-01-03
|
* - Patch #360854 by sammys, Crell: added missing db_index_exists(), required ↵Dries Buytaert2009-12-15
| | | | to provide proper upgrade path from Drupal 6 to Drupal 7.
* #654662 by c960657 and Crell: Allow escaping wildcard characters in LIKE ↵Angie Byron2009-12-13
| | | | queries.
* #653926 follow-up by Crell: Document SQL range limits.Angie Byron2009-12-13
|
* - Patch #653926 by Damien Tournoud: fixed range of sub-queries not being ↵Dries Buytaert2009-12-09
| | | | honored.
* - Patch #648744 by Crell: specified more @return type definitions for ↵Dries Buytaert2009-12-04
| | | | auto-completion in IDEs.
* - Patch #637058 by jhodgdon: documentation improvements.Dries Buytaert2009-12-03
|
* - Patch #648744 by fago: added support for DBTNG auto completion in IDEs. ↵Dries Buytaert2009-12-02
| | | | Usability improvement.
* - Patch #564852 by justinrandell, mcarbone, Crell: fixed subselect in WHERE ↵Dries Buytaert2009-11-23
| | | | condition with multiple placeholders cause invalid/duplicate placeholders.
* #108818 by David Strauss, chx, Crell: Add transactions to key X_save() routines.Angie Byron2009-11-19
|
* - Patch #619580 by Crell: only invoke query_alter() on tagged queries.Dries Buytaert2009-11-10
|
* #620516 by Crell: Use isNull() inside SQLite driver.Angie Byron2009-11-02
|
* #615508 by Crell: Use slave servers for search module.Angie Byron2009-11-01
|