On 2011-02 -14, at 00:34, Jack wrote: > Hello koen and paul, > > On 2010.12.21 04:45, Koen Deforche wrote: >> 2010/12/15 Paul Harrison <[email protected]>: >>> I am the original developer of the MySQL backend, and Koen is >> correct that I do not have much time to spend on this - however, I am >> actively using it myself (although against a slightly old version of >> Wt::Dbo) and I would be interested in updating and fixing any bugs >> you might find (or you can send me patches!). I have not released a >> tar ball as my attention has not been caught at a time to coincide >> with a Wt::Dbo release. >> >> I'm glad you are still using the backend actively. Since your latest >> repository changes, we have fixed several problems in Wt::Dbo, issues >> mostly related to the correct behaviour in the face of errors and >> transaction rollbacks. Perhaps knowing this can motivate you to >> switch to a more recent version of Wt::Dbo yourself? :-) >> > Well, I finally got wtdbomysql set up with wt 3.1.7 (I'm on Gentoo) and > am trying to convert the dbo tutorial to work with my existing MySql > setup. I've gotten the first tutorial file to compile, but when I run > it, the table creation fails, because wtdbomysql is quoting identifiers > with double quotes instead of back-tics. It would be possible to > accept double quotes by setting ANSI QUOTES, but then double quotes > could not be used for quoting strings. Is this a known issue, or have > I missed some configuration setting? >
This is a known issue see http://wtdbomysql.sourceforge.net/classWt_1_1Dbo_1_1backend_1_1MySQL.html - If is MySQL that is being odd here unless it is put into ANSI mode. Also note that you will need to use InnoDB as the database engine also so that transactions work properly. Regards Paul. ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
