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

webgeer’s picture

Status: Active » Fixed

Fixed.

Thanks for the heads up on the change Ankur. Sorry I didn't get it done quicker

Anonymous’s picture

Status: Fixed » Closed (fixed)
greggles’s picture

Status: Closed (fixed) » Needs work

This 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.

bdragon’s picture

Status: Needs work » Fixed

I just fixed the CVS branches and reintegrated DRUPAL-4-7--1-0 into DRUPAL-4-7.

Anonymous’s picture

Status: Fixed » Closed (fixed)