From: Emmanuel C. <ma...@fr...> - 2009-07-01 15:59:21
|
Hi, > I wanted to ask you if you know what is the best way to use sequoia > with PHP and MySQL? I've tried Myosotis and Tungsten connector, but > problem is that it does not understand MySQL-specific queries like > "INSERT INTO" with SET and not with VALUES. MySQL has some additions > that are not SQL92 compatible, and myosotis seems to reject those queries. I am not sure if these are Myosotis or Sequoia restrictions. The Sequoia parser does not parse INSERT INTO SET ... queries. For that, you would need to modify the regular expression used for insert queries. This will be tunable in Sequoia 4 but is currently hardcoded in Sequoia 2.10 and will require a re-compilation. > Also mailing lists seem to be dead on Sequoia project? The mailing list has now moved to sf.net and you can post to seq...@li.... Thanks for your interest in Sequoia, Emmanuel -- Emmanuel Cecchet FTO @ Frog Thinker Open Source Development & Consulting -- Web: http://www.frogthinker.org email: ma...@fr... Skype: emmanuel_cecchet |