|
From: Jamie M. <ja...@mc...> - 2006-01-11 21:47:08
|
The syntax we were using for LEFT JOIN, in a number of cases in the code, worked in MySQL 4.1 and before, but not in MySQL 5.0. I went through the code last month and fixed a number of those up. Slash is not guaranteed to work well with 5.0 yet, though we're working on that (and expect compatibility within a month or two). The particular issue you're seeing, however, was fixed in March of 2005: <http://cvs.sourceforge.net/viewcvs.py/slashcode/slash/Slash/DB/MySQL/MySQL= =2Epm?r1=3D1.761&r2=3D1.762> You probably want to upgrade. If you're going to continue running 5.0, you probably want to upgrade all the way to the latest T_ tag. Note that the latest INSTALL file has slightly more informative instructions on how to upgrade from one version of CVS to another: <http://cvs.sourceforge.net/viewcvs.py/slashcode/slash/INSTALL?rev=3D1.42&v= iew=3Dmarkup> Scroll down to "Slash CVS". --=20 Jamie McCarthy http://mccarthy.vg/ ja...@mc... |