El Jueves, 17 de Diciembre de 2009, Iñaki Baz Castillo escribió: > Hi, when creating a MySQL resource Sequesl loads "mysql". Could it be > configurable to load "mysql" or "mysqlplus"? > > A workaround is requiring "mysqlplus" before loading "sequel". However it > causes lots of warnings at startup as both libraries share same symbols. > > Also, there is a bug in mysqlplus when running under ruby 1.9 since > mysqlplus contains a line "require 'mysl'" in orde to load *its* own > "mysql.so". But due to PATH in ruby1.9 it loads the "normal" mysql gem in > fact: > > http://github.com/oldmoe/mysqlplus/issues/#issue/2
The author of mysqlplus is inspecting the report right now and perhaps it changes the code not to use "require 'mysql'" anymore. -- Iñaki Baz Castillo <[email protected]> -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
