Home » Database » DB » Bug #430
func _isManip and comments in sql-queries
Details
| Submitted | 2003-12-15 20:20 UTC |
|---|---|
| From | master at mtss dot ru |
| Assigned | danielc |
| Status | Wont fix |
| Package | DB |
| PHP Version | 4.3.3 |
| OS | Win 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.