aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/timestamp_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* modernizes hash syntax in activerecordXavier Noria2016-08-061-5/+5
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-8/+8
* make it possible to run AR tests with bin/testYves Senn2015-06-111-2/+2
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Extract `DateTimePrecisionTest`Ryuta Kamizono2015-02-131-100/+0
* The datetime precision with zero should be dumpedRyuta Kamizono2015-02-111-22/+39
* Refactor microsecond precision to be database agnosticSean Griffin2015-02-101-0/+3
* Fix rounding problem for PostgreSQL timestamp columnRyuta Kamizono2015-02-081-0/+16
* Change the default `null` value for timestampsSean Griffin2014-08-121-4/+4
* Fix behavior of handling BC era dates.edogawaconan2014-06-051-0/+12
* pg test, move timestamp tests over to `postgresql/timestamp_test.rb`.Yves Senn2014-05-221-11/+52
* Adjust test value so that timezone has no effectAndrew White2014-02-071-1/+1
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-12/+0
* add missing require and fixturesAaron Patterson2012-12-291-0/+3
* fix time typcasting on group counts in PGAaron Patterson2012-12-281-0/+6
* Fix postgresql adapter to handle bc timestamps correctlyBogdan Gusiev2012-11-211-0/+9
* Allow precision option for postgresql datetimesTony Schneider2012-06-221-0/+65
* Fix a couple of helper requires that were missed. This was causing the tests ...Jon Leighton2011-06-071-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Add missing require to fix the CIJon Leighton2011-06-011-0/+1
* Isolated PostgreSQL test into PostgreSQL folderPrem Sichanugrist2011-05-311-0/+29