summaryrefslogtreecommitdiff
path: root/includes/database
Commit message (Collapse)AuthorAge
* - Patch #432128 by Berdir: adding some babysitting code to insert queries -- ↵Dries Buytaert2009-04-15
| | | | don't execute query when there are no values.
* - Patch #422366 by jamesAn: improved static caching in database drivers.Dries Buytaert2009-04-14
|
* - Patch #423994 by pwolanin: working around MySQL bug.Dries Buytaert2009-04-05
|
* - Patch #333054 by c960657: page cache should be case sensitive.Dries Buytaert2009-04-01
|
* #373225 by Josh Waihi: Make PostgreSQL cast values when changing database ↵Angie Byron2009-03-31
| | | | columns to prevent data loss.
* #365996 by sammys: Correct timestamp type name in PostgreSQL.Angie Byron2009-03-30
|
* - Patch #351898 by mfb: database API was not E_STRICT compatible.Dries Buytaert2009-03-29
|
* #373514 by jaydee18 and jbomb: Fix typo in transaction property.Angie Byron2009-03-25
|
* - Patch #12201 by mfb: added support for table descriptions.Dries Buytaert2009-03-14
|
* #343999 by Crell, chx, and Alexander Pas: Add facility for doing NULL / NOT ↵Angie Byron2009-03-14
| | | | NULL conditions to DBTNG.
* #349671 by Damien Tournoud and Josh Waihi: Make the PostgreSQL driver ↵Angie Byron2009-02-24
| | | | independent of schema to fix D6 => D7 update.
* - Patch #299267 by Crell: add extender support to the SELECT query builder.Dries Buytaert2009-02-22
|
* - Patch #374940 by Dave Reid et al: fixed MergeQuery problem.Dries Buytaert2009-02-22
|
* - Removing whitespace.Dries Buytaert2009-01-26
|
* #363687 by chx: Simplify DBTNG codeflow.Angie Byron2009-01-25
|
* - Patch #360982 by Damien Tournoud: fixed typo in SQLite transacation ↵Dries Buytaert2009-01-19
| | | | detection code.
* - Patch #360887 by Crell: more robus example of how to use transaction ↵Dries Buytaert2009-01-19
| | | | support in D7.
* #360113 by Dave Reid: Remove db_and() and db_or() calls from database/* files.Angie Byron2009-01-19
|
* #360754 by Crell: Docblock fixes for DBTNG.Angie Byron2009-01-18
|
* #360580 by Razorraser: Fix documentation link to PDO.Angie Byron2009-01-18
|
* #359918 by Dave Reid: Fix typo in Schema API documentation.Angie Byron2009-01-18
|
* - Patch #301049 by Damien Tournoud: fix InsertQuery.Dries Buytaert2009-01-17
|
* - Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL ↵Dries Buytaert2009-01-14
| | | | table namespace.
* - Rollback of #225562 -- I think there is still something wrong.Dries Buytaert2009-01-13
|
* - Patch #225562 by Jody Lynn: change DB table names from eg. term_data to ↵Dries Buytaert2009-01-13
| | | | taxonomy_term_data.
* - Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate ↵Dries Buytaert2009-01-11
| | | | its own temporary table names.
* - Patch #348448 by c960657: fixed php strict warnings when running tests.Dries Buytaert2009-01-11
|
* - Patch #301049 by Josh Waihi, Damien Tournoud, et al: fixed bug with ↵Dries Buytaert2009-01-11
| | | | transaction support (on PostgreSQL).
* - Patch #355278 by Josh Waihi: fixed problem with transaction support being ↵Dries Buytaert2009-01-08
| | | | turned on when unwanted.
* - Patch #342503 by Josh Waihi, Damien Tournoud et al: schema function ↵Dries Buytaert2009-01-08
| | | | findTables fails on PostgreSQL.
* - Patch #301049 by David Strauss, Josh Waihi, Crell, et al: transaction ↵Dries Buytaert2009-01-08
| | | | nesting was not tracked by connection, better documentation, and better tests.
* - Patch #320591 by Moshe, Crell et al: tag specific alter hook for database ↵Dries Buytaert2009-01-04
| | | | queries.
* - Patch #314464 by Dave Reid, Crell, markus_petrux, drewish et al: convert ↵Dries Buytaert2008-12-30
| | | | db_placeholders() to new database layer.
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #332002 by Crell et al: MergeQuery should refuse to execute if there ↵Dries Buytaert2008-12-26
| | | | are no key fields. With tests.
* - Patch #314464 by Crell: fixing up the db_placeholder() patch that I ↵Dries Buytaert2008-12-26
| | | | committed incompletely.
* - Patch #339588 by jhedstrom, Josh Waihi, mikl: remove *_unsigned types and ↵Dries Buytaert2008-12-26
| | | | rework their sizes. Fixes exception on PostgreSQL.
* - Patch #344575 by cdale: made the ANSI compatibility mode less strict to ↵Dries Buytaert2008-12-24
| | | | work around a MySQL 5 bug.
* - Patch #314464 by Crell, Dave Reid et al: convert db_placeholders() to the ↵Dries Buytaert2008-12-24
| | | | new DB layer.
* - Patch #344575 by cdale et al: force MySQL to run in ANSI compatibility ↵Dries Buytaert2008-12-23
| | | | mode. Comes with tests.
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #299178 by Crell et al: add support for subqueries in FROM and JOIN ↵Dries Buytaert2008-12-12
| | | | clauses in dynamic query. Cool feature/syntax.
* - Patch #342693 by Damien Tournoud et al: DatabaseStatement Prefect iterator ↵Dries Buytaert2008-12-09
| | | | did not implement a proper forward-only one cursor.
* - Patch #318016 by Dave Reid: step one to standardizing type-hinting.Dries Buytaert2008-12-08
|
* #343620 by Dave Reid: Fix db_update() failure on expression-only SQL (with ↵Angie Byron2008-12-07
| | | | test).
* - Patch #342366 by John Morahan, Dave Reid, Damien Tournoud: fixed ↵Dries Buytaert2008-12-05
| | | | replacement of unnamed placeholders in SQLite.
* - Patch #335086 by recidive: rename node, filter and comment module tables ↵Dries Buytaert2008-12-03
| | | | to singular for consistency. Oh my.
* - Patch #337926 by Damien Tournoud: clean-up lower case handling.Dries Buytaert2008-12-02
|
* #340568 by Damien Tournoud: in some versions of SQLite, SELECT ↵Angie Byron2008-11-30
| | | | DISINCT(field) will return '(field)' as the field name.
* - Patch #337926 by hswong3i, Dave Reid, Damien Tournoud: forced connection ↵Dries Buytaert2008-11-29
| | | | with PDF:CASE_LOWER.