aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* * Psych errors with poor yaml formatting are proxied. Fixes #2645, #2731Aaron Patterson2011-09-011-1/+0
* make sure encoding_aware? is availableAaron Patterson2011-09-011-0/+2
* Merge pull request #2021 from dasch/more_postgres_utilsAaron Patterson2011-08-291-1/+3
|\
| * Make #extract_schema_and_table an instance method in UtilsDaniel Schierbeck2011-07-091-1/+3
* | Move the bulk alter table code into the abstract mysql adapter, hence it is s...Jon Leighton2011-08-292-47/+42
* | Extract simplified_type into the abstract classJon Leighton2011-08-293-23/+24
* | Create an AbstractMysqlAdapter to abstract the common code between MysqlAdapt...Jon Leighton2011-08-293-1097/+706
* | Force binary data inserted for a string data type to utf-8 and log anAaron Patterson2011-08-251-3/+18
* | Adding missing autoloadClaudio Poli2011-08-241-0/+1
* | prevent sql injection attacks by escaping quotes in column namesAaron Patterson2011-08-163-3/+3
* | In 1efd88283ef68d912df215125951a87526768a51, ConnectionAdapters was put under...Jon Leighton2011-08-161-12/+22
* | Use new SelectManager#source methodJon Leighton2011-08-152-2/+2
* | Use new SelectManager#projections= methodJon Leighton2011-08-153-4/+4
* | use update.key instead of update.ast.key. make better use of select manager.Jon Leighton2011-08-153-26/+18
* | Use a SelectCore rather than a full SelectManagerJon Leighton2011-08-152-4/+6
* | Refactor building the update managerJon Leighton2011-08-153-11/+7
* | Support for multi-table updates with limits, offsets and ordersJon Leighton2011-08-153-2/+47
* | Support updates with joins. Fixes #522.Jon Leighton2011-08-153-0/+17
* | add the gem requirement for sqlite3Aaron Patterson2011-08-101-0/+2
* | Remove TODO comment I didn't mean to commitJon Leighton2011-08-091-2/+0
* | Make it the responsibility of the connection to hold onto an ARel visitor for...Jon Leighton2011-08-088-20/+81
* | sqlite transactions now loggedGustavo Delfino2011-08-061-3/+3
* | accept option for recreate db for postgres (same as mysql now)artemk2011-08-041-2/+4
* | initializing @open_transactions in the initialize methodAaron Patterson2011-08-031-4/+2
* | remove deprication warning for ruby 1.9.3-head for unused variablesVishnu Atrai2011-07-261-1/+1
* | Simplify the way default DATABASE_URL works.Glenn Gillen2011-07-251-1/+1
* | Fixes typoVijay Dev2011-07-221-1/+1
* | adding more tests around database uri parsingAaron Patterson2011-07-211-5/+3
* | Add documentation for URL connection strings.Glenn Gillen2011-07-201-0/+6
* | Added test for postgres connections as URL. Fixed query param parsing.Glenn Gillen2011-07-201-1/+1
* | Provide database connection settings as a URL.Glenn Gillen2011-07-201-0/+22
* | bigdecimal should be typecast to a float on sqlite3. fixes #2162Aaron Patterson2011-07-201-0/+5
|/
* Refactor PostgreSQLAdapter a bitDaniel Schierbeck2011-07-081-16/+18
* cache column defaults for AR object instantiationAaron Patterson2011-06-271-0/+9
* Improve ordering of multiple columns on postgresqlLucia Escanellas2011-06-241-1/+1
* Merge pull request #1632 from tardate/pg_schema_fuAaron Patterson2011-06-211-47/+72
|\
| * Merge remote branch 'rails/master' into pg_schema_fuPaul Gallagher2011-06-195-12/+13
| |\
| * | Make PostgreSQL adapter view-compatiblePaul Gallagher2011-06-191-3/+5
| * | make extract_schema_and_table a private methodPaul Gallagher2011-06-111-20/+17
| * | remove table quoting in primary_key methodPaul Gallagher2011-06-111-1/+1
| * | apply private method indentation conventionPaul Gallagher2011-06-101-22/+22
| * | Improve PostgreSQL adapter schema-awarenessPaul Gallagher2011-06-101-25/+51
* | | Add missing require 'set'Daniel Azuma2011-06-201-0/+2
* | | Merge pull request #1763 from grantneufeld/schema_column_exists_options_hashJosé Valim2011-06-181-1/+1
|\ \ \
| * | | Changed the default value for the options argument on ActiveRecord::Connectio...Grant Neufeld2011-06-181-1/+1
| | |/ | |/|
* / | Fix inconsistencies by being polite to the wrapped body. Needed for Rack::Sen...Steve Hodgkiss2011-06-181-0/+8
|/ /
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-06-183-11/+11
|\ \
| * | Update remove_index documentationLucia Escanellas2011-06-172-9/+9
| * | Remove trailing whitespacesGuillermo Iguaran2011-06-121-2/+2
| |/
* | Bump to mysql2 0.3.6Guillermo Iguaran2011-06-171-1/+1