summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/database_test.test
Commit message (Collapse)AuthorAge
...
* #363687 by chx: Simplify DBTNG codeflow.Angie Byron2009-01-25
|
* #355225 by Josh Waihi and Damien Tournoud: Fix inconsistent behaviour with ↵Angie Byron2009-01-20
| | | | transaction support and insert queries. All tests should pass on PostgreSQL now. Woot! :)
* - Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate ↵Dries Buytaert2009-01-11
| | | | its own temporary table names.
* - Patch #301049 by Josh Waihi, Damien Tournoud, et al: fixed bug with ↵Dries Buytaert2009-01-11
| | | | transaction support (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 #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 #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 #343631 by Dave Reid: cleaned up the database tests.Dries Buytaert2008-12-08
|
* #343620 by Dave Reid: Fix db_update() failure on expression-only SQL (with ↵Angie Byron2008-12-07
| | | | test).
* - Patch #338239 by Damien Tournoud: clean-up DrupalWebTestCase.Dries Buytaert2008-11-26
|
* - Patch #338403 by drewish: code comments clean-up.Dries Buytaert2008-11-25
|
* - Patch #335614 by Damien Tournoud: getActiveConnection() and ↵Dries Buytaert2008-11-22
| | | | getConnection() were broken when was not found. Now with tests\!
* - Patch #310607 by mfb: added tests for db_column_exists() and ↵Dries Buytaert2008-11-21
| | | | db_table_exists(). Yay\!
* - Patch #321100 by hswong3i: empty insert statements are better handled now. ↵Dries Buytaert2008-11-13
| | | | Comes with tests.
* - Patch #322458 by hswong3i: tests for queryRange().Dries Buytaert2008-11-13
|
* - Patch #331213 by chx and Damien Tournoud: welcome weird database drivers.Dries Buytaert2008-11-11
|
* - Patch #329080 by chx, Damien Tournoud, pwolanin: statics in objects are ↵Dries Buytaert2008-11-08
| | | | not per-instance.
* #331737 by Crell: Fix nested conditions (plus test)Angie Byron2008-11-08
|
* #325895 by chx and hswong3i: Fix queryTemporary and add test case.Angie Byron2008-11-08
|
* #318440 by Crell: Make it easier to add multiple fields in a dynamic SELECT ↵Angie Byron2008-10-25
| | | | statement.
* #316868 by Crell: Make addField() alias to the field name, rather than the ↵Angie Byron2008-10-22
| | | | table and field name when there are no conflicts.
* - Patch #323137 by Crell: clean-up of database tests.Dries Buytaert2008-10-20
|
* - Patch #298669 by Crell, moshe et al: add query logging per connection.Dries Buytaert2008-10-16
|
* Temporary roll-back of #298669: This wasn't quite ready yet and broke ↵Angie Byron2008-09-28
| | | | SimpleTest in a big way.
* - Patch #298669 by Crell, moshe weitzman: added query logging per connection.Dries Buytaert2008-09-28
|
* #302300 follow-up by Crell: Fixes to database connection tests.Angie Byron2008-09-27
|
* #302300 by Crell: Support adding and ignoring database targets, for better ↵Angie Byron2008-09-26
| | | | replication support.
* - Patch #310447 by Damien Tournoud, Crell, catch: add back SET NAMES='utf8' ↵Dries Buytaert2008-09-21
| | | | -- we love UTF-8
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* - Patch #64967 by Arancaytar, meba: ereg -> preg for performance reasons and ↵Dries Buytaert2008-09-05
| | | | future compatilbility. PHP6 is rumoured to drop ereg support.
* #276276 follow-up by Crell: Fixing a notice in db test.Angie Byron2008-08-31
|
* #276276 by Crell and florbuit: New database system unit tests. WOOHOO! :DAngie Byron2008-08-31