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
/
schema_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
pg, `reset_pk_sequence!` respects schemas. Closes #14719.
Yves Senn
2014-05-30
1
-2
/
+11
*
remove unused variable warning
Kuldeep Aggarwal
2014-05-26
1
-1
/
+1
*
Fixed the inferred table name for HABTM within a schema
Eric Chahin
2014-05-20
1
-0
/
+26
*
pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction.
Yves Senn
2014-05-19
1
-15
/
+0
*
PostgreSQLAdapter::Utils seems to be only used from a single spot - quite red...
kares
2014-05-14
1
-0
/
+15
*
Prevent state leak in test.
Guo Xiang Tan
2014-04-03
1
-17
/
+16
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-1
/
+1
*
Merge pull request #13688 from jbaudanza/psql-index-exists
Rafael Mendonça França
2014-02-01
1
-0
/
+12
|
\
|
*
psql implementation of #index_name_exists?
Jonathan Baudanza
2014-01-16
1
-0
/
+12
*
|
test to ensure bad prepared statements raise a StatementInvalid exception
Aaron Patterson
2014-01-17
1
-0
/
+6
|
/
*
Custom index type support with :using.
doabit
2013-03-24
1
-5
/
+15
*
#7914 get default value when type uses schema name
Arturo Pie
2012-10-13
1
-1
/
+1
*
Cleanup trailing whitespaces
dfens
2012-10-12
1
-1
/
+1
*
Adds #create/drop_schema on the PostgreSQL Adapter.
Travis Jeffery
2012-03-07
1
-2
/
+37
*
Add #schema_names to PostgreSQL Adapter.
Travis Jeffery
2012-03-07
1
-0
/
+4
*
Restored ability to identify ID and Sequence from tables relying on a nonmatc...
William Lawson
2012-02-20
1
-3
/
+7
*
Avoid postgres 9.X syntax
Jon Leighton
2011-12-03
1
-1
/
+5
*
Deprecate set_table_name in favour of self.table_name= or defining your own m...
Jon Leighton
2011-11-29
1
-5
/
+5
*
fixing tests on PG
Aaron Patterson
2011-11-16
1
-1
/
+1
*
Merge pull request #3521 from nulogy/fix_postgres_adapter_to_handle_spaces_be...
Aaron Patterson
2011-11-06
1
-0
/
+4
*
AR changes to support creating ordered (asc, desc) indexes
Vlad Jebelev
2011-11-04
1
-4
/
+12
*
reset prepared statement when schema changes imapact statement results. fixes...
Aaron Patterson
2011-10-18
1
-0
/
+8
*
refs #3232. Prepared statements and postgreSQL schemas.
Juan M. Cuello
2011-10-05
1
-0
/
+19
*
Merge commit 'refs/pull/2909/head' of https://github.com/rails/rails into rawr
Aaron Patterson
2011-09-07
1
-0
/
+6
*
Make #extract_schema_and_table an instance method in Utils
Daniel Schierbeck
2011-07-09
1
-15
/
+0
*
Refactor PostgreSQLAdapter a bit
Daniel Schierbeck
2011-07-08
1
-2
/
+2
*
Make PostgreSQL adapter view-compatible
Paul Gallagher
2011-06-19
1
-1
/
+0
*
make extract_schema_and_table a private method
Paul Gallagher
2011-06-11
1
-7
/
+7
*
remove table quoting in primary_key method
Paul Gallagher
2011-06-11
1
-5
/
+17
*
apply private method indentation convention
Paul Gallagher
2011-06-10
1
-2
/
+2
*
Improve PostgreSQL adapter schema-awareness
Paul Gallagher
2011-06-10
1
-2
/
+83
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
index dump should not include full text indexes. Thanks Ken Mayer for the ori...
Aaron Patterson
2010-06-26
1
-0
/
+4
*
reorganizing adapter specific tests. [#4974 state:resolved]
Aaron Patterson
2010-06-25
1
-0
/
+193