Home » Database » DB_Table » Bug #6025
$auto_create & postgres & table names containing uppercase letters
Details
| Submitted | 2005-11-21 19:08 UTC |
|---|---|
| From | slashdevslashnull at gmx dot net |
| Assigned | wiesemann |
| Status | Closed |
| Package | DB_Table |
| PHP Version | 4.4.0 |
| OS | linux |
| Roadmaps | (Not assigned) |
Comments
[2005-11-21 19:08 UTC] slashdevslashnull at gmx dot net
Description:
------------
DB_Table($db, 'someTableNameContainingUppercaseLetters', 'safe') will always try to create the table on postgres because postgres will lowercase the table name while DB_Table does not when it checks if the table exists.
(DB_Table-1.2.1)