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
*
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
*
MySQL: retain SSL settings on reconnect. Closes #6976.
Jeremy Kemper
2007-01-14
1
-0
/
+1
*
Oracle: correctly perform eager finds with :limit and :order. Closes #7021.
Jeremy Kemper
2007-01-13
1
-10
/
+17
*
SQLServer: handle [quoted] table names. Closes #6635.
Jeremy Kemper
2007-01-12
1
-0
/
+1
*
PostgreSQL: use a subselect to correctly perform eager finds with :limit and ...
Jeremy Kemper
2007-01-12
2
-4
/
+22
*
Fix the Oracle adapter for serialized attributes stored in CLOBs. Closes #68...
Michael Koziarski
2007-01-05
1
-0
/
+1
*
Sybase adapter fixes. Closes #6926 [jsheets]
Michael Koziarski
2007-01-05
1
-143
/
+138
*
Oracle: fix connection reset failure. Closes #6846.
Jeremy Kemper
2006-12-20
1
-1
/
+1
*
If only life was that simple (it didnt help)
David Heinemeier Hansson
2006-12-01
3
-0
/
+18
*
Replace the elaborate reloading connection checking scheme, just fix the Ruby...
David Heinemeier Hansson
2006-12-01
3
-18
/
+0
*
Only reload connections in development mode that supports (and requires that)...
David Heinemeier Hansson
2006-11-26
3
-0
/
+18
*
Quote ActiveSupport::Multibyte::Chars. Closes #6653.
Jeremy Kemper
2006-11-20
1
-1
/
+2
*
Test for forged '' default before it's typecast. Closes #6156.
Jeremy Kemper
2006-11-20
1
-2
/
+3
*
MySQL: detect when a NOT NULL column without a default value is misreported a...
Jeremy Kemper
2006-11-20
1
-0
/
+19
*
Mysql::Result#all_hashes compatibility with Mysql C driver 2.6.x. Closes #6601.
Jeremy Kemper
2006-11-16
1
-20
/
+22
*
Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out featu...
Jeremy Kemper
2006-11-14
1
-2
/
+12
[next]