1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/adapters
Tony Schneider 6657ec9a0a Allow precision option for postgresql datetimes
This patch addresses the difficulty of retrieving datetime fields. By default, the database holds a higher precision than the time as a String.

This issue is discussed at length at the following links:
- [#3519](https://github.com/rails/rails/issues/3519)
- [#3520](https://github.com/rails/rails/issues/3520)

Also, kudos to @mattscilipoti
2012-06-22 14:18:44 -04:00
..
firebird
mysql Improve the derivation of HABTM assocation join table names 2012-06-22 06:27:11 +01:00
mysql2 Improve the derivation of HABTM assocation join table names 2012-06-22 06:27:11 +01:00
oracle
postgresql Allow precision option for postgresql datetimes 2012-06-22 14:18:44 -04:00
sqlite3 Fix logs name consistency. 2012-05-19 04:53:12 +09:00