Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
database system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 May 2007 at 15:37 UTC
Updated:
13 Jun 2007 at 09:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
hswong3i commentedthis patch is required by oracle driver (http://drupal.org/node/39260) for feather more development. without this patch oracle driver will not able to optimize SQL query, or overcome the limitation of maximum 30 characters in naming.
Comment #2
drewish commentedcould the mysql version of db_query go into the database.mysql-common.inc file?
Comment #3
hswong3i commentedsurely that we can do so, and here is the patch ;-)
Comment #4
moshe weitzman commentedseems harmless, and gives DB backends quite a bit more flexibility. They can fully control own query processing.
Comment #5
Crell commentedI haven't had a chance to test the code for the patch, but the PDO driver I was / will be working on would require this anyway, so this gets a +1 from me, too. (It looks like it's just copy/paste work, from visual inspection.)
Comment #6
dries commentedCommitted! :)
Comment #7
(not verified) commented