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 sqlite adaptor's detection of missing dbfile or database declaration
Nicholas Seckar
2005-11-10
1
-1
/
+1
*
r3886@sedna: jeremy | 2005-11-07 03:09:59 -0800
Jeremy Kemper
2005-11-09
1
-1
/
+0
*
Correct handling of complex order clauses with SQL Server limit emulation. C...
Jeremy Kemper
2005-11-08
1
-1
/
+1
*
Correct whitespace problem in Oracle default column value parsing. Closes #2...
Jeremy Kemper
2005-11-08
1
-1
/
+1
*
More compatible Oracle column reflection. Closes #2771.
Jeremy Kemper
2005-11-08
1
-7
/
+13
*
Fixed faulty regex in get_table_name method (SQLServerAdapter) (closes #2639)...
David Heinemeier Hansson
2005-11-07
1
-2
/
+2
*
Fixed that SQL Server should ignore :size declarations on anything but intege...
David Heinemeier Hansson
2005-11-06
1
-1
/
+10
*
Omit internal dtproperties table from SQLServer table list. Closes #2729.
Jeremy Kemper
2005-11-04
1
-5
/
+7
*
Quote column names in generated SQL. Closes #2728.
Jeremy Kemper
2005-11-04
1
-2
/
+2
*
Changed :dbfile to :database for SQLite adapter for consistency (old key stil...
David Heinemeier Hansson
2005-10-30
2
-10
/
+11
*
Added migration support for Oracle (closes #2647) [Michael Schoen]
David Heinemeier Hansson
2005-10-29
3
-188
/
+289
*
Worked around that connection can't be reset if allow_concurrency is off. Cl...
Jeremy Kemper
2005-10-29
1
-0
/
+1
*
Fixed SQL Server adapter so it honors options[:conditions] when applying :lim...
David Heinemeier Hansson
2005-10-28
2
-14
/
+28
*
Added migration support to SQL Server adapter (please someone do the same for...
David Heinemeier Hansson
2005-10-28
2
-6
/
+74
*
Refactor DB exceptions and deal more with DB2 (closes #2624)
David Heinemeier Hansson
2005-10-27
3
-2
/
+12
*
Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl...
David Heinemeier Hansson
2005-10-26
1
-7
/
+43
*
Added quoted_true and quoted_false methods to db2_adapter and cleaned up test...
David Heinemeier Hansson
2005-10-26
1
-0
/
+8
*
Allow symbols to rename columns when using SQLite adapter. #2531 [kevin.clark...
Jamis Buck
2005-10-25
1
-4
/
+6
*
Map Active Record time to SQL TIME. Closes #2576.
Jeremy Kemper
2005-10-23
1
-1
/
+1
*
Map AR time to PostgreSQL TIME. Closes #2575.
Jeremy Kemper
2005-10-23
1
-1
/
+1
*
Correct PostgreSQL primary key sequence detection. #2507
Jeremy Kemper
2005-10-18
1
-13
/
+20
*
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
Jeremy Kemper
2005-10-16
4
-7
/
+58
*
Comment out the memory leak test because it b0rks the testing environment. Up...
Jamis Buck
2005-10-16
1
-1
/
+1
*
Change default logging colors to work on both white and black backgrounds.
Sam Stephenson
2005-10-15
1
-6
/
+7
*
SQL Server needs to quote booleans just like MySQL 1/0
David Heinemeier Hansson
2005-10-14
1
-0
/
+8
*
Back out of [2548].
Marcel Molina
2005-10-14
1
-18
/
+18
*
Optimize postgresql selects.
Marcel Molina
2005-10-13
1
-18
/
+18
*
Update DB2 adapter. Closes #2206.
Marcel Molina
2005-10-12
1
-2
/
+35
*
Corrections to SQLServer native data types. Closes #2267.
Marcel Molina
2005-10-12
1
-10
/
+10
*
Deprecated ActiveRecord::Base.threaded_connection in favor of ActiveRecord::B...
Marcel Molina
2005-10-12
1
-1
/
+1
*
Optimization for Mysql selects using mysql-ruby extension greater than 2.6.3....
Marcel Molina
2005-10-11
1
-3
/
+15
*
Optimization refactoring for add_limit_offset!. In partial fullfilment of #1236.
Marcel Molina
2005-10-09
2
-9
/
+11
*
PostgreSQL returns the path type wrapped in quotes.
Marcel Molina
2005-10-09
1
-1
/
+1
*
Add geometric type for postgresql adapter. Closes #2233.
Marcel Molina
2005-10-09
1
-0
/
+2
*
Move require_library_or_gem out of AR's abstract_adapter and into ActiveSuppo...
Marcel Molina
2005-10-08
1
-23
/
+0
*
Add option (true by default) to generate reader methods for each attribute of...
Marcel Molina
2005-10-07
4
-50
/
+68
*
Add convenience predicate methods on Column class. In partial fullfilment of ...
Marcel Molina
2005-10-06
1
-1
/
+13
*
Remove straggling symbolize_strings_in_hash from [2427].
Jeremy Kemper
2005-10-06
2
-2
/
+2
*
Add rename_table to mysql, sqlite and postgres adapters for use in migrations
Tobias Lütke
2005-10-06
4
-1
/
+20
*
Allow in memory sqlite DBs when RAILS_ROOT is defined [blair@orcaware.com]
Michael Koziarski
2005-10-06
1
-2
/
+4
*
Quote booleans according the rules defined by the adapter
Michael Koziarski
2005-10-06
1
-3
/
+7
*
Added :force option to create_table that'll try to drop the table if it alrea...
David Heinemeier Hansson
2005-10-06
1
-0
/
+5
*
Forced newer versions of RedCloth to use hard breaks [DHH]
David Heinemeier Hansson
2005-10-02
1
-2
/
+4
*
Get rid of old symbolize_strings_in_hash.
Jeremy Kemper
2005-09-30
3
-18
/
+9
*
Ticket #2282 - fix parsing of timestamps with time zone
Jeremy Kemper
2005-09-30
1
-1
/
+3
*
No need to string.to_s right after checking that string.is_a?(String)
Jeremy Kemper
2005-09-30
1
-3
/
+3
*
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
[next]