index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
active_relation
/
sql.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
allowing string passthrough for order clauses
Nick Kallen
2008-03-16
1
-1
/
+10
*
added support for `attribute IN ...` and `attribute BETWEEN ...`
Nick Kallen
2008-03-16
1
-5
/
+9
*
properly quoting array values
Nick Kallen
2008-03-16
1
-3
/
+9
*
annotated abstraction
Nick Kallen
2008-03-13
1
-2
/
+3
*
added abstract declaration
Nick Kallen
2008-03-13
1
-0
/
+2
*
renamed sql formatting strategies to correspond with sql grammar rule names i...
Nick Kallen
2008-03-13
1
-14
/
+13
*
- renamed scalar to value
Nick Kallen
2008-03-12
1
-7
/
+7
*
renamed strategy method to format
Nick Kallen
2008-03-11
1
-7
/
+7
*
scalars are now lifted; the heavy lifting is done by the operations on relati...
Nick Kallen
2008-03-02
1
-1
/
+1
*
introduced engine dependency for sql strategies
Nick Kallen
2008-03-02
1
-7
/
+8
*
new concept of session boundaries
Nick Kallen
2008-03-02
1
-1
/
+2
*
quoting issues
Nick Kallen
2008-02-24
1
-5
/
+18
*
Introduced concept of session. It does not yet support multiple databases, no...
Nick Kallen
2008-02-23
1
-1
/
+1
*
adding support for scalar selects
Nick Kallen
2008-02-16
1
-2
/
+2
*
completed initial functionality for joining with aggregation (the meaning of ...
Nick Kallen
2008-01-21
1
-4
/
+10
*
experimenting with strategy pattern rather than conditional; not as terse, no...
Nick Kallen
2008-01-13
1
-0
/
+51