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
*
Fix broken testcase for transactions
Nicholas Seckar
2005-09-29
1
-6
/
+10
*
Fix transactions so that calling return while inside a transaction will not l...
Nicholas Seckar
2005-09-28
1
-4
/
+7
*
Make schema definition column lookups agnostic w/r/t/ whether a key or symbol...
Marcel Molina
2005-09-28
1
-2
/
+2
*
Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...
Jeremy Kemper
2005-09-27
1
-1
/
+1
*
Add extensive documentation to the ActiveRecord::AbstractAdapter. #2250
Marcel Molina
2005-09-27
6
-38
/
+210
*
Make migrations honor table name prefixes and suffixes.
Marcel Molina
2005-09-26
1
-3
/
+3
*
r3597@asus: jeremy | 2005-09-26 17:39:23 -0700
Jeremy Kemper
2005-09-26
1
-5
/
+5
*
r3590@asus: jeremy | 2005-09-26 17:00:53 -0700
Jeremy Kemper
2005-09-26
1
-7
/
+43
*
Get rid of warnings generated by calling obsolete .to_a method on a Symbol
Marcel Molina
2005-09-26
1
-4
/
+4
*
Remove duplicate 'quote_column_name' definition
Jamis Buck
2005-09-25
1
-5
/
+1
*
Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs an...
David Heinemeier Hansson
2005-09-25
9
-708
/
+789
*
Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...
Jamis Buck
2005-09-25
3
-7
/
+33
*
Fix migrations with PG 7.x.
Scott Barron
2005-09-25
1
-0
/
+13
*
Added AbstractAdapter#select_value and AbstractAdapter#select_values as conve...
David Heinemeier Hansson
2005-09-24
1
-0
/
+13
*
Make the sqlite adapter preserve not-null constraints and index names when al...
Jamis Buck
2005-09-24
1
-3
/
+12
*
Allow the postgresql adapter to work with the SchemaDumper.
Jamis Buck
2005-09-23
1
-4
/
+48
*
Post the postgresql adapter (and hopefully other adapters) pass all tests
Jamis Buck
2005-09-23
2
-4
/
+10
*
Make sqlite adapter pass all tests
Jamis Buck
2005-09-23
1
-3
/
+9
*
Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...
Jamis Buck
2005-09-23
3
-24
/
+87
*
Added dump of schema version to the db_structure_dump task for databases that...
David Heinemeier Hansson
2005-09-12
1
-1
/
+11
*
Rolled back broken #1814
David Heinemeier Hansson
2005-09-11
1
-9
/
+1
*
Added better exception error when unknown column types are used with migratio...
David Heinemeier Hansson
2005-09-11
1
-1
/
+8
*
Fixed that the SQL Server adapter would sometimes return DBI::Timestamp objec...
David Heinemeier Hansson
2005-09-09
1
-0
/
+1
*
Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail...
Jamis Buck
2005-07-30
2
-7
/
+13
*
Fix create_table so that id column is implicitly added [Rick Olson]
Jamis Buck
2005-07-27
1
-5
/
+2
*
Made Oracle a first-class connection adapter by adhering closer to idiomatic ...
David Heinemeier Hansson
2005-07-24
7
-32
/
+108
*
Added migration support for SQLite (using temporary tables to simulate ALTER ...
David Heinemeier Hansson
2005-07-22
2
-17
/
+143
*
Remove extra definition of supports_migrations? from abstract_adaptor.rb
Nicholas Seckar
2005-07-22
1
-4
/
+0
*
Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...
David Heinemeier Hansson
2005-07-17
2
-8
/
+7
*
Fixed that each request with the WEBrick adapter would open a new database co...
David Heinemeier Hansson
2005-07-10
1
-6
/
+12
*
Fixed optimistic locking with SQL Server #1660 [tom@popdog.net]
David Heinemeier Hansson
2005-07-09
1
-2
/
+2
*
Fixed SQL Server test #1678 [Tom Ward]
David Heinemeier Hansson
2005-07-09
1
-1
/
+1
*
Added better error message for "packets out of order" #1630 [courtenay]
David Heinemeier Hansson
2005-07-08
1
-0
/
+2
*
Fixed first run of "rake migrate" on PostgreSQL by not expecting a return val...
David Heinemeier Hansson
2005-07-07
1
-1
/
+1
*
Made documentation ready for release (AR)
David Heinemeier Hansson
2005-07-06
1
-43
/
+41
*
Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...
David Heinemeier Hansson
2005-07-05
1
-1
/
+1
*
Made default changes work in both postgresql and mysql #1612 [Tobias Luetke]
David Heinemeier Hansson
2005-07-05
3
-6
/
+21
*
Sugared up migrations with even more bling #1609 [Tobias Luekte]
David Heinemeier Hansson
2005-07-05
3
-24
/
+105
*
Added new Migrations framework for describing schema transformations in a way...
David Heinemeier Hansson
2005-07-04
3
-5
/
+40
*
Fixed migration initialization of table
David Heinemeier Hansson
2005-07-04
1
-1
/
+1
*
Fixed Base.content_columns call for SQL Server adapter #1450 [DeLynn Berry] A...
David Heinemeier Hansson
2005-07-03
1
-1
/
+5
*
r1617@asus: jeremy | 2005-07-03 08:23:31 -0700
Jeremy Kemper
2005-07-03
1
-29
/
+27
*
r1616@asus: jeremy | 2005-07-03 08:07:13 -0700
Jeremy Kemper
2005-07-03
1
-1
/
+1
*
r1612@asus: jeremy | 2005-07-03 04:35:59 -0700
Jeremy Kemper
2005-07-03
1
-5
/
+3
*
r1611@asus: jeremy | 2005-07-03 04:21:52 -0700
Jeremy Kemper
2005-07-03
5
-46
/
+41
*
r1610@asus: jeremy | 2005-07-03 00:19:06 -0700
Jeremy Kemper
2005-07-03
1
-2
/
+0
*
r1607@asus: jeremy | 2005-07-02 23:36:52 -0700
Jeremy Kemper
2005-07-03
1
-7
/
+7
*
r1603@asus: jeremy | 2005-07-02 14:38:52 -0700
Jeremy Kemper
2005-07-03
6
-85
/
+86
*
Added support for ODBC connections to MS SQL Server so you can connect from a...
David Heinemeier Hansson
2005-07-01
3
-111
/
+145
*
Make migrations work with the latest SQLite
David Heinemeier Hansson
2005-06-21
1
-10
/
+10
[next]