Having had no response from my ActiveRecord query, is this the right place to discuss it? Is somewhere else more active?
I am having a problem - lots of the code uses (non-ANSI standard) “field = NULL” instead of “field IS NULL”. I am of the opinion that the abstract adapter should add in a test for this to see which syntax is supported.
Thanks
Richard
PS Personally I would like to rebuild the entire thing using parameter passing instead of long SQL strings, but you can’t have everything.