PEAR is archived and read-only

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

Home » Database » DB » Bug #430

func _isManip and comments in sql-queries

Details

Submitted2003-12-15 20:20 UTC
Frommaster at mtss dot ru
Assigneddanielc
StatusWont fix
PackageDB
PHP Version4.3.3
OSWin 2000
Roadmaps(Not assigned)

Comments

[2003-12-15 20:20 UTC] master at mtss dot ru

Description:
------------
I am use this construction of my sql-queries (mySQL) with comments line. (Comfortable to find errors in sql-requests)

php code example:

$sql = '#'.__FILE__.'::'.__LINE__.'
UPDATE table SET ... ';

Function DB::_isManip returns false. Should be true.