drupal/database
Dries Buytaert d64bc008fd Patch by Moshe:
- comment.module: fixed an ambigous 'timestamp' query

- forum.module: prev/next links no longer excerpt from the title+body in
their title attribute. they now excerpt from only their title. this is
more consistent with rest of drupal, and GROUP BY on node.body which
isn't appreciated by MSSQL. also replaced some '' with NULL which caused
errors in MSSQL

- statistics.module: replaced a USING join with a standard ON join. USING
is not as widely supported, and functionally equivalent.
2003-10-17 16:10:48 +00:00
..
database.mssql Patch by Moshe: 2003-10-17 16:10:48 +00:00
database.mysql - Fixed translation bugs with statistics module. Patch by Gabor. 2003-10-12 21:25:42 +00:00
database.pgsql - Fixed translation bugs with statistics module. Patch by Gabor. 2003-10-12 21:25:42 +00:00