index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
arel
/
engines
/
sql
/
relations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Table alias should be considered when checking for equality
Pratik Naik
2010-01-12
1
-2
/
+3
*
Make sure not to use alias if it's same as the table name
Pratik Naik
2010-01-12
1
-1
/
+1
*
Add support for table aliasing
Pratik Naik
2010-01-01
1
-3
/
+15
*
Remove every new line when generating queries, this may build invalid queries...
Emilio Tagua
2009-12-31
2
-5
/
+5
*
Added having to use in combination with group to filter records.
Emilio Tagua
2009-12-28
1
-0
/
+6
*
Don't try to lock reads when using any SQLite adapter, it's redundant
Emilio Tagua
2009-12-28
1
-1
/
+1
*
Added lock to Arel, allowing a locking read if required.
Emilio Tagua
2009-12-27
1
-2
/
+4
*
Don't split sql logging across multiple lines.
Emilio Tagua
2009-12-27
1
-1
/
+1
*
Added "from" method, allowing to specify custom from clauses.
Emilio Tagua
2009-12-27
1
-2
/
+6
*
Don't split sql logging across multiple lines.
Emilio Tagua
2009-12-26
1
-1
/
+1
*
Ruby 1.9: Array#to_s behaves like inspect now, so we don't want to use it her...
Bryan Helmkamp
2009-11-10
1
-1
/
+1
*
Ruby 1.9: Sort attributes deterministically so specs always pass
Bryan Helmkamp
2009-11-09
1
-3
/
+19
*
Removing unused params from #to_sql methods on writes
Bryan Helmkamp
2009-10-01
1
-3
/
+4
*
Whitespace
Bryan Helmkamp
2009-09-30
1
-9
/
+9
*
Allow joining a StringJoin with another join relation.
Emilio Tagua
2009-08-14
1
-2
/
+2
*
Allow SQL strings to insert query. Insert should better return engine's result.
Emilio Tagua
2009-07-01
1
-3
/
+8
*
If the class or method isn't defined use "id" as primary_key.
Emilio Tagua
2009-06-23
1
-1
/
+6
*
Build valid SQL query when using PostreSQL with given order and DISTINCT
Emilio Tagua
2009-06-23
1
-0
/
+24
*
Build valid SQL query for SQLite3 and PostgreSQL when updating records with l...
Emilio Tagua
2009-06-23
1
-2
/
+18
*
Allow strings as update assignments
Emilio Tagua
2009-06-10
1
-3
/
+7
*
Expand usages of #hash_on. The #hash definition it produces looks broken, but...
Bryan Helmkamp
2009-05-18
1
-1
/
+8
*
Extracting #build_query method for creating SQL from parts
Bryan Helmkamp
2009-05-17
3
-16
/
+25
*
Refactor #select_sql. Extract methods to generate clauses
Bryan Helmkamp
2009-05-17
1
-7
/
+27
*
Whitespace
Bryan Helmkamp
2009-05-17
9
-9
/
+9
*
initial implementation of cross-engine join
Bryan Helmkamp
2009-05-17
1
-0
/
+4
*
using in memory relations as results from sql relation
Nick Kallen
2009-05-17
1
-1
/
+1
*
most in memory operations save join and group
Bryan Helmkamp
2009-05-17
1
-1
/
+1
*
moved table-related stuff into sql engine
Nick Kallen
2009-05-17
1
-0
/
+6
*
join sql stuff moved into sql adapter
Bryan Helmkamp
2009-05-17
1
-0
/
+14
*
consolidated files
Bryan Helmkamp
2009-05-17
4
-38
/
+36
*
reorganized file structures
Bryan Helmkamp
2009-05-17
4
-8
/
+5
*
moved sql related code to its own engine area
Bryan Helmkamp
2009-05-17
13
-0
/
+167