aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* If the OCI library is not available, raise an exception indicating as much. C...Marcel Molina2006-01-251-0/+8
* Show a meaningful error when the DB2 adapter cannot be loaded due to missing ...Nicholas Seckar2006-01-221-0/+8
* Escape database name in MySQL adapter when creating and dropping databases. C...Marcel Molina2006-01-131-2/+2
* Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.Marcel Molina2006-01-041-61/+91
* SchemaDumper now doesn't fail anymore when there are unknown column types in ...Tobias Lütke2005-12-241-1/+2
* Fix change_column to work with postgres 7.x and 8.x.Scott Barron2005-12-201-1/+11
* DRY up PG's add_column a bit to use change_column_default and match the otherScott Barron2005-12-201-9/+3
* Check for the key instead of the value, because it (the value) can be false.Scott Barron2005-12-201-1/+1
* Roll back [3244]. References #3116.Jeremy Kemper2005-12-131-1/+1
* MySQL: allow encoding option for mysql.rb driver.Jeremy Kemper2005-12-131-5/+1
* SQLServer: fix obscure optimistic locking bug, support uniqueidentifier colum...Jeremy Kemper2005-12-101-4/+8
* MySQL: ensure that @config is set.Jeremy Kemper2005-12-091-3/+2
* Oracle: active? performs a select instead of a commit. References #3133.Jeremy Kemper2005-12-081-1/+1
* Remove insignificant classes from docsDavid Heinemeier Hansson2005-12-081-2/+2
* MySQL: more robust test for nullified result hashes. References #3124.Jeremy Kemper2005-12-081-8/+2
* SQLite: find database file when RAILS_ROOT is a symlink. References #3116.Jeremy Kemper2005-12-081-1/+1
* PostgreSQL: more robust sequence name discovery. References #3087.Jeremy Kemper2005-12-081-3/+4
* Oracle: use syntax compatible with Oracle 8. References #3131.Jeremy Kemper2005-12-081-6/+5
* Dont overwrite the documentation from the real base classDavid Heinemeier Hansson2005-12-051-1/+0
* Clear the connection cache entry when a new connection is established on the ...Jeremy Kemper2005-12-051-1/+24
* Move dummy active? and reconnect! from sqlite to base adapter. References #428.Jeremy Kemper2005-12-042-13/+13
* Connection cache to speed up retrieve_connection and get rid of dirty connect...Jeremy Kemper2005-12-042-35/+3
* MySQL: work around ruby-mysql/mysql-ruby inconsistency with mysql.stat. Elim...Jeremy Kemper2005-12-031-7/+9
* Firebird: active? and reconnect! methods for handling stale connections. Ref...Jeremy Kemper2005-12-021-2/+23
* Firebird: updated for FireRuby 0.4.0. References #3009.Jeremy Kemper2005-12-021-67/+35
* PostgreSQL: active? compatibility with the pure-Ruby driver. Still need to m...Jeremy Kemper2005-11-281-2/+4
* MySQL: active? compatibility with the pure-Ruby driver. References #428.Jeremy Kemper2005-11-281-1/+5
* Oracle: active? check pings the database rather than testing the last command...Jeremy Kemper2005-11-241-17/+15
* SQLServer: resolve column aliasing/quoting collision when using limit or offs...Jeremy Kemper2005-11-241-1/+6
* Reloading a model doesn't lose track of its connection. References #2996.Jeremy Kemper2005-11-241-8/+8
* MySQL, PostgreSQL: reconnect! also reconfigures the connection. Otherwise, t...Jeremy Kemper2005-11-222-19/+36
* MySQL: introduce :encoding option to specify the character set for client, co...Jeremy Kemper2005-11-211-3/+23
* Simpler Mysql load test.Jeremy Kemper2005-11-211-2/+2
* r3181@asus: jeremy | 2005-11-19 02:52:24 -0800Jeremy Kemper2005-11-192-28/+37
* Correct boolean handling in generated reader methods. References #2945.Jeremy Kemper2005-11-191-2/+11
* Document :force option to create_table. References #2921.Jeremy Kemper2005-11-171-0/+3
* 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-161-0/+425
* r3095@asus: jeremy | 2005-11-15 22:40:51 -0800Jeremy Kemper2005-11-162-1/+9
* SQLServer: active? and reconnect! methods for handling stale connections. Re...Jeremy Kemper2005-11-151-11/+8
* SQLServer: active? and reconnect! methods for handling stale connections. Re...Jeremy Kemper2005-11-151-3/+32
* SQLServer: insert uses given primary key value if not nil rather than SELECT ...Jeremy Kemper2005-11-141-1/+1
* Oracle: active? and reconnect! methods for handling stale connections. Optio...Jeremy Kemper2005-11-141-7/+117
* Fix reconnect success rate to report as percentage. References #428.Jeremy Kemper2005-11-141-5/+5
* Oracle: test case for column default parsing. References #2788.Jeremy Kemper2005-11-141-1/+1
* 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-133-19/+51
* r3032@asus: jeremy | 2005-11-12 23:16:52 -0800Jeremy Kemper2005-11-132-16/+43
* PostgreSQL: last_insert_id uses select_value rather than using @connection.ex...Jeremy Kemper2005-11-131-2/+2