aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* 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
* Much faster Oracle column reflection. References #2848.Jeremy Kemper2005-11-131-16/+22
* r4331@asus: jeremy | 2005-11-12 17:03:45 -0800Jeremy Kemper2005-11-131-2/+2
* r4325@asus: jeremy | 2005-11-12 03:57:46 -0800Jeremy Kemper2005-11-121-15/+42
* SQLServer: don't report limits for unsupported field types. Closes #2835.Jeremy Kemper2005-11-111-0/+2
* Don't cast nil or empty strings to a dummy date. Closes #2789.Jeremy Kemper2005-11-101-0/+1
* Fix sqlite adaptor's detection of missing dbfile or database declarationNicholas Seckar2005-11-101-1/+1
* r3886@sedna: jeremy | 2005-11-07 03:09:59 -0800Jeremy Kemper2005-11-091-1/+0
* Correct handling of complex order clauses with SQL Server limit emulation. C...Jeremy Kemper2005-11-081-1/+1
* Correct whitespace problem in Oracle default column value parsing. Closes #2...Jeremy Kemper2005-11-081-1/+1
* More compatible Oracle column reflection. Closes #2771.Jeremy Kemper2005-11-081-7/+13
* Fixed faulty regex in get_table_name method (SQLServerAdapter) (closes #2639)...David Heinemeier Hansson2005-11-071-2/+2
* Fixed that SQL Server should ignore :size declarations on anything but intege...David Heinemeier Hansson2005-11-061-1/+10
* Omit internal dtproperties table from SQLServer table list. Closes #2729.Jeremy Kemper2005-11-041-5/+7
* Quote column names in generated SQL. Closes #2728.Jeremy Kemper2005-11-041-2/+2
* Changed :dbfile to :database for SQLite adapter for consistency (old key stil...David Heinemeier Hansson2005-10-302-10/+11
* Added migration support for Oracle (closes #2647) [Michael Schoen]David Heinemeier Hansson2005-10-293-188/+289
* Worked around that connection can't be reset if allow_concurrency is off. Cl...Jeremy Kemper2005-10-291-0/+1
* Fixed SQL Server adapter so it honors options[:conditions] when applying :lim...David Heinemeier Hansson2005-10-282-14/+28
* Added migration support to SQL Server adapter (please someone do the same for...David Heinemeier Hansson2005-10-282-6/+74
* Refactor DB exceptions and deal more with DB2 (closes #2624)David Heinemeier Hansson2005-10-273-2/+12
* Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl...David Heinemeier Hansson2005-10-261-7/+43
* Added quoted_true and quoted_false methods to db2_adapter and cleaned up test...David Heinemeier Hansson2005-10-261-0/+8
* Allow symbols to rename columns when using SQLite adapter. #2531 [kevin.clark...Jamis Buck2005-10-251-4/+6
* Map Active Record time to SQL TIME. Closes #2576.Jeremy Kemper2005-10-231-1/+1
* Map AR time to PostgreSQL TIME. Closes #2575.Jeremy Kemper2005-10-231-1/+1
* Correct PostgreSQL primary key sequence detection. #2507Jeremy Kemper2005-10-181-13/+20
* r3616@asus: jeremy | 2005-09-26 23:09:28 -0700Jeremy Kemper2005-10-164-7/+58
* Comment out the memory leak test because it b0rks the testing environment. Up...Jamis Buck2005-10-161-1/+1
* Change default logging colors to work on both white and black backgrounds.Sam Stephenson2005-10-151-6/+7
* SQL Server needs to quote booleans just like MySQL 1/0David Heinemeier Hansson2005-10-141-0/+8
* Back out of [2548].Marcel Molina2005-10-141-18/+18
* Optimize postgresql selects.Marcel Molina2005-10-131-18/+18
* Update DB2 adapter. Closes #2206.Marcel Molina2005-10-121-2/+35
* Corrections to SQLServer native data types. Closes #2267.Marcel Molina2005-10-121-10/+10
* Deprecated ActiveRecord::Base.threaded_connection in favor of ActiveRecord::B...Marcel Molina2005-10-121-1/+1
* Optimization for Mysql selects using mysql-ruby extension greater than 2.6.3....Marcel Molina2005-10-111-3/+15
* Optimization refactoring for add_limit_offset!. In partial fullfilment of #1236.Marcel Molina2005-10-092-9/+11
* PostgreSQL returns the path type wrapped in quotes.Marcel Molina2005-10-091-1/+1
* Add geometric type for postgresql adapter. Closes #2233.Marcel Molina2005-10-091-0/+2
* Move require_library_or_gem out of AR's abstract_adapter and into ActiveSuppo...Marcel Molina2005-10-081-23/+0
* Add option (true by default) to generate reader methods for each attribute of...Marcel Molina2005-10-074-50/+68
* Add convenience predicate methods on Column class. In partial fullfilment of ...Marcel Molina2005-10-061-1/+13
* Remove straggling symbolize_strings_in_hash from [2427].Jeremy Kemper2005-10-062-2/+2
* Add rename_table to mysql, sqlite and postgres adapters for use in migrationsTobias Lütke2005-10-064-1/+20
* Allow in memory sqlite DBs when RAILS_ROOT is defined [blair@orcaware.com]Michael Koziarski2005-10-061-2/+4