| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed extract_limit in class Column to return correct mysql float and doubl... | Aaron Nelson | 2014-05-16 | 1 | -0/+2 |
* | :scissors: | Rafael Mendonça França | 2014-05-14 | 3 | -4/+0 |
* | Methods of these modules are internal | Rafael Mendonça França | 2014-05-14 | 2 | -14/+14 |
* | PostgreSQLAdapter::Utils seems to be only used from a single spot - quite red... | kares | 2014-05-14 | 2 | -20/+19 |
* | move PostgreSQL's DatabaseStatements out of the PostgreSQLAdapter name-space | kares | 2014-05-14 | 2 | -7/+7 |
* | PostgreSQL's SchemaStatements seems a could candidate for re-use (with AR-JDBC) | kares | 2014-05-14 | 2 | -8/+7 |
* | introduce AR::ConnectionAdapters::PostgreSQL for sharing modules (with AR-JDBC) | kares | 2014-05-14 | 7 | -15/+21 |
* | Merge pull request #15092 from kares/pg-array-parser | Rafael Mendonça França | 2014-05-13 | 2 | -27/+27 |
|\ |
|
| * | [postgres] include PgArrayParser directly and only load/include ArrayParser i... | kares | 2014-05-13 | 2 | -27/+27 |
* | | extract pg type map initialization process to `TypeMapInitializer`. | Yves Senn | 2014-05-13 | 2 | -65/+74 |
|/ |
|
* | pg, `change_column_default` accepts `[]`. Closes #11586. | Yves Senn | 2014-05-12 | 2 | -2/+3 |
* | pg, map `char` and `name` types as string. [dark-panda & Yves Senn] | Yves Senn | 2014-05-12 | 1 | -0/+1 |
* | pg, fix Infinity and NaN values conversion. | Innokenty Mihailov | 2014-05-12 | 1 | -3/+8 |
* | Handle other pk types in PostgreSQL gracefully. | Patrick Robertson | 2014-05-12 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-05-10 | 2 | -0/+5 |
|\ |
|
| * | copy edits [ci skip] | Vijay Dev | 2014-05-08 | 1 | -1/+1 |
| * | [ci skip] document type_cast_for_write | schneems | 2014-05-07 | 2 | -0/+5 |
* | | Convert column name to string only once | Kuldeep Aggarwal | 2014-05-04 | 1 | -1/+2 |
* | | Use the reader attribute rather than the instance var when possible | Carlos Antonio da Silva | 2014-05-04 | 1 | -2/+2 |
* | | Simplify building options hash in rename column method for mysql | Carlos Antonio da Silva | 2014-05-04 | 1 | -5/+6 |
* | | Get rid of conditional since column_for handles raising now | Carlos Antonio da Silva | 2014-05-04 | 1 | -7/+4 |
* | | Simplify unless conditional with OR | Carlos Antonio da Silva | 2014-05-04 | 1 | -4/+2 |
* | | Convert column name to string only once | Carlos Antonio da Silva | 2014-05-04 | 1 | -1/+2 |
* | | refactor, move `column_for` to `AbstractAdapter` for better reuse. | Yves Senn | 2014-05-04 | 4 | -17/+11 |
* | | Merge pull request #14896 from jetthoughts/14895_overide_strict_by_sql_mode | Rafael Mendonça França | 2014-05-01 | 1 | -5/+5 |
|\ \ |
|
| * | | Stringify variables names for mysql connections | Paul Nikitochkin | 2014-04-30 | 1 | -5/+5 |
| |/ |
|
* | | Merge pull request #13640 from maginatics/fix_sqlite3_ensure_master | Rafael Mendonça França | 2014-05-01 | 1 | -3/+6 |
|\ \
| |/
|/| |
|
| * | SQLite3: Always close statements. | Timur Alperovich | 2014-01-15 | 1 | -3/+6 |
* | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-25 | 1 | -6/+1 |
|\ \ |
|
| * | | PostgreSQL Timestamps always map to `:datetime`. | Jefferson Lai | 2014-04-24 | 1 | -6/+1 |
* | | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-20 | 6 | -25/+62 |
|\| | |
|
| * | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-04-18 | 1 | -2/+2 |
| |\ \ |
|
| | * | | [ci skip] Use valid current config in example | schneems | 2014-04-15 | 1 | -2/+2 |
| * | | | Optimize select_value, select_values, select_rows and dry up checking whether... | Kris Selden | 2014-04-17 | 2 | -19/+41 |
| * | | | Bring SQLite3Adpter init API closer to others | Arthur Neves | 2014-04-17 | 2 | -3/+2 |
| * | | | Changed change_column in PG schema_statements.rb to make sure that the uuid_g... | Eric Chahin | 2014-04-15 | 2 | -2/+17 |
* | | | | cache scope building on associations | Aaron Patterson | 2014-04-14 | 2 | -5/+5 |
* | | | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-14 | 4 | -11/+23 |
|\| | | |
|
| * | | | please use Ruby, not ActiveSupport | Aaron Patterson | 2014-04-11 | 1 | -1/+1 |
| * | | | PostgreSQL, warn once per connection per missing OID. Closes #14275. | Yves Senn | 2014-04-11 | 1 | -2/+2 |
| * | | | PostgreSQL, adapter automatically reloads it's type map. Closes #14678. | Yves Senn | 2014-04-11 | 3 | -10/+22 |
* | | | | remove the bind visitor since the collector handles substituting bind values | Aaron Patterson | 2014-04-09 | 1 | -6/+2 |
* | | | | push the collectors up to the abstract adapter | Aaron Patterson | 2014-04-09 | 3 | -40/+22 |
* | | | | sqlite3 tests passing again | Aaron Patterson | 2014-04-09 | 1 | -7/+8 |
* | | | | mysql tests are passing again | Aaron Patterson | 2014-04-09 | 1 | -1/+7 |
* | | | | all tests passing on mysql2 | Aaron Patterson | 2014-04-09 | 1 | -1/+0 |
* | | | | working against arel/collector branch | Aaron Patterson | 2014-04-09 | 3 | -15/+8 |
* | | | | fix bind collecting for mysql | Aaron Patterson | 2014-04-09 | 2 | -3/+22 |
* | | | | add a bind collector, remove the bind visitor | Aaron Patterson | 2014-04-09 | 3 | -15/+24 |
* | | | | remove the bind substitution visitor. to_sql should never return bind values | Aaron Patterson | 2014-04-09 | 1 | -4/+0 |