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
/
test
/
connections
Commit message (
Expand
)
Author
Age
Files
Lines
*
ignore selects from data dictionary views when running tests on Oracle
Raimonds Simanovskis
2010-06-04
1
-1
/
+1
*
test fixes for Oracle enhanced adapter:
Raimonds Simanovskis
2010-06-04
1
-1
/
+1
*
Remove support for SQLite 2.
Pratik Naik
2009-08-17
1
-25
/
+0
*
modifications to Oracle connection.rb setup
Raimonds Simanovskis
2009-08-06
1
-3
/
+17
*
changed default connection to localhost orcl database
Raimonds Simanovskis
2009-08-06
1
-3
/
+3
*
support for assert_queries when using Oracle adapter
Raimonds Simanovskis
2009-08-06
1
-4
/
+20
*
modified native_oracle/connection.rb to run it with oracle_enhanced adapter
Raimonds Simanovskis
2009-08-06
1
-7
/
+18
*
Adding AR tests for JDBC connections
Stephen Bannasch
2009-01-26
6
-0
/
+131
*
Consistently use the framework's configured logger and avoid reverting to RAI...
Joshua Peek
2008-08-18
1
-3
/
+1
*
Cleanup whitespace and remove keys instead of providing nil
Michael Koziarski
2008-02-20
1
-2
/
+0
*
Remove reference to 'postgres' user in the connection and Rakefiles. Allows ...
Michael Koziarski
2008-02-20
1
-2
/
+2
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
3
-4
/
+4
*
Fix paths
Jeremy Kemper
2008-01-18
1
-2
/
+2
*
Move tests to cases
Jeremy Kemper
2008-01-18
11
-11
/
+11
*
Moving SQL Server tests to the extracted adapter. References #9884.
Jeremy Kemper
2007-10-16
2
-48
/
+0
*
Quote db path so SQLite AR tests work on Windows. Closes #5278 [mislav@nippur...
Jeremy Kemper
2007-06-08
2
-2
/
+2
*
Fix typo. Closes #7504 [aurelianito]
Jeremy Kemper
2007-06-05
1
-1
/
+1
*
use RAILS_DEFAULT_LOGGER in debug mode so we can log Dependencies activity
Jeremy Kemper
2006-12-19
1
-1
/
+3
*
Add AssociationCollection#create! to be consistent with AssociationCollection...
Tobias Lütke
2006-12-05
1
-0
/
+3
*
SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations worka...
Jeremy Kemper
2006-11-05
2
-26
/
+8
*
Added timeout option to SQLite3 configurations to deal more gracefully with S...
David Heinemeier Hansson
2006-10-09
1
-1
/
+1
*
Test connections use AR::Base.configurations. References #5497.
Jeremy Kemper
2006-07-10
12
-177
/
+174
*
Fixed issues with BLOB limits, charsets, and booleans for Firebird (closes #5...
David Heinemeier Hansson
2006-06-03
1
-1
/
+2
*
Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...
Marcel Molina
2006-04-27
1
-0
/
+26
*
Get the green light for Oracle AR unit tests (closes #4573) [Michael Schoen]
David Heinemeier Hansson
2006-04-04
1
-1
/
+1
*
Added OpenBase database adapter that builds on top of the http://www.spice-of...
David Heinemeier Hansson
2006-03-18
1
-0
/
+22
*
Added Sybase database adapter that relies on the Sybase Open Client bindings ...
David Heinemeier Hansson
2006-03-02
1
-0
/
+24
*
Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...
David Heinemeier Hansson
2006-03-01
1
-9
/
+7
*
Fixed validates_length_of to work on UTF-8 strings by using characters instea...
David Heinemeier Hansson
2006-02-25
1
-0
/
+1
*
AR should run schema.rb for tests when building test DBs (closes #3578) [Rick...
David Heinemeier Hansson
2006-01-23
3
-1
/
+3
*
Reloading a model doesn't lose track of its connection. References #2996.
Jeremy Kemper
2005-11-24
10
-10
/
+10
*
r3116@asus: jeremy | 2005-11-16 00:17:06 -0800
Jeremy Kemper
2005-11-16
1
-0
/
+24
*
PostgreSQL: min_messages = warning for AR tests.
Jeremy Kemper
2005-11-12
1
-5
/
+5
*
Changed :dbfile to :database for SQLite adapter for consistency (old key stil...
David Heinemeier Hansson
2005-10-30
3
-5
/
+5
*
unbreak unit tests on windows
Michael Koziarski
2005-10-18
1
-2
/
+0
*
r3579@sedna: jeremy | 2005-10-13 12:02:01 -0700
Jeremy Kemper
2005-10-13
1
-4
/
+2
*
r3577@sedna: jeremy | 2005-10-13 11:55:20 -0700
Jeremy Kemper
2005-10-13
1
-0
/
+17
*
Added support for ODBC connections to MS SQL Server so you can connect from a...
David Heinemeier Hansson
2005-07-01
1
-0
/
+26
*
Fixed the MS SQL adapter to work with the new limit/offset approach and with ...
David Heinemeier Hansson
2005-03-23
1
-0
/
+3
*
Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm]
David Heinemeier Hansson
2005-03-14
2
-2
/
+2
*
Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...
David Heinemeier Hansson
2005-02-23
2
-24
/
+25
*
Skip Active Record tests in Action Pack if the SQLite database cant be brough...
David Heinemeier Hansson
2005-02-17
2
-3
/
+8
*
Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...
David Heinemeier Hansson
2005-02-07
1
-0
/
+24
*
Fixed that unit tests for MySQL are now run as the "rails" user instead of ro...
David Heinemeier Hansson
2005-01-15
1
-2
/
+2
*
Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3...
David Heinemeier Hansson
2005-01-10
1
-0
/
+34
*
Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...
David Heinemeier Hansson
2005-01-01
1
-0
/
+24
*
Added the final touches to the Microsoft SQL Server adapter by DeLynn Berry t...
David Heinemeier Hansson
2005-01-01
1
-3
/
+9
*
Initial
David Heinemeier Hansson
2004-11-24
4
-0
/
+97