From: Santoemma E. <enr...@be...> - 2005-02-11 17:31:05
|
Hello, is there a way to avoid the "as" when building a "from" clause: "from = mytable as T1"? Oracle, through ODBC, seems not to like it, giving something like "sql = command unproperly terminated" I found it in Sql.hs. I guess that I could make a little change and = recompile, just to keep on testing HaskellDB on my project More generally, I believe that an sql wrapper should consider the = different db syntaxes. This is a common topic to other wrappers too. Opinions? Thanks, Enrico |