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
/
activerecord
/
lib
/
active_record
/
connection_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
database connections are automatically established after forking.
Aaron Patterson
2012-02-16
2
-14
/
+52
*
Autoload various constants effectively in abstract connection adapter.
Waseem Ahmad
2012-02-16
1
-9
/
+12
*
Revert "No need to pass options which is never used"
Rafael Mendonça França
2012-02-15
1
-2
/
+2
*
remove unnecessary require core_ext/string/encoding
Sergey Nartimov
2012-02-14
1
-1
/
+0
*
Alias reconnect! to reset! for Mysql2 adapter since they have same
Waseem Ahmad
2012-02-12
1
-5
/
+1
*
PG column consults oid types when typecasting
Aaron Patterson
2012-02-10
3
-7
/
+22
*
dynamically populate casting objects via the pg_type table
Aaron Patterson
2012-02-10
2
-35
/
+74
*
Merge branch 'joelhoffman-postgres_schema_builder' into instance_reader
Aaron Patterson
2012-02-10
3
-27
/
+41
|
\
|
*
Also support writing the hstore back to the database
Joel
2012-02-08
1
-0
/
+5
|
*
Hstore values are all strings
Joel
2012-02-08
1
-1
/
+1
|
*
string_to_hstore / hstore_to_string, serializing
Joel
2012-02-08
2
-11
/
+20
|
*
Additional hstore tests, supporting null values, better compliance with postg...
Joel
2012-02-08
1
-21
/
+17
|
*
add hstore to postgres native types and defaults
Joel
2012-02-08
1
-1
/
+5
*
|
Merge branch 'master' into instance_reader
Aaron Patterson
2012-02-10
4
-5
/
+25
|
\
\
|
*
|
Made schema dumper recognize partial indices' where statements
Marcelo Silveira
2012-02-09
2
-2
/
+3
|
*
|
Added where option to add_index to support postgresql partial indices
Marcelo Silveira
2012-02-09
3
-3
/
+22
|
|
/
*
|
fixing indentation, moving class methods together
Aaron Patterson
2012-02-09
1
-124
/
+124
*
|
removing dead code
Aaron Patterson
2012-02-09
1
-7
/
+0
*
|
use the pg column to cast values
Aaron Patterson
2012-02-08
1
-1
/
+1
*
|
only unescape bytea after it has been read from the database
Aaron Patterson
2012-02-07
2
-6
/
+4
*
|
pgcolumn knows how to typecast binary columns
Aaron Patterson
2012-02-07
1
-0
/
+6
*
|
give each PG type a `type` method and decortate tz attributes
Aaron Patterson
2012-02-07
1
-12
/
+20
*
|
hstores can be typecast
Aaron Patterson
2012-02-07
1
-0
/
+10
*
|
columns are lazily typecast, so no more calls to `result_as_array`
Aaron Patterson
2012-02-07
1
-1
/
+1
*
|
taking column width in to account when fetching decimal fields
Aaron Patterson
2012-02-07
2
-2
/
+42
*
|
return early from typecasting if the value is nil
Aaron Patterson
2012-02-07
1
-1
/
+15
*
|
mapping more oids
Aaron Patterson
2012-02-07
1
-1
/
+7
*
|
many of the OIDs mapped and implemented
Aaron Patterson
2012-02-07
2
-1
/
+164
|
/
*
delegate attribute typecasting to the column
Aaron Patterson
2012-02-06
1
-0
/
+15
*
prevents the database.yml template option from being passed to PGConn
Sean Kirby
2012-02-06
1
-1
/
+1
*
columns method doesn't have name argument
Rafael Mendonça França
2012-02-02
1
-1
/
+1
*
Remove useless argument in #columns.
Sebastian Martinez
2012-02-02
4
-4
/
+4
*
use the class method to (un)escape binary values
Aaron Patterson
2012-02-01
1
-2
/
+2
*
Fixed issue with SQLite adapter corrupting binary data
Chris Feist
2012-01-31
1
-16
/
+1
*
QueryCache will just dup an AR::Result, AR::Result can deep copy
Aaron Patterson
2012-01-31
1
-9
/
+15
*
always return the result set from select_all
Aaron Patterson
2012-01-31
1
-1
/
+1
*
made the result set object act more like an array
Aaron Patterson
2012-01-31
3
-3
/
+3
*
Merge pull request #4763 from kennyj/fix_4754
Jon Leighton
2012-01-31
1
-1
/
+1
|
\
|
*
Fix GH #4754. Remove double-quote when using ANSI_QUOTES
kennyj
2012-01-31
1
-1
/
+1
*
|
query cache instrumentation should included the bindings in the payload [clos...
Xavier Noria
2012-01-30
1
-1
/
+1
|
/
*
Add `create_join_table` migration helper to create HABTM join tables
Rafael Mendonça França
2012-01-27
1
-0
/
+42
*
Handle nil in add_index :length option in MySQL
Paul Sadauskas
2012-01-24
1
-1
/
+1
*
Only show the type if column is present
Rafael Mendonça França
2012-01-23
1
-1
/
+2
*
Don't type-cast unknown types to YAML.
Stephen Celis
2012-01-20
1
-1
/
+1
*
avoid useless is_a checks
Aaron Patterson
2012-01-19
1
-8
/
+8
*
use Rack::BodyProxy in activerecord middlewares
Sergey Nartimov
2012-01-16
1
-31
/
+5
*
refactor schema migration table creation to the schema migration model
Aaron Patterson
2012-01-13
1
-9
/
+1
*
use the schema migration model to dump schema info
Aaron Patterson
2012-01-13
1
-2
/
+5
*
on and ON are type casted to a true boolean column
Santiago Pastorino
2012-01-11
1
-2
/
+2
*
dropping support for `schema_info`.
Aaron Patterson
2012-01-10
1
-12
/
+0
[next]