Dries Buytaert
|
00271e741f
|
- Patch #458176 by c960657: improved exception handling in database layer.
|
2009-06-01 16:47:06 +00:00 |
Angie Byron
|
114a7f2cb3
|
#471800 follow-up by stella: Fixing comments on MySQL system queries.
|
2009-05-29 01:51:46 +00:00 |
Angie Byron
|
9eeec33415
|
#467474 by Josh Waihi: Type-cast booleans to work around PostgreSQL PDO bug.
|
2009-05-27 01:50:36 +00:00 |
Dries Buytaert
|
70546d29ff
|
- Patch #472646 by Josh Waihi: fixed the PostgreSQL installation.
|
2009-05-26 08:50:04 +00:00 |
Dries Buytaert
|
a98905f5c6
|
- Patch #471800 by stella: more code style fixes.
|
2009-05-25 13:42:56 +00:00 |
Dries Buytaert
|
12024dbca4
|
- Patch #319165 by andpost: force PostgreSQL to use UTF-8 by default.
|
2009-05-25 05:22:52 +00:00 |
Dries Buytaert
|
a24a6c2bba
|
- Patch #471070 by stella: millions of code style fixes.
|
2009-05-24 17:39:35 +00:00 |
Angie Byron
|
e5350c1905
|
#445214 by Josh Waihi: Fix drupal_write_record() to correctly deal with NULL serial columns.
|
2009-05-20 05:44:03 +00:00 |
Dries Buytaert
|
f09028107c
|
- Patch #413732 by brianV: database code clean-up.
|
2009-04-20 20:02:31 +00:00 |
Angie Byron
|
d30a41e791
|
Roll-back of #333054; needs more discussion.
|
2009-04-20 02:23:17 +00:00 |
Dries Buytaert
|
b0a6099918
|
- Patch #432128 by Berdir: adding some babysitting code to insert queries -- don't execute query when there are no values.
|
2009-04-15 13:30:17 +00:00 |
Dries Buytaert
|
00f9c254d9
|
- Patch #422366 by jamesAn: improved static caching in database drivers.
|
2009-04-14 06:22:10 +00:00 |
Dries Buytaert
|
27d7455edb
|
- Patch #333054 by c960657: page cache should be case sensitive.
|
2009-04-01 20:00:47 +00:00 |
Angie Byron
|
3dfb808a6d
|
#373225 by Josh Waihi: Make PostgreSQL cast values when changing database columns to prevent data loss.
|
2009-03-31 01:42:45 +00:00 |
Angie Byron
|
39c3344ac6
|
#365996 by sammys: Correct timestamp type name in PostgreSQL.
|
2009-03-30 04:55:59 +00:00 |
Dries Buytaert
|
3a7047c670
|
- Patch #12201 by mfb: added support for table descriptions.
|
2009-03-14 20:34:17 +00:00 |
Angie Byron
|
2518d1601c
|
#349671 by Damien Tournoud and Josh Waihi: Make the PostgreSQL driver independent of schema to fix D6 => D7 update.
|
2009-02-24 16:34:46 +00:00 |
Dries Buytaert
|
6d3d75fe4b
|
- Removing whitespace.
|
2009-01-26 14:08:44 +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
|
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
|
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
|
0c63d9e24f
|
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
|
2008-12-20 18:24:41 +00:00 |
Dries Buytaert
|
55382d04a7
|
- Patch #318016 by Dave Reid: step one to standardizing type-hinting.
|
2008-12-08 21:41:54 +00:00 |
Dries Buytaert
|
71a22f1c1f
|
- Patch #337926 by Damien Tournoud: clean-up lower case handling.
|
2008-12-02 19:45:01 +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 |
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
|
a56f520fad
|
- Patch #331213 by chx and Damien Tournoud: welcome weird database drivers.
|
2008-11-11 20:37:46 +00:00 |
Angie Byron
|
1632855a9f
|
#325895 by chx and hswong3i: Fix queryTemporary and add test case.
|
2008-11-08 04:45:36 +00:00 |
Angie Byron
|
6159c302e1
|
Oops. Reverting #329223. Still needs work.
|
2008-11-08 04:18:08 +00:00 |
Angie Byron
|
8a0ee80de6
|
#329224 by boombatower and chx: November Make-All-Tests-Pass-Again-Extravaganza: Fix notices in block tests.
|
2008-11-07 06:44:56 +00:00 |
Angie Byron
|
d0f8f90a36
|
#303889 by David_Rothstein, kbahey, and chx: Make it possible to update D6 -> D7.
|
2008-11-03 05:55:57 +00:00 |
Dries Buytaert
|
f45a9dabc3
|
- Patch #328402 by hswong3i: documentation clean-up in PostgreSQL.
|
2008-10-31 11:24:04 +00:00 |
Angie Byron
|
a7481a7cfa
|
#325895 follow-up by chx: We love PostgreSQL.
|
2008-10-25 02:12:35 +00:00 |
Angie Byron
|
161a9970f7
|
#308534 by Dave Reid: Remove stray whitespace core-wide.
|
2008-09-15 20:48:10 +00:00 |
Dries Buytaert
|
ba0672bc60
|
- Patch #298581 by Damien Tournoud: database clean-ups.
|
2008-08-22 12:46:25 +00:00 |
Dries Buytaert
|
69e6f411a9
|
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
|
2008-08-21 19:36:39 +00:00 |