Dries Buytaert
|
6d3d75fe4b
|
- Removing whitespace.
|
2009-01-26 14:08:44 +00:00 |
Angie Byron
|
250e486bb0
|
#363687 by chx: Simplify DBTNG codeflow.
|
2009-01-25 12:19:32 +00:00 |
Dries Buytaert
|
b2402f40ae
|
- Patch #360982 by Damien Tournoud: fixed typo in SQLite transacation detection code.
|
2009-01-19 20:45:17 +00:00 |
Dries Buytaert
|
bca75d353f
|
- Patch #360887 by Crell: more robus example of how to use transaction support in D7.
|
2009-01-19 10:12:00 +00:00 |
Angie Byron
|
cd9794bea7
|
#360113 by Dave Reid: Remove db_and() and db_or() calls from database/* files.
|
2009-01-19 01:28:28 +00:00 |
Angie Byron
|
e8cff6403b
|
#360754 by Crell: Docblock fixes for DBTNG.
|
2009-01-18 23:55:32 +00:00 |
Angie Byron
|
df48958752
|
#360580 by Razorraser: Fix documentation link to PDO.
|
2009-01-18 16:24:05 +00:00 |
Angie Byron
|
6135b967e1
|
#359918 by Dave Reid: Fix typo in Schema API documentation.
|
2009-01-18 06:47:58 +00:00 |
Dries Buytaert
|
a6f64e65f3
|
- Patch #301049 by Damien Tournoud: fix InsertQuery.
|
2009-01-17 12:47:43 +00:00 |
Dries Buytaert
|
d3df2ff356
|
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.
|
2009-01-14 21:16:21 +00:00 |
Dries Buytaert
|
77936aef4c
|
- Rollback of #225562 -- I think there is still something wrong.
|
2009-01-13 22:41:39 +00:00 |
Dries Buytaert
|
b86354c55c
|
- Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data.
|
2009-01-13 22:25:13 +00:00 |
Dries Buytaert
|
f80c618427
|
- Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate its own temporary table names.
|
2009-01-11 10:57:20 +00:00 |
Dries Buytaert
|
45fed79d73
|
- Patch #348448 by c960657: fixed php strict warnings when running tests.
|
2009-01-11 08:36:28 +00:00 |
Dries Buytaert
|
f088ccfb98
|
- Patch #301049 by Josh Waihi, Damien Tournoud, et al: fixed bug with transaction support (on PostgreSQL).
|
2009-01-11 07:47:03 +00:00 |
Dries Buytaert
|
3680da37a0
|
- Patch #355278 by Josh Waihi: fixed problem with transaction support being turned on when unwanted.
|
2009-01-08 18:53:44 +00:00 |
Dries Buytaert
|
9af9e3de88
|
- Patch #342503 by Josh Waihi, Damien Tournoud et al: schema function findTables fails on PostgreSQL.
|
2009-01-08 09:52:12 +00:00 |
Dries Buytaert
|
a7b4bdef1d
|
- Patch #301049 by David Strauss, Josh Waihi, Crell, et al: transaction nesting was not tracked by connection, better documentation, and better tests.
|
2009-01-08 09:39:48 +00:00 |
Dries Buytaert
|
634379299f
|
- Patch #320591 by Moshe, Crell et al: tag specific alter hook for database queries.
|
2009-01-04 19:56:51 +00:00 |
Dries Buytaert
|
ba9f2041f6
|
- Patch #314464 by Dave Reid, Crell, markus_petrux, drewish et al: convert db_placeholders() to new database layer.
|
2008-12-30 20:27:24 +00:00 |
Dries Buytaert
|
92a8adea65
|
- Patch #352470 by scor: fixed typos and grammar in comments.
|
2008-12-30 16:43:20 +00:00 |
Dries Buytaert
|
0d100b57dc
|
- Patch #332002 by Crell et al: MergeQuery should refuse to execute if there are no key fields. With tests.
|
2008-12-26 14:23:38 +00:00 |
Dries Buytaert
|
fc063806de
|
- Patch #314464 by Crell: fixing up the db_placeholder() patch that I committed incompletely.
|
2008-12-26 11:48:18 +00:00 |
Dries Buytaert
|
9120540d19
|
- Patch #339588 by jhedstrom, Josh Waihi, mikl: remove *_unsigned types and rework their sizes. Fixes exception on PostgreSQL.
|
2008-12-26 11:04:39 +00:00 |
Dries Buytaert
|
779a70a0d4
|
- Patch #344575 by cdale: made the ANSI compatibility mode less strict to work around a MySQL 5 bug.
|
2008-12-24 10:21:32 +00:00 |
Dries Buytaert
|
e5ddb46d12
|
- Patch #314464 by Crell, Dave Reid et al: convert db_placeholders() to the new DB layer.
|
2008-12-24 09:53:40 +00:00 |
Dries Buytaert
|
1c0f4ac3aa
|
- Patch #344575 by cdale et al: force MySQL to run in ANSI compatibility mode. Comes with tests.
|
2008-12-23 07:48:24 +00:00 |
Dries Buytaert
|
0c63d9e24f
|
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
|
2008-12-20 18:24:41 +00:00 |
Dries Buytaert
|
4c5221a939
|
- Patch #299178 by Crell et al: add support for subqueries in FROM and JOIN clauses in dynamic query. Cool feature/syntax.
|
2008-12-12 16:21:58 +00:00 |
Dries Buytaert
|
7c30a1bac9
|
- Patch #342693 by Damien Tournoud et al: DatabaseStatement Prefect iterator did not implement a proper forward-only one cursor.
|
2008-12-09 11:22:11 +00:00 |
Dries Buytaert
|
55382d04a7
|
- Patch #318016 by Dave Reid: step one to standardizing type-hinting.
|
2008-12-08 21:41:54 +00:00 |
Angie Byron
|
6d84974ff5
|
#343620 by Dave Reid: Fix db_update() failure on expression-only SQL (with test).
|
2008-12-07 07:51:55 +00:00 |
Dries Buytaert
|
4e9d1f7d1c
|
- Patch #342366 by John Morahan, Dave Reid, Damien Tournoud: fixed replacement of unnamed placeholders in SQLite.
|
2008-12-05 12:41:27 +00:00 |
Dries Buytaert
|
cadd9bd54c
|
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my.
|
2008-12-03 16:32:22 +00:00 |
Dries Buytaert
|
71a22f1c1f
|
- Patch #337926 by Damien Tournoud: clean-up lower case handling.
|
2008-12-02 19:45:01 +00:00 |
Angie Byron
|
aa4b94fcc9
|
#340568 by Damien Tournoud: in some versions of SQLite, SELECT DISINCT(field) will return '(field)' as the field name.
|
2008-11-30 01:26:45 +00:00 |
Dries Buytaert
|
205c5b2415
|
- Patch #337926 by hswong3i, Dave Reid, Damien Tournoud: forced connection with PDF:CASE_LOWER.
|
2008-11-29 09:30:36 +00:00 |
Dries Buytaert
|
d32a4c9dc4
|
- Patch #337926 by hswong3i: by default, force lower-case database tables/columns.
|
2008-11-28 09:27:58 +00:00 |
Dries Buytaert
|
6e5851b3a9
|
- Patch #338586 by Damien Tournoud: fix undefined function call in DatabaseSchema_pgsql::addField().
|
2008-11-26 13:42:25 +00:00 |
Angie Byron
|
079a1bd2a5
|
#67349 follow-up by Damien Damien Tournoud: Fix missing parenthesis.
|
2008-11-23 21:01:03 +00:00 |
Angie Byron
|
9de3b9cb74
|
#67349 by chx, Damien Tournoud, and paranojik: SQLite support in core! Yeah! :D
|
2008-11-23 06:06:15 +00:00 |
Dries Buytaert
|
33cf35a6e8
|
- Patch #335614 by Damien Tournoud: getActiveConnection() and getConnection() were broken when was not found. Now with tests\!
|
2008-11-22 13:51:38 +00:00 |
Dries Buytaert
|
10104ba94a
|
- Patch #331570 by recidive: rename block module tables to singular. Requires you to run update.php.
|
2008-11-15 08:23:07 +00:00 |
Dries Buytaert
|
44c8391d32
|
- Patch #321100 by hswong3i: empty insert statements are better handled now. Comes with tests.
|
2008-11-13 21:08:16 +00:00 |
Dries Buytaert
|
a269b9cc1d
|
- Patch #322458 by hswong3i: tests for queryRange().
|
2008-11-13 21:02:10 +00:00 |
Dries Buytaert
|
3a3c482776
|
- Patch #333499 by chx: fix handling of NULL default values in MySQL schema API. This fixes most but not all tests.
|
2008-11-13 20:52:13 +00:00 |
Dries Buytaert
|
8cea8dad02
|
- Patch #331213 by Damien Tournoud: make it easier to write database driver.
|
2008-11-12 08:30:23 +00:00 |
Dries Buytaert
|
a56f520fad
|
- Patch #331213 by chx and Damien Tournoud: welcome weird database drivers.
|
2008-11-11 20:37:46 +00:00 |
Dries Buytaert
|
bd108c7f10
|
- Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.
|
2008-11-11 16:49:38 +00:00 |
Dries Buytaert
|
a7f6efc8a1
|
- Patch #329080 by chx, Damien Tournoud, pwolanin: statics in objects are not per-instance.
|
2008-11-08 22:52:24 +00:00 |