Home » Database » DB » Bug #2026
nextID() produce a warning when sequence dosent exists on sqlite
Details
| Submitted | 2004-07-30 18:03 UTC |
|---|---|
| From | world at open-publisher dot net |
| Assigned | danielc |
| Status | Bogus |
| Package | DB |
| PHP Version | 4.3.7 |
| OS | WIN |
| Roadmaps | (Not assigned) |
Comments
[2004-07-30 18:03 UTC] world at open-publisher dot net
Description:
------------
nextID() produce a warning when a sequence dosent exists on sqlite.
Expected result:
----------------
As mentionned in the doc nextID should create a sequence when it dosent exists without warning. It works fine under mysql.