From: Colin P. A. <co...@co...> - 2009-09-28 18:04:05
|
Justin> Returning "t" projected every column in the table, which Justin> led to the conversion problem. DB.project should always be Justin> the last function called, as it filters the columns Justin> returned down to just the ones you want. I moved the Justin> order call above the project call so you can still get Justin> your results ordered like you want, but it doesn't Justin> interfere with the projection. Justin> If you ever need to look at the actual SQL generated, you Justin> can use showQuery. Justin> Does that do the trick? Yes, that works. Thank-you very much. -- Colin Adams Preston Lancashire |