2010-10-18 19:49:51 -04:00
|
|
|
.autotest
|
2010-09-24 19:45:02 -04:00
|
|
|
History.txt
|
2010-09-24 19:51:05 -04:00
|
|
|
MIT-LICENSE.txt
|
2010-09-24 19:45:02 -04:00
|
|
|
Manifest.txt
|
|
|
|
README.markdown
|
|
|
|
Rakefile
|
|
|
|
arel.gemspec
|
|
|
|
lib/arel.rb
|
|
|
|
lib/arel/attributes.rb
|
|
|
|
lib/arel/attributes/attribute.rb
|
|
|
|
lib/arel/compatibility/wheres.rb
|
|
|
|
lib/arel/crud.rb
|
|
|
|
lib/arel/delete_manager.rb
|
|
|
|
lib/arel/deprecated.rb
|
|
|
|
lib/arel/expression.rb
|
|
|
|
lib/arel/expressions.rb
|
|
|
|
lib/arel/insert_manager.rb
|
|
|
|
lib/arel/nodes.rb
|
|
|
|
lib/arel/nodes/and.rb
|
2010-11-23 21:22:42 -05:00
|
|
|
lib/arel/nodes/as.rb
|
2010-09-24 19:45:02 -04:00
|
|
|
lib/arel/nodes/assignment.rb
|
|
|
|
lib/arel/nodes/avg.rb
|
|
|
|
lib/arel/nodes/between.rb
|
|
|
|
lib/arel/nodes/binary.rb
|
|
|
|
lib/arel/nodes/count.rb
|
|
|
|
lib/arel/nodes/delete_statement.rb
|
2010-10-12 17:28:31 -04:00
|
|
|
lib/arel/nodes/does_not_match.rb
|
2010-09-24 19:45:02 -04:00
|
|
|
lib/arel/nodes/equality.rb
|
|
|
|
lib/arel/nodes/exists.rb
|
|
|
|
lib/arel/nodes/function.rb
|
|
|
|
lib/arel/nodes/greater_than.rb
|
|
|
|
lib/arel/nodes/greater_than_or_equal.rb
|
|
|
|
lib/arel/nodes/group.rb
|
|
|
|
lib/arel/nodes/grouping.rb
|
|
|
|
lib/arel/nodes/having.rb
|
|
|
|
lib/arel/nodes/in.rb
|
|
|
|
lib/arel/nodes/inner_join.rb
|
|
|
|
lib/arel/nodes/insert_statement.rb
|
|
|
|
lib/arel/nodes/join.rb
|
|
|
|
lib/arel/nodes/less_than.rb
|
|
|
|
lib/arel/nodes/less_than_or_equal.rb
|
|
|
|
lib/arel/nodes/lock.rb
|
2010-10-12 17:28:31 -04:00
|
|
|
lib/arel/nodes/matches.rb
|
2010-09-24 19:45:02 -04:00
|
|
|
lib/arel/nodes/max.rb
|
|
|
|
lib/arel/nodes/min.rb
|
|
|
|
lib/arel/nodes/node.rb
|
2010-11-23 19:24:41 -05:00
|
|
|
lib/arel/nodes/not.rb
|
2010-09-24 19:45:02 -04:00
|
|
|
lib/arel/nodes/not_equal.rb
|
2010-10-12 17:28:31 -04:00
|
|
|
lib/arel/nodes/not_in.rb
|
2010-09-24 19:45:02 -04:00
|
|
|
lib/arel/nodes/offset.rb
|
|
|
|
lib/arel/nodes/on.rb
|
|
|
|
lib/arel/nodes/or.rb
|
2010-10-12 17:28:31 -04:00
|
|
|
lib/arel/nodes/ordering.rb
|
2010-09-24 19:45:02 -04:00
|
|
|
lib/arel/nodes/outer_join.rb
|
|
|
|
lib/arel/nodes/select_core.rb
|
|
|
|
lib/arel/nodes/select_statement.rb
|
|
|
|
lib/arel/nodes/sql_literal.rb
|
|
|
|
lib/arel/nodes/string_join.rb
|
|
|
|
lib/arel/nodes/sum.rb
|
|
|
|
lib/arel/nodes/table_alias.rb
|
2010-11-29 18:17:59 -05:00
|
|
|
lib/arel/nodes/unary.rb
|
2010-09-24 19:45:02 -04:00
|
|
|
lib/arel/nodes/unqualified_column.rb
|
|
|
|
lib/arel/nodes/update_statement.rb
|
|
|
|
lib/arel/nodes/values.rb
|
2010-11-11 11:55:47 -05:00
|
|
|
lib/arel/predications.rb
|
2010-09-24 19:45:02 -04:00
|
|
|
lib/arel/relation.rb
|
|
|
|
lib/arel/select_manager.rb
|
|
|
|
lib/arel/sql/engine.rb
|
|
|
|
lib/arel/sql_literal.rb
|
|
|
|
lib/arel/table.rb
|
|
|
|
lib/arel/tree_manager.rb
|
|
|
|
lib/arel/update_manager.rb
|
|
|
|
lib/arel/visitors.rb
|
2010-11-29 18:17:59 -05:00
|
|
|
lib/arel/visitors/depth_first.rb
|
2010-09-24 19:45:02 -04:00
|
|
|
lib/arel/visitors/dot.rb
|
|
|
|
lib/arel/visitors/join_sql.rb
|
|
|
|
lib/arel/visitors/mysql.rb
|
|
|
|
lib/arel/visitors/oracle.rb
|
|
|
|
lib/arel/visitors/order_clauses.rb
|
|
|
|
lib/arel/visitors/postgresql.rb
|
2010-10-20 20:16:18 -04:00
|
|
|
lib/arel/visitors/sqlite.rb
|
2010-09-24 19:45:02 -04:00
|
|
|
lib/arel/visitors/to_sql.rb
|
2010-10-19 14:42:41 -04:00
|
|
|
lib/arel/visitors/visitor.rb
|
2010-10-12 17:28:31 -04:00
|
|
|
lib/arel/visitors/where_sql.rb
|
2010-10-18 19:49:51 -04:00
|
|
|
test/attributes/test_attribute.rb
|
2010-10-19 14:42:41 -04:00
|
|
|
test/helper.rb
|
2010-11-23 21:22:42 -05:00
|
|
|
test/nodes/test_as.rb
|
2010-10-18 19:49:51 -04:00
|
|
|
test/nodes/test_count.rb
|
|
|
|
test/nodes/test_delete_statement.rb
|
|
|
|
test/nodes/test_equality.rb
|
|
|
|
test/nodes/test_insert_statement.rb
|
2010-11-29 18:23:58 -05:00
|
|
|
test/nodes/test_node.rb
|
2010-11-23 19:24:41 -05:00
|
|
|
test/nodes/test_not.rb
|
2010-10-18 19:49:51 -04:00
|
|
|
test/nodes/test_or.rb
|
|
|
|
test/nodes/test_select_core.rb
|
|
|
|
test/nodes/test_select_statement.rb
|
|
|
|
test/nodes/test_sql_literal.rb
|
|
|
|
test/nodes/test_sum.rb
|
|
|
|
test/nodes/test_update_statement.rb
|
|
|
|
test/support/fake_record.rb
|
|
|
|
test/test_activerecord_compat.rb
|
|
|
|
test/test_attributes.rb
|
|
|
|
test/test_crud.rb
|
|
|
|
test/test_delete_manager.rb
|
|
|
|
test/test_insert_manager.rb
|
|
|
|
test/test_select_manager.rb
|
|
|
|
test/test_table.rb
|
|
|
|
test/test_update_manager.rb
|
2010-11-29 18:17:59 -05:00
|
|
|
test/visitors/test_depth_first.rb
|
2010-12-06 12:36:02 -05:00
|
|
|
test/visitors/test_dot.rb
|
2010-10-18 19:49:51 -04:00
|
|
|
test/visitors/test_join_sql.rb
|
2010-10-20 20:16:18 -04:00
|
|
|
test/visitors/test_mysql.rb
|
2010-10-18 19:49:51 -04:00
|
|
|
test/visitors/test_oracle.rb
|
|
|
|
test/visitors/test_postgres.rb
|
2010-10-20 20:16:18 -04:00
|
|
|
test/visitors/test_sqlite.rb
|
2010-10-18 19:49:51 -04:00
|
|
|
test/visitors/test_to_sql.rb
|