Needs work
Project:
Location
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2011 at 00:55 UTC
Updated:
12 Mar 2013 at 15:55 UTC
Jump to comment: Most recent file
Comments
Comment #1
hutch commentedCorrected version, the previous one had bad placeholders and did not call fetchObject()
Comment #2
rooby commentedThanks for this, I'll get it tested and in tomorrow.
I'll also go over all the country include files and check for any more required DB API changes.
Comment #3
hutch commentedgrep -rn 'db_query' *.inc found in au, ca, de, no and us
Might speed you along ;-)
Comment #4
rooby commentedCool thanks.
- Adding -n to the grep manual in my brain. Super helpful :)
Comment #5
rooby commentedI thought the patch was DB API fixes but looking over the patch I realise it is mostly non-DB API changes for the uk country file that are not specific to D7.
So I have committed the us DB API changes as I am doing D7 porting at the moment but I have left the uk changes so I can test and such later.
Here is an updated version of the patch that just has the uk parts.
Comment #6
rooby commentedThe commit for the us part was http://drupal.org/cvs?commit=497284
Comment #7
hutch commentedYes I was attempting to bring the zipcodes stuff for uk into play although to be honest queries sent directly to google provide more information about uk postcodes than is available in the zipcodes table so it could be considered a waste of time ;-(
Comment #8
rooby commentedYeah, the zipcodes database for the uk certainly leaves a lot to be desired at the moment.
Comment #9
podarok#1931088: [META] Fixing tests tests were broken, so triggering to active
Comment #10
podarokbot?