aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Patch sql injection vulnerability when using integer or float columns.Jamis Buck2006-07-271-1/+2
* create_table rdoc: suggest :id => false for habtm join tablesJeremy Kemper2006-07-101-2/+2
* PostgreSQL: return array fields as strings. Closes #4664.Jeremy Kemper2006-07-101-0/+2
* SQLServer: added tests to ensure all database statements are closed, refactor...Jeremy Kemper2006-07-101-94/+123
* Oracle: BigDecimal support. Closes #5667.Jeremy Kemper2006-07-102-20/+17
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-0813-101/+199
* Firebird migrations support. Closes #5337.Jeremy Kemper2006-07-081-38/+358
* Respect type method. #5337Jeremy Kemper2006-07-081-4/+2
* PostgreSQL: correctly quote the ' in pk_and_sequence_for. Closes #5462.Jeremy Kemper2006-07-071-1/+1
* PostgreSQL: correctly quote microseconds in timestamps. Closes #5641.Jeremy Kemper2006-07-071-1/+1
* PostgreSQL: add_column can add a not null column with a default.Jeremy Kemper2006-07-071-3/+17
* Oracle: use nonblocking queries if allow_concurrency is set, fix pessimistic ...Jeremy Kemper2006-07-072-54/+29
* Fixed a few Oracle issues: Allows Oracle's odd date handling to still work co...David Heinemeier Hansson2006-07-051-2/+2
* PostgreSQL: support microsecond time resolution. Closes #5492.Jeremy Kemper2006-06-252-6/+20
* Don't use keywords as local vars in documentation. Closes #5291. [jeremy@pla...Rick Olson2006-06-211-4/+4
* r4644@asus: jeremy | 2006-06-16 14:57:03 -0700Jeremy Kemper2006-06-194-20/+53
* Fixed issues with BLOB limits, charsets, and booleans for Firebird (closes #5...David Heinemeier Hansson2006-06-031-20/+13
* Added disconnect! to Firebird adapter (closes #5210) [kennethkunz@gmail.com]David Heinemeier Hansson2006-06-031-1/+5
* Fixed migration trouble with SQLite when NOT NULL is used in the new definiti...David Heinemeier Hansson2006-06-031-2/+3
* Fixed problems with eager loading and counting on SQL Server (closed #5212) [...David Heinemeier Hansson2006-06-031-4/+6
* PostgreSQL: don't ignore port when host is nil since it's often used to label...Jeremy Kemper2006-06-021-1/+1
* Mind the order of things.Jeremy Kemper2006-06-014-1/+9
* Records and arrays of records are bound as quoted ids.Jeremy Kemper2006-06-011-0/+3
* Update OpenBase adaterp's maintainer's email address. Closes #5176. [Derrick ...Marcel Molina2006-05-241-1/+1
* Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net]Marcel Molina2006-05-212-29/+33
* Preserve MySQL boolean column defaults when changing a column in a migration....Marcel Molina2006-05-142-2/+4
* PostgreSQL: migrations support :limit with :integer columns by mapping limit ...Jeremy Kemper2006-05-121-0/+12
* Dates and times interpret empty strings as nil rather than 2000-01-01. Closes...Jeremy Kemper2006-05-071-1/+2
* Update FrontBase adapter to check binding version. Closes #4920. [mlaster@met...Marcel Molina2006-04-281-4/+25
* New Frontbase connections don't start in auto-commit mode. Closes #4922. [mla...Marcel Molina2006-04-281-0/+3
* Only modify the sequence name in the FrontBase adapter if the FrontBase adapt...Marcel Molina2006-04-281-5/+3
* Don't require the frontbase adapter until you need toMarcel Molina2006-04-271-2/+1
* Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...Marcel Molina2006-04-271-0/+837
* Fix column type check error in changeset [4280]. [Michael A. Schoen]Marcel Molina2006-04-261-1/+1
* Add Oracle support for CLOB inserts. Closes #4748. [schoenm@earthlink.net san...Marcel Molina2006-04-261-3/+3
* Various fixes for sqlserver_adapter (odbc statement finishing, ado schema dum...Marcel Molina2006-04-261-18/+30
* Sybase Adapter type conversion cleanup [dev@metacasa.net]Marcel Molina2006-04-251-72/+65
* Properly quote index names in migrations (closes #4764) [John Long]Rick Olson2006-04-204-16/+9
* Multiple fixes and optimizations in PostgreSQL adapter, allowing ruby-postgre...Tobias Lütke2006-04-041-7/+25
* Get the green light for Oracle AR unit tests (closes #4573) [Michael Schoen]David Heinemeier Hansson2006-04-041-35/+37
* Fixed broken OCIAdapter (closes #4457) [schoenm@earthlink.net]David Heinemeier Hansson2006-03-301-8/+4
* Fixed documentationDavid Heinemeier Hansson2006-03-282-8/+12
* Support the use of public synonyms with the Oracle adapter; required ruby-oci...David Heinemeier Hansson2006-03-261-0/+1
* Only string_to_binary if the column respondsDavid Heinemeier Hansson2006-03-264-4/+4
* Change periods (.) in table aliases to _'s. Closes #4251 [jeff@ministrycente...Rick Olson2006-03-261-1/+1
* Do it in styleDavid Heinemeier Hansson2006-03-251-2/+2
* Fixed db_schema_import when binary types are present (closes #3101) [DHH]David Heinemeier Hansson2006-03-251-1/+1
* Fixed that MySQL enums should always be returned as strings (closes #3501) [DHH]David Heinemeier Hansson2006-03-251-0/+1
* Fixed DB2 adapter so nullable columns will be determines correctly now and qu...David Heinemeier Hansson2006-03-221-2/+3
* Fixed that schema changes while the database was open would break any connect...David Heinemeier Hansson2006-03-201-11/+15