ここの情報は古いです。ご理解頂いた上でお取り扱いください。
- Timestamp:
-
Oct 31, 2008, 12:28:31 PM (12 years ago)
- Author:
-
mori
- Comment:
-
以下のリビジョンで修正しました。
Legend:
- Unmodified
- Added
- Removed
- Modified
-
- Property Keywords 確認中 added; 再現待ち removed
- Property Owner changed from nobody to mori
-
Property
Version
changed from
2.10.x & 2.12.x & 2.13.x
to
2.13.x
-
Property
Status
changed from
new
to
assigned
-
initial
|
v5
|
|
| 1 | === ■現象 === |
| 2 | 初期投入データに不要なマイクロ秒まで登録されているものがある。 |
| 3 | === ■原因 === |
| 4 | POSTGRES の NOW()関数をそのまま使用しているため。 |
| 5 | === ■修正内容 === |
| 6 | NOW()を TO_TIMESTAMP(NOW(), 'YYYY-MM-DD HH24:MI:SS')に修正。 |
| 7 | これにより、マイクロ秒は登録されなくなった。 |
| 8 | === ■関連情報 === |
1 | 9 | http://sns.openpne.jp/?m=pc&a=page_fh_diary&target_c_diary_id=18110 |
2 | 10 | より転記 |