Export to GitHub

ruckusing - issue #8

Table names not escaped in generated SQL


Posted on Nov 5, 2008 by Happy Panda

$t = $this->create_table('order');

would cause an error because table names are not escaped potential patch attached

Attachments

Comment #1

Posted on Nov 5, 2008 by Swift Giraffe

Thanks for the patch, implemented into trunk.

Status: Fixed

Labels:
Type-Defect Priority-Medium