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
/
cases
/
adapter_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make it the responsibility of the connection to hold onto an ARel visitor for...
Jon Leighton
2011-08-08
1
-0
/
+10
*
Fixed test_disable_referential_integrity on Oracle
Raimonds Simanovskis
2011-08-08
1
-0
/
+3
*
move around tests
Aaron Patterson
2011-07-21
1
-30
/
+0
*
fix postgres connection url test
Terence Lee
2011-07-20
1
-1
/
+1
*
Added test for postgres connections as URL. Fixed query param parsing.
Glenn Gillen
2011-07-20
1
-0
/
+13
*
Provide database connection settings as a URL.
Glenn Gillen
2011-07-20
1
-0
/
+11
*
Create a test case for disable_referential_integrity
Gabriel Sobrinho
2011-07-01
1
-0
/
+14
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Fix adapter_test.rb to make no assumptions about the database name
Jon Leighton
2011-06-05
1
-2
/
+7
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
herp derpricating add_limit_offset!
Aaron Patterson
2011-01-03
1
-12
/
+0
*
Fix test which prevents connection reset on failing and remove hardcoded conn...
Master Lambaster
2010-06-18
1
-8
/
+7
*
Add parentheses to avoid warnings when running AR tests.
Emilio Tagua
2010-06-08
1
-4
/
+4
*
Fixed adapter tests not to assert LIMIT and OFFSET in SQL strings
Raimonds Simanovskis
2010-06-04
1
-13
/
+4
*
Revert "When creating database with rake, create schemas in schema_search_pat...
Michael Koziarski
2010-04-09
1
-6
/
+0
*
When creating database with rake, create schemas in schema_search_path if it ...
Rizwan Reza
2010-03-28
1
-0
/
+6
*
Add add_limit_offset! to adapters.
Emilio Tagua
2010-03-25
1
-0
/
+21
*
Merge commit 'rails/master'
Emilio Tagua
2009-08-10
1
-0
/
+12
|
\
|
*
No longer require database name for MySQL to allow cross database selects.
Tristan Dunn
2009-08-09
1
-0
/
+12
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-08-08
1
-1
/
+7
|
\
|
|
*
fixed test_foreign_key_violations_are_translated_to_specific_exception to wor...
Raimonds Simanovskis
2009-08-06
1
-1
/
+7
|
*
Fixed adapter test cases that were failing in oracle because the asserts were...
Rob Christie
2009-08-06
1
-13
/
+4
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-06-30
1
-0
/
+15
|
\
|
|
*
Translate foreign key violations to ActiveRecord::InvalidForeignKey exceptions.
Michael Schuerig
2009-06-26
1
-0
/
+8
|
*
Translate adapter errors that indicate a violated uniqueness constraint to Ac...
Michael Schuerig
2009-06-26
1
-0
/
+7
*
|
Removed unused methods.
Emilio Tagua
2009-06-23
1
-21
/
+0
|
/
*
Added db:charset support to PostgreSQL. [#556 state:resolved]
Sebastian A. Espindola
2008-07-14
1
-0
/
+6
*
Added SQL escaping for :limit and :offset in MySQL [Jonathan Wiess]
David Heinemeier Hansson
2008-06-01
1
-1
/
+1
*
Added SQL escaping for :limit and :offset [#288 state:closed] (Aaron Bedra, S...
David Heinemeier Hansson
2008-05-31
1
-0
/
+20
*
Added AbstractAdapter#table_exists? and made AbstractAdapter#table implementa...
Tarmo Tänav
2008-05-07
1
-9
/
+10
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
1
-2
/
+2
*
Fix paths
Jeremy Kemper
2008-01-18
1
-2
/
+2
*
Move tests to cases
Jeremy Kemper
2008-01-18
1
-0
/
+106