PEAR is archived and read-only

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

Home » Database » MDB2_Driver_mysql » Bug #9451

createSequence should allow charset and collation to be set

Details

Request #9451createSequence should allow charset and collation to be set
Submitted2006-11-25 07:39 UTC
Frompearbugs2006 at reddreamer dot com
Assignedquipo
StatusClosed
PackageMDB2_Driver_mysql
PHP Version5.1.2
OSUbuntu
Roadmaps(Not assigned)

Comments

[2006-11-25 07:39 UTC] pearbugs2006 at reddreamer dot com

Description:
------------
I think that the manager::createSequence method should allow the options for charset, collation, and engine to be set in the same way they can be set for createTable (see my recent bug 9450). Using both of those methods, I end up with a database that has a mixture of tables in the settings I want and the default settings of the server. It would ease my mind if I could get them to all be the same.