summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/database_test.test
Commit message (Collapse)AuthorAge
...
* - Patch #769554 by jpmckinney, Berdir, cha0s: fixed trivial SQL injection(s) ↵Dries Buytaert2010-05-05
| | | | with SelectQuery.
* - Patch #701888 by jhodgdon: subqueries are not altered and test clean-up.Dries Buytaert2010-04-27
|
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It ↵Dries Buytaert2010-03-28
| | | | has to get worse before it can get better.'
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #669794 by andypost, Josh Waihi, aspilicious: critical task: use ↵Dries Buytaert2010-03-25
| | | | savepoints for nested transactions.
* #715476 by Jeremy and Crell: Schema object should respect active database ↵Angie Byron2010-03-07
| | | | connection (with tests).
* - Patch #722912 by andypost: db_index_exists() must conform schemaAPI ↵Dries Buytaert2010-03-01
| | | | indexExists().
* #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)
* #616650 by Crell: Default MySQL to transactions ON. Makes sense now that we ↵Angie Byron2010-01-13
| | | | default to InnoDB as well.
* #601768 by Crell and Damien Tournoud: Add a DatabaseStatementEmpty to allow ↵Angie Byron2010-01-08
| | | | complex query to return a proper empty set.
* #654662 by c960657 and Crell: Allow escaping wildcard characters in LIKE ↵Angie Byron2009-12-13
| | | | queries.
* - Patch #c960657: rollback of double commit. It blame the network at Do It ↵Dries Buytaert2009-12-09
| | | | With Drupal. ;-)
* - Patch #653926 by Damien Tournoud: fixed range of sub-queries not being ↵Dries Buytaert2009-12-09
| | | | honored.
* - Patch #652420 by sun: fixed some problems in the tests.Dries Buytaert2009-12-09
|
* - Patch #459786 by mcarbone: added tests for countQuery()Dries Buytaert2009-12-08
|
* - Patch #564852 by justinrandell, mcarbone, Crell: fixed subselect in WHERE ↵Dries Buytaert2009-11-23
| | | | condition with multiple placeholders cause invalid/duplicate placeholders.
* #612392 by chx and Crell: Allow lowercase comparison operators in DBTNG.Angie Byron2009-10-26
|
* - Patch #561104 by David_Rothstein: improve tests of random ordering in ↵Dries Buytaert2009-10-19
| | | | dynamic select queries.
* #356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of ↵Angie Byron2009-10-18
| | | | stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0.
* - Patch #597556 by Berdir: return status to indicate executed query in ↵Dries Buytaert2009-10-11
| | | | MergeQuery::execute().
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* #561104 by Crell: Added support for random ordering in dynamic select queries.Angie Byron2009-09-11
|
* - Patch #557318 by cha0s, hass, Crell: Changed UNION support is missing in ↵Dries Buytaert2009-09-07
| | | | database API.
* #200953 by seanburlington: Added basic support for 'time' and 'date' types ↵Angie Byron2009-08-22
| | | | to schema API.
* #434350 by cpliakas and Crell: Add a method to explicitly close a database ↵Angie Byron2009-08-04
| | | | connection.
* #481288 by Berdir and Crell: Add support for INSERT INTO ... SELECT FROM ...Angie Byron2009-07-21
|
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #517502 by Crell: make transaction API follow its own documentation.Dries Buytaert2009-07-13
|
* - Patch #505812 by Josh Waihi: remove database specific test.Dries Buytaert2009-07-06
|
* - Patch #369314 by Berdir: make sub-selects work.Dries Buytaert2009-06-27
|
* - Patch #481288 by Berdir: add support for INSERT INTO ... SELECT FROM ... ↵Dries Buytaert2009-06-05
| | | | queries.
* - Patch #473876 by Berdir: fixed broken query on PostgreSQL.Dries Buytaert2009-06-04
|
* - Patch #458176 by c960657: improved exception handling in database layer.Dries Buytaert2009-06-01
|
* - Patch #394524 by Berdir, Damien Tournoud: converted to the new database ↵Dries Buytaert2009-05-30
| | | | abstraction layer.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order ↵Dries Buytaert2009-05-22
| | | | by table headers first, before ordering by other fields.
* - Patch #467984 by Berdir: fixed some database glitches and extended the tests.Dries Buytaert2009-05-22
|
* - Patch #396578 by Damien Tournoud: added db_truncate_table() to the ↵Dries Buytaert2009-05-03
| | | | database layer.
* Roll-back of #333054; needs more discussion.Angie Byron2009-04-20
|
* - Patch #333054 by c960657: page cache should be case sensitive.Dries Buytaert2009-04-01
|
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* #343999 by Crell, chx, and Alexander Pas: Add facility for doing NULL / NOT ↵Angie Byron2009-03-14
| | | | NULL conditions to DBTNG.
* #350545 by Damien Tournoud: Remove unreliable invalid date test so that ↵Angie Byron2009-03-08
| | | | SQLite tests pass.
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* - Patch #373775 by sog_hadgraft: adjusted queries to confirm coding standards.Dries Buytaert2009-02-24
|
* - 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
|
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.