aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Merge pull request #1636 from metaskills/upstream/3-1-stableAaron Patterson2011-06-171-0/+1
|\ \ \
| * | | Allow the connection pool's #table_exists? method to give the connections #ta...Ken Collins2011-06-101-0/+1
| |/ /
* | | Bump mysql2 to 0.3.5Arun Agrawal2011-06-161-1/+1
* | | Bump mysql2 upSantiago Pastorino and José Ignacio Costa2011-06-161-1/+1
|/ /
* | Remove unused 'quoted_column_names' variable.Sebastian Martinez2011-06-081-1/+1
* | Revert "[activerecord][postgresql] verify if table has a schema(not public)"....Jon Leighton2011-05-311-5/+6
* | Merge pull request #1410 from lucasts/pg_schemaAaron Patterson2011-05-301-5/+11
|\ \