Development

#563 (building schema errors)

You must first sign up to be able to contribute.

Ticket #563 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

building schema errors

Reported by: djw2007 Assigned to:
Priority: minor Milestone: 0.6.3
Component: Version: 0.7.X
Keywords: Cc:
Qualification:

Description

I noticed that on line 126 of this file: symfony\vendor\creole\drivers\mysqli\metadata\MySQLiTableInfo.php

It executes this statement:

$res = mysqli_query($this->conn->getResource() . "SHOW INDEX FROM " . $this->name);

I think there is supposed to be a "," instead of a "." between getResource() and "SHOW ..." because I get a ton of errors when building the schema.

I noticed it in symfony version 0.7.1369

and

symfony version 0.7.1239

Change History

05/17/06 21:34:04 changed by anonymous

  • version set to 0.7.X.

05/17/06 21:39:15 changed by anonymous

Bug is now reported on creole tracker. http://creole.phpdb.org/trac/ticket/24

06/09/06 14:35:45 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 0.6.3.

in r1404