index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
connection_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Added disconnect! to Firebird adapter (closes #5210) [kennethkunz@gmail.com]
David Heinemeier Hansson
2006-06-03
1
-1
/
+5
*
Fixed migration trouble with SQLite when NOT NULL is used in the new definiti...
David Heinemeier Hansson
2006-06-03
1
-2
/
+3
*
Fixed problems with eager loading and counting on SQL Server (closed #5212) [...
David Heinemeier Hansson
2006-06-03
1
-4
/
+6
*
PostgreSQL: don't ignore port when host is nil since it's often used to label...
Jeremy Kemper
2006-06-02
1
-1
/
+1
*
Mind the order of things.
Jeremy Kemper
2006-06-01
4
-1
/
+9
*
Records and arrays of records are bound as quoted ids.
Jeremy Kemper
2006-06-01
1
-0
/
+3
*
Update OpenBase adaterp's maintainer's email address. Closes #5176. [Derrick ...
Marcel Molina
2006-05-24
1
-1
/
+1
*
Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net]
Marcel Molina
2006-05-21
2
-29
/
+33
*
Preserve MySQL boolean column defaults when changing a column in a migration....
Marcel Molina
2006-05-14
2
-2
/
+4
*
PostgreSQL: migrations support :limit with :integer columns by mapping limit ...
Jeremy Kemper
2006-05-12
1
-0
/
+12
*
Dates and times interpret empty strings as nil rather than 2000-01-01. Closes...
Jeremy Kemper
2006-05-07
1
-1
/
+2
*
Update FrontBase adapter to check binding version. Closes #4920. [mlaster@met...
Marcel Molina
2006-04-28
1
-4
/
+25
*
New Frontbase connections don't start in auto-commit mode. Closes #4922. [mla...
Marcel Molina
2006-04-28
1
-0
/
+3
*
Only modify the sequence name in the FrontBase adapter if the FrontBase adapt...
Marcel Molina
2006-04-28
1
-5
/
+3
*
Don't require the frontbase adapter until you need to
Marcel Molina
2006-04-27
1
-2
/
+1
*
Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...
Marcel Molina
2006-04-27
1
-0
/
+837
*
Fix column type check error in changeset [4280]. [Michael A. Schoen]
Marcel Molina
2006-04-26
1
-1
/
+1
*
Add Oracle support for CLOB inserts. Closes #4748. [schoenm@earthlink.net san...
Marcel Molina
2006-04-26
1
-3
/
+3
*
Various fixes for sqlserver_adapter (odbc statement finishing, ado schema dum...
Marcel Molina
2006-04-26
1
-18
/
+30
*
Sybase Adapter type conversion cleanup [dev@metacasa.net]
Marcel Molina
2006-04-25
1
-72
/
+65
*
Properly quote index names in migrations (closes #4764) [John Long]
Rick Olson
2006-04-20
4
-16
/
+9
*
Multiple fixes and optimizations in PostgreSQL adapter, allowing ruby-postgre...
Tobias Lütke
2006-04-04
1
-7
/
+25
*
Get the green light for Oracle AR unit tests (closes #4573) [Michael Schoen]
David Heinemeier Hansson
2006-04-04
1
-35
/
+37
*
Fixed broken OCIAdapter (closes #4457) [schoenm@earthlink.net]
David Heinemeier Hansson
2006-03-30
1
-8
/
+4
*
Fixed documentation
David Heinemeier Hansson
2006-03-28
2
-8
/
+12
[next]