| Commit message (Expand) | Author | Age | Files | Lines |
* | Oracle: fix connection reset failure. Closes #6846. | Jeremy Kemper | 2006-12-20 | 1 | -1/+1 |
* | If only life was that simple (it didnt help) | David Heinemeier Hansson | 2006-12-01 | 3 | -0/+18 |
* | Replace the elaborate reloading connection checking scheme, just fix the Ruby... | David Heinemeier Hansson | 2006-12-01 | 3 | -18/+0 |
* | Only reload connections in development mode that supports (and requires that)... | David Heinemeier Hansson | 2006-11-26 | 3 | -0/+18 |
* | Quote ActiveSupport::Multibyte::Chars. Closes #6653. | Jeremy Kemper | 2006-11-20 | 1 | -1/+2 |
* | Test for forged '' default before it's typecast. Closes #6156. | Jeremy Kemper | 2006-11-20 | 1 | -2/+3 |
* | MySQL: detect when a NOT NULL column without a default value is misreported a... | Jeremy Kemper | 2006-11-20 | 1 | -0/+19 |
* | Mysql::Result#all_hashes compatibility with Mysql C driver 2.6.x. Closes #6601. | Jeremy Kemper | 2006-11-16 | 1 | -20/+22 |
* | Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out featu... | Jeremy Kemper | 2006-11-14 | 1 | -2/+12 |
* | Oracle: automatically detect the primary key. Closes #6594. | Jeremy Kemper | 2006-11-13 | 1 | -4/+23 |
* | Oracle: to increase performance, prefetch 100 rows and enable similar cursor ... | Jeremy Kemper | 2006-11-13 | 1 | -2/+6 |
* | Oracle: fix limited id selection for eager loading. Closes #6515. | Jeremy Kemper | 2006-11-10 | 4 | -19/+53 |
* | SQLite: use AUTOINCREMENT primary key in >= 3.1.0. Closes #6588. | Jeremy Kemper | 2006-11-09 | 1 | -1/+9 |
* | Firebird: decimal/numeric support. Closes #6408. | Jeremy Kemper | 2006-11-07 | 1 | -10/+7 |
* | SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations worka... | Jeremy Kemper | 2006-11-05 | 1 | -47/+32 |
* | Oracle: resolve test failures, use prefetched primary key for inserts, check ... | Jeremy Kemper | 2006-11-01 | 7 | -110/+53 |
* | Make add_column use the options hash with the Sqlite Adapter. Closes #6464 [o... | Michael Koziarski | 2006-10-24 | 1 | -1/+1 |
* | MySQL: all_hashes compatibility with old MysqlRes class. Closes #6429. | Jeremy Kemper | 2006-10-20 | 1 | -4/+10 |
* | automatically add primary key to #select_limited_ids_list order by clause for... | Rick Olson | 2006-10-13 | 2 | -0/+10 |
* | fix select_limited_ids_list issues in postgresql, retain current behavior in ... | Rick Olson | 2006-10-13 | 2 | -1/+15 |
* | learn to clean up after myself | Rick Olson | 2006-10-09 | 1 | -4/+0 |
* | Reverted old select_limited_ids_list postgresql fix that caused issues in mys... | Rick Olson | 2006-10-09 | 1 | -0/+4 |
* | Fixed rename_table on SQLite tables with indexes defined (closes #5942) [bran... | David Heinemeier Hansson | 2006-10-09 | 1 | -6/+18 |
* | Added timeout option to SQLite3 configurations to deal more gracefully with S... | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+3 |
* | MySQL: introduce Mysql::Result#all_hashes to support further optimization. Cl... | Jeremy Kemper | 2006-10-02 | 1 | -10/+41 |
* | SQLServer: work around bug where some unambiguous date formats are not correc... | Jeremy Kemper | 2006-08-25 | 1 | -1/+2 |
* | Rollback #5819 since it's compatible with PostgreSQL 8.1 only. References #5819. | Jeremy Kemper | 2006-08-22 | 1 | -1/+5 |
* | whitespace | Jeremy Kemper | 2006-08-19 | 1 | -2/+1 |
* | PostgreSQL: simplify index introspection query. Closes #5819. | Jeremy Kemper | 2006-08-19 | 1 | -5/+2 |
* | Make indexed columns easy to extract from the index name. Oracle users should... | Jeremy Kemper | 2006-08-15 | 1 | -1/+1 |
* | Migrations: uniquely name multicolumn indexes so you don't have to. | Jeremy Kemper | 2006-08-15 | 1 | -10/+8 |
* | PostgreSQL: autodetected sequences work correctly with multiple schemas. Rely... | Jeremy Kemper | 2006-08-09 | 1 | -2/+3 |
* | Refactored select routing for SQL Server adapter (closes #5683) [tom@popdog.net] | David Heinemeier Hansson | 2006-08-05 | 1 | -11/+11 |
* | Patch sql injection vulnerability when using integer or float columns. | Jamis Buck | 2006-07-27 | 1 | -1/+2 |
* | create_table rdoc: suggest :id => false for habtm join tables | Jeremy Kemper | 2006-07-10 | 1 | -2/+2 |
* | PostgreSQL: return array fields as strings. Closes #4664. | Jeremy Kemper | 2006-07-10 | 1 | -0/+2 |
* | SQLServer: added tests to ensure all database statements are closed, refactor... | Jeremy Kemper | 2006-07-10 | 1 | -94/+123 |
* | Oracle: BigDecimal support. Closes #5667. | Jeremy Kemper | 2006-07-10 | 2 | -20/+17 |
* | r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 | Jeremy Kemper | 2006-07-08 | 13 | -101/+199 |
* | Firebird migrations support. Closes #5337. | Jeremy Kemper | 2006-07-08 | 1 | -38/+358 |
* | Respect type method. #5337 | Jeremy Kemper | 2006-07-08 | 1 | -4/+2 |
* | PostgreSQL: correctly quote the ' in pk_and_sequence_for. Closes #5462. | Jeremy Kemper | 2006-07-07 | 1 | -1/+1 |
* | PostgreSQL: correctly quote microseconds in timestamps. Closes #5641. | Jeremy Kemper | 2006-07-07 | 1 | -1/+1 |
* | PostgreSQL: add_column can add a not null column with a default. | Jeremy Kemper | 2006-07-07 | 1 | -3/+17 |
* | Oracle: use nonblocking queries if allow_concurrency is set, fix pessimistic ... | Jeremy Kemper | 2006-07-07 | 2 | -54/+29 |
* | Fixed a few Oracle issues: Allows Oracle's odd date handling to still work co... | David Heinemeier Hansson | 2006-07-05 | 1 | -2/+2 |
* | PostgreSQL: support microsecond time resolution. Closes #5492. | Jeremy Kemper | 2006-06-25 | 2 | -6/+20 |
* | Don't use keywords as local vars in documentation. Closes #5291. [jeremy@pla... | Rick Olson | 2006-06-21 | 1 | -4/+4 |
* | r4644@asus: jeremy | 2006-06-16 14:57:03 -0700 | Jeremy Kemper | 2006-06-19 | 4 | -20/+53 |
* | Fixed issues with BLOB limits, charsets, and booleans for Firebird (closes #5... | David Heinemeier Hansson | 2006-06-03 | 1 | -20/+13 |