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
/
adapters
/
postgresql
/
xml_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
1
-1
/
+1
*
prefer `drop_table if_exists: true` over raw SQL.
Yves Senn
2015-02-18
1
-1
/
+1
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
Should escape regexp wildcard character `.`
Ryuta Kamizono
2015-01-19
1
-1
/
+1
*
tests, move schema shorthand assertions into pg specific tests.
Yves Senn
2014-12-02
1
-0
/
+7
*
Don't rely on the sql type to quote XML columns in PG
Sean Griffin
2014-07-06
1
-1
/
+14
*
test pg, rm unused requires.
Yves Senn
2014-06-03
1
-3
/
+0
*
test, use `columns_hash[]` in place of `columns.find {}`.
Yves Senn
2014-05-12
1
-1
/
+1
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-1
/
+1
*
no need to `return skip` in tests. `skip` is enough.
Yves Senn
2014-01-16
1
-1
/
+1
*
Use assert_nil instead of testing for equality
Carlos Antonio da Silva
2013-08-02
1
-2
/
+1
*
Removed redundant xml override from pg adapter
Paul Nikitochkin
2013-08-02
1
-0
/
+39