| Commit message (Expand) | Author | Age | Files | Lines |
* | Compare deserialized values for `PostgreSQL::OID::Hstore` types | Jon Moss | 2017-01-03 | 1 | -0/+8 |
* | Consistently apply adapter behavior when serializing arrays | Sean Griffin | 2017-01-03 | 2 | -13/+41 |
* | Merge pull request #27435 from kamipo/follow_up_25307 | Sean Griffin | 2017-01-03 | 1 | -2/+2 |
|\ |
|
| * | Active Record supports MySQL >= 5.1.10 | Ryuta Kamizono | 2016-12-22 | 1 | -2/+2 |
* | | Revert "Merge pull request #27528 from kamipo/extract_casted_booleans" | Kasper Timm Hansen | 2017-01-01 | 1 | -6/+14 |
* | | Extract `casted_true`/`casted_false` for `Type::ImmutableString` | Ryuta Kamizono | 2017-01-01 | 1 | -14/+6 |
* | | Dump array subtype options correctly | Ryuta Kamizono | 2017-01-01 | 1 | -1/+1 |
* | | Merge pull request #27441 from koic/quoted_insert_version_sql | Kasper Timm Hansen | 2016-12-31 | 1 | -4/+4 |
|\ \ |
|
| * | | Add a quote to an SQL insert statement of schema migration | Koichi ITO | 2016-12-23 | 1 | -4/+4 |
| |/ |
|
* | | Remove deprecated `#insert_sql`, `#update_sql`, and `#delete_sql` | Ryuta Kamizono | 2016-12-30 | 1 | -6/+0 |
* | | Remove deprecated support to query using commas on LIMIT | Rafael Mendonça França | 2016-12-29 | 1 | -6/+1 |
* | | `#tables` and `#table_exists?` and returns only tables and not views | Rafael Mendonça França | 2016-12-29 | 4 | -69/+55 |
* | | Remove deprecated `name` argument from `#tables` | Rafael Mendonça França | 2016-12-29 | 4 | -22/+4 |
* | | Remove deprecated support to passing a column to #quote | Rafael Mendonça França | 2016-12-29 | 1 | -11/+1 |
* | | Sync the visibility of `sql_for_insert` to private | Ryuta Kamizono | 2016-12-29 | 1 | -1/+1 |
* | | Merge pull request #27402 from yui-knk/execute | Rafael França | 2016-12-28 | 1 | -1/+1 |
|\ \ |
|
| * | | Use `#execute` instead of `@connection.query` | yui-knk | 2016-12-19 | 1 | -1/+1 |
| |/ |
|
* | | Fix Rubocop violations and fix documentation visibility | Rafael Mendonça França | 2016-12-28 | 7 | -33/+33 |
* | | AR::ConnectionAdapters::PostgreSQL::Name#parts is called from other instances | Akira Matsuda | 2016-12-25 | 1 | -4/+6 |
* | | Privatize unneededly protected methods in Active Record | Akira Matsuda | 2016-12-24 | 8 | -66/+58 |
* | | No need to nodoc private methods | Akira Matsuda | 2016-12-24 | 2 | -14/+14 |
* | | Describe what we are protecting | Akira Matsuda | 2016-12-23 | 2 | -0/+4 |
|/ |
|
* | Merge pull request #27329 from kamipo/simplify_unsigned_regex | Eileen M. Uchitelle | 2016-12-17 | 1 | -2/+1 |
|\ |
|
| * | Simplify the regex for `unsigned?` method | Ryuta Kamizono | 2016-12-11 | 1 | -2/+1 |
* | | fix QueryCache nil dup | Richard Monette | 2016-12-15 | 2 | -3/+8 |
* | | Merge pull request #27042 from kirs/yaml-schema-cache | Rafael França | 2016-12-13 | 2 | -0/+38 |
|\ \
| |/
|/| |
|
| * | Use YAML to serialize schema cache | Kir Shatrov | 2016-11-27 | 2 | -0/+38 |
* | | Merge pull request #25227 from kamipo/numeric_value_out_of_range | Sean Griffin | 2016-12-10 | 2 | -0/+6 |
|\ \ |
|
| * | | Translate numeric value out of range to the specific exception | Ryuta Kamizono | 2016-12-06 | 2 | -0/+6 |
* | | | Merge pull request #27278 from kamipo/should_be_sync_primary_key_definition | Sean Griffin | 2016-12-08 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Should be sync the `primary_key` definition with actually created | Ryuta Kamizono | 2016-12-06 | 1 | -1/+1 |
* | | | | [ci skip] Document regex change | Alex Kitchens | 2016-12-06 | 1 | -0/+1 |
| |/ /
|/| | |
|
* | | | Translate NOT NULL violation to the specific exception | Ryuta Kamizono | 2016-12-06 | 3 | -0/+9 |
* | | | Merge pull request #26687 from kamipo/fix_add_index_to_normalize_options | Matthew Draper | 2016-12-06 | 2 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix `add_index` to normalize column names and options | Ryuta Kamizono | 2016-10-03 | 2 | -1/+3 |
* | | | Merge pull request #27274 from kamipo/primary_key_with_auto_increment_and_bigint | Matthew Draper | 2016-12-06 | 2 | -3/+7 |
|\ \ \ |
|
| * | | | Make `:auto_increment` option works on `:bigint` | Ryuta Kamizono | 2016-12-06 | 2 | -3/+7 |
* | | | | Make pg adapter use bigserial for pk by default | Pavel Pravosud | 2016-12-05 | 1 | -1/+23 |
* | | | | Change MySQL and Postgresql to use Bigint primary keys | Jon McCartie | 2016-12-05 | 9 | -11/+27 |
|/ / / |
|
* | | | Make `:auto_increment` to internal primary key option | Ryuta Kamizono | 2016-12-06 | 3 | -1/+38 |
* | | | Don't try to run multiple insert queries at once | Sean Griffin | 2016-12-05 | 1 | -5/+9 |
* | | | Fix that `change_column` lose a comment | Ryuta Kamizono | 2016-12-05 | 1 | -0/+4 |
* | | | Stop using the `pg` Float encoder | Sean Griffin | 2016-12-01 | 1 | -1/+0 |
* | | | Fix that unsigned with zerofill is treated as signed | Ryuta Kamizono | 2016-11-27 | 2 | -2/+2 |
* | | | Clear available connections immediately | Matthew Draper | 2016-11-27 | 1 | -0/+2 |
* | | | Merge pull request #27165 from prathamesh-sonpatki/followup-uuid-extension-ch... | Rafael França | 2016-11-25 | 1 | -5/+15 |
|\ \ \ |
|
| * | | | Followup of UUID default extension in the docs [ci skip] | Prathamesh Sonpatki | 2016-11-24 | 1 | -5/+15 |
* | | | | Merge pull request #27108 from matthewd/allocate-connections-after-blocking | Matthew Draper | 2016-11-25 | 1 | -19/+17 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Distribute connections to previously blocked threads when we're done | Matthew Draper | 2016-11-25 | 1 | -19/+17 |
| | |/
| |/| |
|
* / | | For `PostgreSQL >= 9.4` use `gen_random_uuid()` | Yaw Boakye | 2016-11-22 | 2 | -8/+13 |
|/ / |
|