| Commit message (Collapse) | Author | Age |
|
|
|
| |
back to the original database function call, so we can provide a more accurate error message for DB errors
|
|
|
|
| |
Oracle and DB2. Also a performance improvement.
|
|
|
|
| |
Makes it work with DB2, Oracle, etc.
|
| |
|
|
|
|
| |
depending on the database engine used. Make the return value consistent across all supported database backends.
|
|
|
|
| |
using db_last_insert_id() instead of db_next_id().
|
| |
|
|
|
|
| |
Oh, behave.
|
|
|
|
| |
snappy on Saturday evening.)
|
|
|
|
| |
core. Woot. Woot.
|
| |
|
| |
|
|
|
|
| |
documentation of db_next_id().
|
|
|
|
| |
result was found. Consistent with PHP's mysql_result.
|
| |
|
|
|
|
| |
the mysqli database backend.
|
|
|
|
| |
database abstraction layer and add extra rewriting needed only for Postgres.
|
|
|
|
| |
PostgreSQL. (Critical bug)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
et al: an initial install system for Drupal core.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
handling and non-standard port support..
|
| |
|
| |
|
|
|
|
| |
upgrade path for incorrectly set up databases)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
not loaded (just showed a blank screen before)
|
|
|
|
|
| |
Presentation about it:
http://www.acko.net/files/drupal-search-slim.pdf
|
|
|
|
|
| |
strings rather than addslashes(). mysql_real_escape_string() uses the
connections charset settings to properly escape.
|
|
backend for use with PHP5 and MySQL 4.1 and above.
NOTE: I don't have MySQL 4.1 setup at the moment so I could _not_ test this patch. Luckily, various people reported that it works.
|