Frederick Cheung
-
stop AR's debug.log filling with warnings about not being able to load fixture classes
[#1045 state:committed]
Signed-off-by: Jeremy Kemper
f636c6fda037fbef25e98c81d019a6c600a18f66
-
Deal with MySQL's quirky handling of defaults and blob/text columns
[#1043 state:committed]
Signed-off-by: Jeremy Kemper
d51a39ff500d94ea4a81fbc22f0d1c540e83f4e1
-
Implement old-skool eagerloading for has_one :through
Signed-off-by: Jeremy Kemper
2dbda11945507a0541d61d13b8c564121c1cd362
-
Fix preloading of has_one through associations
[#903 state:resolved]
Signed-off-by: Jeremy Kemper
b7a37b742c0abd1df8ea48cc82f76385cc0c41ea
-
Mark Class as not being duplicable. [#829 state:resolved]
Signed-off-by: Pratik Naik
654c41255d22b2767b943dbe970d8b24f2a1387b
-
Make partial counter start from 0.
Signed-off-by: Pratik Naik
2e0765a00361781fb9bff2a7ca8996eab1f01bd4
-
Fix failing tests on mysql 4.1 & ruby 1.8.4. [#237 state:resolved]
Signed-off-by: Pratik Naik
cff2291df5d1df106ae8cf116655f0703f53f8c3
-
Fix mysql 4.1 incompatibility in the active record schema tests.
Signed-off-by: Michael Koziarski
dd9938a44ee3a7bb6c42527a1be6fcec70bf4772
[#233 state:resolved ]
-
Ensure observe_field encodes value parameter. [#216 state:resolved]
Signed-off-by: Pratik Naik
17d1319c480e58e28641b243da50ae5e5eab89dc
-
Remove AR::Base#attributes argument. [#52 state:resolved]
Signed-off-by: Pratik Naik
d2212c1601dcd67e72e9d52f98347d3285fd7134
-
When preloading group by reflection rather than by class [#125 state:resolved]
This avoids extra queries when several subclasses inherit the association
from their parent class, while still coping with subclasses redefining
associations.Signed-off-by: Pratik Naik
236f0bb67adecbc1e6dac5258e4a8cb310ffd7a4
-
Ensure hm:t preloading honours reflection options. [#137 state:resolved]
Signed-off-by: Pratik Naik
3f0dccbbc7c98938349650033ff9a41a814d300d
-
Ensure correct record is returned when preloading has_one where more than one row exists
Signed-off-by: Michael Koziarski
fbebdb0c091c37b0bc75ab774d187d8bc8795bd2
[#73 state:closed]
-
Ensure postgresql tests work when starting from scratch.
a6cca5d1fc94bc62a1b5c4a3facafb7044021cd2
-
Ensure table names are quoted by the association preloading code.
[#45 state:resolved]
Signed-off-by: Michael Koziarski
44d214235271cb6d2af1c327d592a3010e1ced3e
-
Provide data for the key column otherwise adding a unique index will fail. [#30 state:closed]
ae51013c3f7b8a8579fcb99d889ed80e9dd75797
-
Use schema.rb for all databases
Move adapter specific schema into their own files
Signed-off-by: Michael Koziarski
a4fc93c3a9f59dcd7cf56c6ae1cb1fb749f6678b
-
Avoid adding two DISTINCT statements to queries in sqlite 2.
55622e0bde999193ae4a848d28cf2ce7e9247d83
-
Fix sqlite adapter to work with the quoted table names returned by later versions of sqlite3.
a2028a7d7bf4336d01656d947df77ee504927db0

