1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
2004-12-07 14:48:53 +00:00
..
associations Fixed value quoting in all generated SQL statements, so that integers are not surrounded in quotes and that all sanitation are happening through the database's own quoting routine. This should hopefully make it lots easier for new adapters that doesn't accept '1' for integer columns. 2004-12-07 14:48:53 +00:00
connection_adapters Fixed value quoting in all generated SQL statements, so that integers are not surrounded in quotes and that all sanitation are happening through the database's own quoting routine. This should hopefully make it lots easier for new adapters that doesn't accept '1' for integer columns. 2004-12-07 14:48:53 +00:00
support Fixed value quoting in all generated SQL statements, so that integers are not surrounded in quotes and that all sanitation are happening through the database's own quoting routine. This should hopefully make it lots easier for new adapters that doesn't accept '1' for integer columns. 2004-12-07 14:48:53 +00:00
vendor Initial 2004-11-24 01:04:44 +00:00
wrappers Initial 2004-11-24 01:04:44 +00:00
aggregations.rb Initial 2004-11-24 01:04:44 +00:00
associations.rb Fixed value quoting in all generated SQL statements, so that integers are not surrounded in quotes and that all sanitation are happening through the database's own quoting routine. This should hopefully make it lots easier for new adapters that doesn't accept '1' for integer columns. 2004-12-07 14:48:53 +00:00
base.rb Fixed value quoting in all generated SQL statements, so that integers are not surrounded in quotes and that all sanitation are happening through the database's own quoting routine. This should hopefully make it lots easier for new adapters that doesn't accept '1' for integer columns. 2004-12-07 14:48:53 +00:00
callbacks.rb Fixed that methods wrapped in callbacks still return their original result #260 [bitsweat] 2004-12-07 12:10:57 +00:00
deprecated_associations.rb Initial 2004-11-24 01:04:44 +00:00
fixtures.rb Documentation bugs 2004-12-07 11:12:05 +00:00
observer.rb Initial 2004-11-24 01:04:44 +00:00
reflection.rb Initial 2004-11-24 01:04:44 +00:00
transactions.rb Initial 2004-11-24 01:04:44 +00:00
validations.rb Initial 2004-11-24 01:04:44 +00:00
wrappings.rb Initial 2004-11-24 01:04:44 +00:00