aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines/sql/compilers/ibm_db_compiler.rb
Commit message (Collapse)AuthorAgeFilesLines
* raise an error if limit for deletion is specified while using IBM_DBPraveen Devarao2010-02-251-1/+1
| | | | Signed-off-by: Emilio Tagua <miloops@gmail.com>
* Moved adding of limit on deletion and adding of limit on update conditions ↵Praveen Devarao2010-02-251-0/+62
to GenericCompiler, to provide flexibility to handle db specifics Signed-off-by: Emilio Tagua <miloops@gmail.com>