This was discovered with some simpletests, that dbtng doesn't respect the default prefix that is specified by the $db_prefix global (which is in turn set by the user agent in settings.php with simpletest for D6).

Comments

mikey_p’s picture

Actually it seems that the global prefix variable is the same in 6 & 7, so I'm not sure what the problem is here. sdboyer reports that for his tests with VC_API that it seems to be prefixing twice on certain queries.

sdboyer’s picture

It looks like only non-dbtng-driven queries have the problem.

sdboyer’s picture

Issue tags: +git phase 2

Marking this git phase 2, since i think this is the thing that's really screwin us.

sdboyer’s picture

Priority: Normal » Critical
webchick’s picture

Issue tags: +git sprint 1
mikey_p’s picture

Status: Active » Closed (cannot reproduce)

Weren't able to recreate this with head. Try alpha6 and see if this resolves the issue.

marvil07’s picture

thanks you very much mikey_p!!

it was a nightmare trying to find the error at vcs api tests :-) and with the new dbtng release it works! (actually need to fix tests, but no more doble-prefix error! yay!)

marvil07’s picture