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
/
test
/
fixtures
/
db_definitions
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Oracle: test case for column default parsing. References #2788.
Jeremy Kemper
2005-11-14
1
-0
/
+8
*
Fixed SQL Server adapter so it honors options[:conditions] when applying :lim...
David Heinemeier Hansson
2005-10-28
1
-1
/
+1
*
Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl...
David Heinemeier Hansson
2005-10-26
3
-10
/
+2
*
Added quoted_true and quoted_false methods to db2_adapter and cleaned up test...
David Heinemeier Hansson
2005-10-26
1
-1
/
+0
*
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
Jeremy Kemper
2005-10-16
2
-2
/
+4
*
Update DB2 adapter. Closes #2206.
Marcel Molina
2005-10-12
1
-0
/
+1
*
Add test coverage for customized primary keys including a failing test for #2...
Marcel Molina
2005-10-12
12
-1
/
+38
*
Add geometric type for postgresql adapter. Closes #2233.
Marcel Molina
2005-10-09
2
-0
/
+12
*
sqlite topics.approved should default to true like the other dbs
Jeremy Kemper
2005-10-06
1
-1
/
+1
*
smallint -> boolean in pg sql
Jeremy Kemper
2005-10-06
1
-1
/
+1
*
Quote booleans according the rules defined by the adapter
Michael Koziarski
2005-10-06
1
-1
/
+1
*
Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...
Jeremy Kemper
2005-09-27
1
-0
/
+2
*
Include the orders table in *.drop.sql
Jeremy Kemper
2005-09-26
6
-0
/
+7
*
Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...
Jamis Buck
2005-09-25
1
-2
/
+2
*
Make the test_find_all_by_one_attribute and test_find_all_by_one_attribute_wi...
David Heinemeier Hansson
2005-09-09
1
-1
/
+1
*
Saving a record with two unsaved belongs_to associations pointing to the same...
Jamis Buck
2005-08-23
6
-1
/
+51
*
Made Oracle a first-class connection adapter by adhering closer to idiomatic ...
David Heinemeier Hansson
2005-07-24
4
-11
/
+67
*
Allow unspecified join-table columns to use to their default values when addi...
Jamis Buck
2005-07-18
6
-6
/
+12
*
Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...
David Heinemeier Hansson
2005-07-17
1
-0
/
+2
*
Include all tables in mysql, sqlite, and postgresql drop sql.
Jeremy Kemper
2005-07-05
3
-1
/
+7
*
Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...
David Heinemeier Hansson
2005-07-03
6
-2
/
+8
*
Fixed that single-table inheritance sub-classes couldn't be used to limit the...
David Heinemeier Hansson
2005-07-03
6
-5
/
+11
*
Added support for ODBC connections to MS SQL Server so you can connect from a...
David Heinemeier Hansson
2005-07-01
2
-3
/
+5
*
Fixed that adding a record to a has_and_belongs_to collection would always sa...
David Heinemeier Hansson
2005-06-18
6
-2
/
+14
*
r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700
Jeremy Kemper
2005-06-12
1
-2
/
+0
*
Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...
Jeremy Kemper
2005-06-12
1
-1
/
+1
*
Preserve extendedWarranty case in PostgreSQL computers table.
Jeremy Kemper
2005-06-11
1
-1
/
+1
*
Do not use instantiated fixtures (in general) in tests. Also, support the use...
Jamis Buck
2005-06-10
1
-5
/
+5
*
Added compatibility with camelCase column names for dynamic finders #533 [Dee...
David Heinemeier Hansson
2005-04-30
6
-6
/
+12
*
Fixed OCI fixtures [Ryan Carver]
David Heinemeier Hansson
2005-04-19
1
-3
/
+3
*
Fixed that fixtures were being deleted in the same order as inserts causing F...
David Heinemeier Hansson
2005-04-18
6
-0
/
+62
*
Fixes for postgresql testing #1129, #1130, #1131
David Heinemeier Hansson
2005-04-18
3
-4
/
+4
*
SqlServer fixtures - CategoriesPosts
David Heinemeier Hansson
2005-04-17
1
-1
/
+1
*
Fixed db schema
David Heinemeier Hansson
2005-04-10
1
-1
/
+2
*
Added support for has_and_belongs_to_many associations in eager loading #1064...
David Heinemeier Hansson
2005-04-10
14
-40
/
+71
*
Made eager loading work with inheritance hierarchies #1065 [Ryan Carver]
David Heinemeier Hansson
2005-04-10
10
-2
/
+98
*
Added quoting of column names for fixtures #997 [jcfischer@gmail.com]
David Heinemeier Hansson
2005-04-07
12
-2
/
+42
*
Moved to new server
David Heinemeier Hansson
2005-04-07
2
-0
/
+21
*
Made eager loading work even more
David Heinemeier Hansson
2005-04-03
1
-1
/
+1
*
Added new Base.find API and deprecated find_all, find_first. Added preliminar...
David Heinemeier Hansson
2005-04-03
2
-1
/
+21
*
Made sure all MySQL tables are created as InnoDB
David Heinemeier Hansson
2005-04-02
2
-14
/
+14
*
Fixed the MS SQL adapter to work with the new limit/offset approach and with ...
David Heinemeier Hansson
2005-03-23
2
-50
/
+36
*
changes the CREATE TABLE script for the "binaries" table to use the "image" d...
David Heinemeier Hansson
2005-03-20
1
-1
/
+1
*
Added better defaults for composed_of, so statements like composed_of :time_z...
David Heinemeier Hansson
2005-03-01
6
-1
/
+7
*
Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...
David Heinemeier Hansson
2005-02-23
6
-156
/
+193
*
Added automatic dropping/creating of test tables for running the unit tests o...
David Heinemeier Hansson
2005-02-20
20
-4
/
+114
*
Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...
David Heinemeier Hansson
2005-02-07
6
-0
/
+204
*
Fixed that foreign keys named the same as the association would cause stack o...
David Heinemeier Hansson
2005-01-11
5
-1
/
+25
*
Fixed the last details to please DB2
David Heinemeier Hansson
2005-01-03
1
-2
/
+2
*
Added the latest two tables to the DB2 schemas
David Heinemeier Hansson
2005-01-01
1
-0
/
+12
[prev]
[next]