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
*
Refactored in use of extract_options! (closes #9079) [josh]
David Heinemeier Hansson
2007-07-24
1
-1
/
+1
*
Mock the beginning of the transaction also. References #8642.
Jeremy Kemper
2007-06-23
1
-1
/
+1
*
Rollback if commit raises an exception. Closes #8642.
Jeremy Kemper
2007-06-23
1
-2
/
+9
*
MySQL: fix show_variable. Closes #8448.
Jeremy Kemper
2007-06-20
1
-1
/
+2
*
Rollback [6961] which breaks SQLite tests. Reference #7345.
Jeremy Kemper
2007-06-08
1
-2
/
+1
*
Migrations: raise if a column is duplicated. Closes #7345.
Jeremy Kemper
2007-06-07
1
-1
/
+2
*
Typo in PostgreSQL change_column quoting. References #8466.
Jeremy Kemper
2007-05-29
1
-1
/
+1
*
Missed Oracle rename_column quoting. References #8466.
Jeremy Kemper
2007-05-29
1
-1
/
+1
*
SQLite, MySQL, PostgreSQL, Oracle: quote column names in column migration SQL...
Jeremy Kemper
2007-05-29
4
-15
/
+20
*
Oracle binary fixtures; pull fixture insertion into the adapters. Closes #7987.
Jeremy Kemper
2007-05-26
2
-10
/
+32
*
MySQL: create_database takes :charset and :collation options. Charset default...
Jeremy Kemper
2007-05-26
1
-9
/
+35
*
Migrations: add_column supports custom column types. Closes #7742. First-patc...
Jeremy Kemper
2007-05-25
1
-14
/
+17
*
Load database adapters on demand. Eliminates config.connection_adapters and R...
Jeremy Kemper
2007-05-25
3
-33
/
+42
*
Replace the transaction {|transaction|..} semantics with a new Exception Acti...
Michael Koziarski
2007-05-18
1
-8
/
+3
*
Oracle: extract column length for CHAR also. Closes #7866.
Jeremy Kemper
2007-05-15
1
-0
/
+1
*
Add documentation for :encoding option to mysql adapter. Closes #8219 [marclove]
Marcel Molina
2007-05-06
1
-0
/
+1
*
Added short-hand declaration style to migrations (inspiration from Sexy Migra...
David Heinemeier Hansson
2007-05-06
1
-1
/
+45
*
Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...
David Heinemeier Hansson
2007-04-28
1
-1
/
+0
*
Add helpful debugging info to the ActiveRecord::StatementInvalid exception in...
Rick Olson
2007-03-27
1
-2
/
+2
*
SQLite: binary escaping works with ='u'. Closes #7862.
Jeremy Kemper
2007-03-19
1
-2
/
+2
*
PostgreSQL: remove DateTime -> Time downcast. Bypass the DateTime migration t...
Jeremy Kemper
2007-03-16
1
-10
/
+0
*
Oracle: fix quoted primary keys and datetime overflow. Closes #7798.
Jeremy Kemper
2007-03-12
1
-4
/
+13
*
Fix @logger.debug? conditional considering @logger may be nil.
Jeremy Kemper
2007-03-11
1
-14
/
+10
*
DateTimes assume the default timezone. Closes #7764.
Jeremy Kemper
2007-03-09
1
-2
/
+3
*
Fix typo. References #7727, closes #7762.
Jeremy Kemper
2007-03-08
1
-1
/
+1
*
Sybase: hide timestamp columns since they're inherently read-only. Closes #7716.
Jeremy Kemper
2007-03-06
1
-2
/
+2
*
Oracle: overflow Time to DateTime. Closes #7718.
Jeremy Kemper
2007-03-06
1
-2
/
+5
*
PostgreSQL: don't use async_exec and async_query with postgres-pr. Closes #7727.
Jeremy Kemper
2007-03-06
1
-1
/
+4
*
Fix an edge case with dates during the Italian calendar reform! Hehe. Closes ...
Jeremy Kemper
2007-03-06
1
-1
/
+6
*
SQLServer: recognize real column type as Ruby float, correctly schema-dump ta...
Jeremy Kemper
2007-03-03
1
-11
/
+21
*
Added database connection as a yield parameter to ActiveRecord::Base.transact...
David Heinemeier Hansson
2007-02-21
1
-1
/
+6
*
Enable active record cache automatically for all actions
Tobias Lütke
2007-02-21
1
-11
/
+11
*
When dealing with SQLite3, use the table_info pragma helper, so that the bind...
Jamis Buck
2007-01-30
1
-1
/
+9
*
Oracle: fix lob and text default handling. Closes #7344.
Jeremy Kemper
2007-01-29
1
-2
/
+10
*
SQLServer: don't choke on strings containing 'null'. Closes #7083.
Jeremy Kemper
2007-01-28
1
-1
/
+1
*
MySQL: blob and text columns may not have defaults in 5.x. Update fixtures sc...
Jeremy Kemper
2007-01-28
1
-4
/
+10
*
MySQL: SET SQL_AUTO_IS_NULL=0 so 'where id is null' doesn't select the last i...
Jeremy Kemper
2007-01-28
1
-0
/
+4
*
Use Date#to_s(:db) for quoted dates. Closes #7411.
Jeremy Kemper
2007-01-28
2
-7
/
+10
*
Don't create instance writer methods for class attributes. Closes #7401 [Rick]
Rick Olson
2007-01-28
1
-1
/
+1
*
Nodoc the irrelevant (from 1.2)
David Heinemeier Hansson
2007-01-26
4
-8
/
+8
*
SQLServer: quote table name in indexes query. Closes #2928.
Jeremy Kemper
2007-01-23
1
-1
/
+1
*
Make sure sqlite3 driver closes open connections on disconnect (closes #7105)
Jamis Buck
2007-01-22
1
-0
/
+5
*
Allow the Oracle adapter to insert a string "null". Closes #6997 [laurelfan]
Michael Koziarski
2007-01-16
1
-1
/
+0
*
Improve handling of LoadErrors with the oracle adapter. Closes #6780 [kubo]
Michael Koziarski
2007-01-16
2
-3
/
+4
*
Made sure that connections are only removed for SQLite
David Heinemeier Hansson
2007-01-15
3
-4
/
+6
*
be like a duck. Let's not rely on explicit classes, so we can pass proxy obje...
Jamis Buck
2007-01-15
4
-31
/
+47
*
Skip column options for primary keys. Closes #7048.
Jeremy Kemper
2007-01-15
3
-8
/
+10
*
change_column accepts :default => nil. Closes #6956.
Jeremy Kemper
2007-01-15
9
-29
/
+34
*
MySQL, PostgreSQL: change_column_default quotes the default value and doesn't...
Jeremy Kemper
2007-01-15
2
-2
/
+2
*
Oracle: create_table takes a :sequence_name option to override the 'tablename...
Jeremy Kemper
2007-01-15
3
-6
/
+8
[next]