Closed (fixed)
Project:
GMap Module
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2006 at 20:39 UTC
Updated:
27 Jan 2007 at 02:18 UTC
In the most recent commit, the 'oid' column of the {location} table has been renamed to 'eid'. Any code that directly references these columns needs to be update ASAP.
This needs to be done to both the DRUPAL-4-7 branches and the HEAD branch.
Comments
Comment #1
webgeer commentedFixed.
Thanks for the heads up on the change Ankur. Sorry I didn't get it done quicker
Comment #2
(not verified) commentedComment #3
gregglesThis problem is still in need of some work - kind of.
It looks like it was fixed in the code, but it was fixed on the DRUPAL-4-7--1-0 tag of the code. This tag doesn't have a release node associated with it and the only released 4.7 code (the 4-7 branch) still has the OID in it.
So, I believe that two (or more) things need to happen:
1. fix the 4.7 trunk
2. Create a release node for the DRUPAL-4-7--1-0 tag of the code.
It also appears that the DRUPAL-4-7--1-0 tag was created off of TRUNK which isn't necessarily a problem until you want to release a 5.x version of the code and then will want to keep the TRUNK consistent with 5. Even then maybe it isn't a problem, but it's not exactly how CVS was intended to be used.
So,
3. Possibly create a new DRUPAL-4-7--1-1 tag off of the 4-7 branch and use that for your release.
Comment #4
bdragon commentedI just fixed the CVS branches and reintegrated DRUPAL-4-7--1-0 into DRUPAL-4-7.
Comment #5
(not verified) commented