PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_NestedSet » Bug #2386

quoting issues with mysql

Details

Submitted2004-09-24 10:27 UTC
Fromc dot weyland at gmx dot de
Assigneddatenpunk
StatusNo Feedback
PackageDB_NestedSet
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2004-09-24 10:27 UTC] c dot weyland at gmx dot de

Description:
------------
cannot create rootnodes when using mysql as backend because something with the quoting seems to be wrong. keys are quoted using ' but should be quoted using `.

[2004-09-24 10:32 UTC] dk at webcluster dot at

Please add
The column names you use.
The database abstraction you use.
The version of the database abstraction you use.
The actual error/the wrong query.
You get this query by switching debug to true.

regards

Daniel Khan