aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use any instead of length"José Valim2011-11-281-1/+1
* Use any instead of lengthRahul P. Chaudhari2011-11-271-1/+1
* oops! I suck! :bomb:Aaron Patterson2011-11-201-1/+0
* removing deprecated methodsAaron Patterson2011-11-193-26/+0
* adding visitors to the respective adaptersAaron Patterson2011-11-192-0/+2
* pushing caching and visitors down to the connectionAaron Patterson2011-11-194-81/+107
* Use `show index from`. We could fix `pk_and_sequence_for` method's performanc...kennyj2011-11-191-18/+2
* Only used detailed schema introspection when doing a schema dump.Christos Zisopoulos2011-11-181-0/+7
* Revert "Merge pull request #1163 from amatsuda/sexier_migration_31"Aaron Patterson2011-11-172-18/+10
* Revert "Merge pull request #3603 from vijaydev/change_table_without_block_arg"Aaron Patterson2011-11-171-12/+7
* Adding a deprecation warning for use of the schema_info table.Aaron Patterson2011-11-161-0/+2
* Join method uses empty string by default, so remove itAaron Patterson2011-11-161-2/+2
* Fix pull request #3609Noé Froidevaux2011-11-131-1/+1
* Prevent multiple SHOW TABLES calls when a table don't exists in database.Noé Froidevaux2011-11-111-3/+3
* Modify change_table to remove the need for the block argument.Vijay Dev2011-11-111-7/+12
* Checking the arity of the block passed to create_tableVijay Dev2011-11-101-1/+7
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-11-081-3/+2
|\
| * self.up, self.down => up, downAkira Matsuda2011-11-071-3/+2
* | adds trailing +s to the output of EXPLAIN for MySQLXavier Noria2011-11-071-3/+2
* | Merge pull request #3521 from nulogy/fix_postgres_adapter_to_handle_spaces_be...Aaron Patterson2011-11-061-2/+1
|/
* implements AR::Relation#explainXavier Noria2011-11-053-1/+137
* Merge pull request #3525 from kennyj/fix_3440-1Jon Leighton2011-11-051-2/+11
|\
| * Fixed an issue id false option is ignored on mysql/mysql2 (fix #3440)kennyj2011-11-061-2/+11
* | AR changes to support creating ordered (asc, desc) indexesVlad Jebelev2011-11-046-14/+79
|/
* Merge pull request #1163 from amatsuda/sexier_migration_31Aaron Patterson2011-11-042-10/+12
|\
| * No "t." for the migration DSL!Akira Matsuda2011-05-202-10/+12
* | dump_schema_information: explicitly order inserts into schema_migrations tableLaust Rud Jacobsen2011-10-311-1/+1
* | clear statement cache when tables are alteredAaron Patterson2011-10-271-0/+6
* | preserve decimal column attributes after migrationGreg Reinacker2011-10-211-0/+3
* | Merge pull request #3258 from ileitch/3-1-stableAaron Patterson2011-10-201-1/+7
* | reset prepared statement when schema changes imapact statement results. fixes...Aaron Patterson2011-10-181-11/+43
* | Default timestamps to non-nullMike Perham2011-10-142-3/+3
* | Only use LOWER for mysql case insensitive uniqueness check when column has a ...Joseph Palermo2011-10-094-8/+31
* | use thread locals and an instance variable within QueryCache#BodyProxy to mai...Mark J. Titorenko2011-10-072-1/+9
* | Use the schema_search_path in prepared statements.Juan M. Cuello2011-10-051-3/+4
* | LRU cache in mysql and sqlite are now per-process caches.Aaron Patterson2011-09-072-21/+30
* | LRU should cache per process in postgresql. fixes #1339Aaron Patterson2011-09-071-10/+14
* | fixing view queriesAaron Patterson2011-09-071-3/+5
* | use the supplied bind valuesAaron Patterson2011-09-071-1/+1
* | Merge commit 'refs/pull/2909/head' of https://github.com/rails/rails into rawrAaron Patterson2011-09-071-6/+4
* | Merge pull request #2897 from rsutphin/ar31-remove_connectionAaron Patterson2011-09-062-2/+2
* | Database adapters use a statement pool.Aaron Patterson2011-09-063-8/+46
* | adding a statement pool for mysql and sqlite3Aaron Patterson2011-09-063-9/+102
* | Make the logic easier to readJon Leighton2011-09-061-4/+7
* | * 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