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
*
Simplify and optimize Postgres query for primary_keys()
Jordan Lewis
2017-02-13
1
-8
/
+0
*
The `default` arg of `index_name_exists?` makes to optional
Ryuta Kamizono
2017-02-13
1
-7
/
+7
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-3
/
+3
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-5
/
+5
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-44
/
+44
*
Add Expression Indexes and Operator Classes support for PostgreSQL
Ryuta Kamizono
2016-04-24
1
-13
/
+17
*
Fix tests failure with `prepared_statements: false`
Ryuta Kamizono
2016-02-29
1
-10
/
+12
*
Typos in AR tests
Akira Matsuda
2016-02-03
1
-1
/
+1
*
Handle specified schemas when removing a Postgres index
Grey Baker
2015-12-18
1
-0
/
+14
*
Merge pull request #22623 from greysteil/support-passing-schema-name-to-indexes
Matthew Draper
2015-12-18
1
-0
/
+5
|
\
|
*
Support passing the schema name prefix to `conenction.indexes`
Grey Baker
2015-12-17
1
-0
/
+5
*
|
Support removing custom-names indexes when only specifying column names
Grey Baker
2015-12-15
1
-2
/
+0
|
/
*
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
1
-13
/
+13
*
Do not cache prepared statements that are unlikely to have cache hits
Sean Griffin
2015-10-20
1
-1
/
+1
*
introduce `conn.data_source_exists?` and `conn.data_sources`.
Yves Senn
2015-09-22
1
-0
/
+2
*
Support dropping indexes concurrently in Postgres
Grey Baker
2015-09-05
1
-2
/
+2
*
pg, `create_schema`, `drop_schema` and `rename_table` quote schema name.
Yves Senn
2015-08-28
1
-7
/
+47
*
PostgreSQL, add `:if_exists` to `#drop_schema`.
Yves Senn
2015-08-28
1
-10
/
+21
*
Display decimal defaults as strings to keep precision
John Gesimondo
2015-06-23
1
-0
/
+5
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
1
-3
/
+3
*
PostgreSQL, Fix OID based type casts in C for primitive types.
Lars Kanis
2015-03-25
1
-3
/
+3
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-1
/
+1
*
Prefer `drop_table if_exists: true` over raw SQL
Ryuta Kamizono
2015-02-18
1
-2
/
+2
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
1
-2
/
+6
*
Should escape regexp wildcard character `.`
Ryuta Kamizono
2015-01-19
1
-1
/
+1
*
pg tests, get rid of global schema `schema_1`.
Yves Senn
2014-12-02
1
-1
/
+51
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
fix set_pk_sequence and add a test for it.
Aaron Patterson
2014-10-31
1
-0
/
+8
*
pg, correctly dump foreign keys targeting tables in a different schema.
Yves Senn
2014-09-17
1
-0
/
+26
*
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
[next]