| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | 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 |
* | | Drop in @jeremy's new database.yml template text | Matthew Draper | 2014-04-09 | 1 | -1/+1 |
* | | Give a deprecation message even when the lookup fails | Matthew Draper | 2014-04-08 | 1 | -2/+2 |
* | | Use connection-specific bytea escaping | Matthew Draper | 2014-04-08 | 1 | -2/+2 |
* | | PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &... | Yves Senn | 2014-04-04 | 2 | -2/+2 |
* | | Merge pull request #14569 from matthewd/sqlite_relative_deprecated | Rafael Mendonça França | 2014-04-03 | 1 | -17/+30 |
|\ \ |
|
| * | | Complete change of `sqlite3:///` path handling | Matthew Draper | 2014-04-03 | 1 | -15/+1 |
| * | | Revise 'sqlite3:' URL handling for smoother upgrades | Matthew Draper | 2014-04-03 | 1 | -18/+45 |
* | | | Merge pull request #14570 from matthewd/uri_deprecation_warning | Rafael Mendonça França | 2014-04-03 | 1 | -24/+28 |
|\ \ \ |
|
| * | | | Avoid including DB details in exception messages | Matthew Draper | 2014-04-03 | 1 | -1/+1 |
| * | | | Avoid a spurious deprecation warning for database URLs | Matthew Draper | 2014-04-03 | 1 | -23/+27 |
| |/ / |
|
* / / | Treat blank UUID values as nil | Dmitry Lavrov | 2014-04-03 | 1 | -1/+8 |
|/ / |
|
* | | PostgreSQL, Support for materialized views. [Dave Lee & Yves Senn] | Dave Lee | 2014-04-02 | 2 | -4/+5 |
* | | Clarify 'database does not exist' message and implementation. | Jeremy Kemper | 2014-04-01 | 4 | -8/+8 |
* | | fix, adjust OID query without range support to include required fields. | Yves Senn | 2014-04-01 | 1 | -3/+4 |
* | | refactor, use `typtype` instead of `typinput` to segment PG types. | Yves Senn | 2014-04-01 | 1 | -3/+3 |
* | | PostgreSQL, register custom domains. Closes #14305. | Yves Senn | 2014-04-01 | 1 | -1/+11 |
* | | PostgreSQL determine `Column#type` through corresponding OID. #7814 | Yves Senn | 2014-04-01 | 2 | -101/+91 |
* | | refactor, put `PostgreSQLColumn` into `column.rb`. | Yves Senn | 2014-03-31 | 2 | -218/+222 |
* | | fix mysql builds | Luke Steensen | 2014-03-30 | 1 | -1/+1 |
* | | fix bug on non empty defaults for pg array columns | Luke Steensen | 2014-03-30 | 2 | -2/+8 |
* | | No need to call to_sym | Rafael Mendonça França | 2014-03-30 | 1 | -2/+2 |
|/ |
|
* | Replace trivial regexp with string or index, twice as fast | Kelley Reynolds | 2014-03-28 | 1 | -1/+1 |
* | Remove unused method | Rafael Mendonça França | 2014-03-26 | 1 | -5/+0 |
* | No need to gsub the string | Rafael Mendonça França | 2014-03-26 | 1 | -1/+1 |
* | Don't use send when we own the method | Rafael Mendonça França | 2014-03-26 | 2 | -35/+35 |
* | Make method private | Rafael Mendonça França | 2014-03-26 | 1 | -5/+6 |
* | Improve the method | Rafael Mendonça França | 2014-03-26 | 1 | -5/+6 |
* | Remove unneeded comments about feature support on the adapters | Rafael Mendonça França | 2014-03-26 | 1 | -20/+9 |
* | Invert the conditionals to make easier to read | Rafael Mendonça França | 2014-03-26 | 1 | -4/+4 |
* | Fixes bugs for using indexes in CREATE TABLE by adding checks for table exist... | Steve Rice | 2014-03-25 | 2 | -2/+2 |
* | create indexes inline in CREATE TABLE for MySQL | Cody Cutrer | 2014-03-25 | 3 | -11/+36 |
* | Postgres schema: Constrain sequence search classid | Josh Williams | 2014-03-20 | 1 | -0/+1 |
* | Reap connections based on owning-thread death | Matthew Draper | 2014-03-18 | 3 | -46/+34 |
* | Teach PostgreSQLAdapter#reset! to actually reset | Matthew Draper | 2014-03-18 | 1 | -1/+6 |
* | Allow custom JDBC urls | schneems | 2014-03-14 | 1 | -2/+2 |
* | No need to binds be optional | Rafael Mendonça França | 2014-03-13 | 1 | -2/+2 |
* | Make select_all on query cache accept a Relation without binds. | Arthur Neves | 2014-03-13 | 2 | -12/+10 |
* | Merge pull request #13040 from kamipo/case_sensitive_comparison | Rafael Mendonça França | 2014-03-12 | 2 | -0/+13 |
|\ |
|
| * | Only use BINARY for mysql case sensitive uniqueness check when column has a c... | Ryuta Kamizono | 2013-11-26 | 2 | -0/+13 |
* | | MySQL 5.6 and later supports microsecond precision in datetime. | Tatsuhiko Miyagawa | 2014-03-12 | 1 | -0/+8 |
* | | `change_table` supports `citext`. Follow up to #12523. | Yves Senn | 2014-03-11 | 1 | -0/+4 |
* | | register OID for PostgreSQL citex datatype [Troy Kruthoff & Lachlan Sylvester] | lsylvester | 2014-03-11 | 2 | -1/+9 |