Date: prev next · Thread: first prev next last
2017 Archives by date, by thread · List index


渡辺さん

On Sat, 4 Feb 2017 15:45:31 +0900, Koutarou Watanabe <kouwatanabe634@gmail.com> wrote:
渡辺です、5.3のBASEにCALCデータをドラッグ&ドロップしてテーブル作成する場合の挙動で日付落ちがありました。
5.3を早速試していただいて、いいですね。
リリースノートにも記載されていますが、Firebird 3.0.0にアップグレードされた点が
ご指摘いただいている不具合に関連しているかもしれません。

-- Takeshi Abe


CALCで2016/01/01~2016/12/31までのデータを作る
BASEのテーブルにドラッグ&ドロップしてテーブル作成wizardを起動させる
データ型は日付DATE型を選択する
データがインポートされるのでテーブルを開く
1月のデータは
ID 取得日付
1 1月1日
3 1月3日
5 1月5日
7 1月7日
9 1月9日
11 1月11日
13 1月13日
15 1月15日
17 1月17日
19 1月19日
21 1月21日
23 1月23日
25 1月25日
27 1月27日
29 1月29日
31 1月31日

2月は
33 2月2日
35 2月4日
37 2月6日
39 2月8日
41 2月10日
43 2月12日
45 2月14日
47 2月16日
49 2月18日
51 2月20日
53 2月22日
55 2月24日
57 2月26日
59
2月28日
という形で登録されます。

また、デザイン表示でクエリーを作成して、登録された日付を検索しようとしても
Firebird sdbc error
SQL error code =-104
token unknown -line 1  "'2016-01-31'
というエラーでエラーになってしまいました。

検索したクエリーをSQLで表示すると以下のようになっており
SELECT "ID" "ID", "取得日付" "取得日付" FROM "テーブル1" WHERE "取得日付" = {d '2016-01-31'
}

ちなみに{d }を消して実行すると正常に値を返しましたのでデザインで作成すると余計な文字列を付与しているのでは?と思います。
同じ挙動になるかたいらっしゃいますか?

バージョン: 5.3.0.3
Build ID: 7074905676c47b82bbcfbea1aeefc84afe1c50e1
CPU Threads: 2; OS Version: Windows 6.2; UI Render: default; Layout Engine:
new;
ロケール: ja-JP (ja_JP); Calc: group

いままでのBASEファイルが全く開けないのはツライです

-- 
Unsubscribe instructions: E-mail to discuss+unsubscribe@ja.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/ja/discuss/
All messages sent to this list will be publicly archived and cannot be deleted

-- 
Unsubscribe instructions: E-mail to discuss+unsubscribe@ja.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/ja/discuss/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.