This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install sam-dm-core
commit fd483845718f49520842434842bb3cbfbda1f39a
tree 8d628c7f513e62140ff30f40ac385b9558de0c81
parent 7eb18f08d1a15effc2b35e4b3d60853756daf626
tree 8d628c7f513e62140ff30f40ac385b9558de0c81
parent 7eb18f08d1a15effc2b35e4b3d60853756daf626
... |
... |
|





Comments
This fix gets around a larger issue of how queries are generated by the DOA adapter.
I believe the DOA#query_read_statement should return not only the statement (as it does now), but also the bind values. If the bind values matched the number of placeholders in the SQL query, this sort of logic problem wouldn’t have occurred.
For NULL and NOT NULL queries, no placeholder would be present, so there would be no corresponding bind value.