aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Connection cache to speed up retrieve_connection and get rid of dirty connect...Jeremy Kemper2005-12-044-36/+12
* Don't use transactional fixtures for when DDL changes are involved.Jeremy Kemper2005-12-042-0/+3
* MySQL: work around ruby-mysql/mysql-ruby inconsistency with mysql.stat. Elim...Jeremy Kemper2005-12-032-7/+11
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-0317-446/+520
* Work-in progress for providing better join model support and polymorphic asso...David Heinemeier Hansson2005-12-0213-44/+194
* Allow validate_uniqueness_of to be scoped by more than just one column. Close...Marcel Molina2005-12-023-5/+41
* Firebird: active? and reconnect! methods for handling stale connections. Ref...Jeremy Kemper2005-12-022-2/+25
* Firebird: updated for FireRuby 0.4.0. References #3009.Jeremy Kemper2005-12-022-67/+37
* PostgreSQL: active? compatibility with the pure-Ruby driver. Still need to m...Jeremy Kemper2005-11-282-3/+5
* MySQL: active? compatibility with the pure-Ruby driver. References #428.Jeremy Kemper2005-11-282-1/+7
* Oracle: active? check pings the database rather than testing the last command...Jeremy Kemper2005-11-242-17/+17
* Credit everybody that helped =)Florian Weber2005-11-241-1/+1
* Made test_update_attributes_after_push_without_duplicate_join_table_rows pass...Florian Weber2005-11-241-2/+2
* SQLServer: resolve column aliasing/quoting collision when using limit or offs...Jeremy Kemper2005-11-242-1/+8
* Reloading a model doesn't lose track of its connection. References #2996.Jeremy Kemper2005-11-2413-19/+33
* Credit ticket author.Jeremy Kemper2005-11-231-1/+1
* Fixed bug where using update_attribute after pushing a record to a habtm asso...Florian Weber2005-11-233-2/+17
* MySQL, PostgreSQL: reconnect! also reconfigures the connection. Otherwise, t...Jeremy Kemper2005-11-223-19/+38
* has_and_belongs_to_many: use JOIN instead of LEFT JOIN. References #2937.Jeremy Kemper2005-11-212-2/+4
* MySQL: introduce :encoding option to specify the character set for client, co...Jeremy Kemper2005-11-212-3/+25
* Simpler Mysql load test.Jeremy Kemper2005-11-211-2/+2
* Revert [3130]. Behavior of introducing Kernel.binding causes breakage.Marcel Molina2005-11-213-5/+3
* Use Kernel.binding rather than binding to allow columns of that name. Refere...Jeremy Kemper2005-11-213-3/+5
* Add tasks to create, drop and rebuild the MySQL and PostgreSQL test databases.Marcel Molina2005-11-202-0/+37
* r3181@asus: jeremy | 2005-11-19 02:52:24 -0800Jeremy Kemper2005-11-193-33/+38
* Use query methods rather than readers in boolean tests for [3092]. Reference...Jeremy Kemper2005-11-191-4/+4
* Correct boolean handling in generated reader methods. References #2945.Jeremy Kemper2005-11-194-2/+50
* Don't generate read methods for columns whose names are not valid ruby method...Jeremy Kemper2005-11-193-1/+19
* Document :force option to create_table. References #2921.Jeremy Kemper2005-11-172-0/+5
* Don't add the same conditions twice in has_one finder sql. References #2916.Jeremy Kemper2005-11-172-1/+3
* Rename Version constant to VERSION. Closes #2802.Marcel Molina2005-11-173-2/+4
* r3118@asus: jeremy | 2005-11-16 00:32:48 -0800Jeremy Kemper2005-11-162-2/+2
* r3116@asus: jeremy | 2005-11-16 00:17:06 -0800Jeremy Kemper2005-11-1611-5/+793
* r3095@asus: jeremy | 2005-11-15 22:40:51 -0800Jeremy Kemper2005-11-1615-60/+88
* SQLServer: active? and reconnect! methods for handling stale connections. Re...Jeremy Kemper2005-11-152-12/+9
* SQLServer: active? and reconnect! methods for handling stale connections. Re...Jeremy Kemper2005-11-152-3/+34
* Associations handle case-equality more consistently: item.parts.is_a?(Array) ...Jeremy Kemper2005-11-153-5/+30
* SQLServer: insert uses given primary key value if not nil rather than SELECT ...Jeremy Kemper2005-11-143-1/+4
* Oracle: active? and reconnect! methods for handling stale connections. Optio...Jeremy Kemper2005-11-142-8/+120
* Fix reconnect success rate to report as percentage. References #428.Jeremy Kemper2005-11-141-5/+5
* Correct documentation for Base.delete_all. References #1568.Jeremy Kemper2005-11-142-1/+3
* Oracle: test case for column default parsing. References #2788.Jeremy Kemper2005-11-144-2/+22
* Update documentation for Migrations. References #2861.Jeremy Kemper2005-11-142-13/+32
* Reapply [2942] which was elided by [2997]. References #2788. References #2848.Jeremy Kemper2005-11-131-1/+1
* r3046@asus: jeremy | 2005-11-13 02:31:21 -0800Jeremy Kemper2005-11-131-4/+8
* r3042@asus: jeremy | 2005-11-13 01:51:08 -0800Jeremy Kemper2005-11-134-20/+52
* r3032@asus: jeremy | 2005-11-12 23:16:52 -0800Jeremy Kemper2005-11-133-16/+45
* PostgreSQL: last_insert_id uses select_value rather than using @connection.ex...Jeremy Kemper2005-11-131-2/+2
* Much faster Oracle column reflection. References #2848.Jeremy Kemper2005-11-132-16/+24
* r4331@asus: jeremy | 2005-11-12 17:03:45 -0800Jeremy Kemper2005-11-131-2/+2