g2glab / pg

PG Tools
MIT License
6 stars 1 forks source link

データ型についてまとめる #2

Closed ryotayamanaka closed 8 months ago

ryotayamanaka commented 6 years ago

PG 形式は可視性を重視した形式なのでデータ型を宣言していない。そのため、他の形式に変換するときにデータ型を自動判別しているので、このルールについて仕様としてまとめておきたい。

今のところは以下のようなルール(pg_to.evalType):

追加したいのは:

ryotayamanaka commented 3 years ago

For integer, double, string, already described here: https://pg-format.readthedocs.io/en/0.3/contents/pg-format.html#data-type

ryotayamanaka commented 3 years ago

boolean and datetime are stored as string. Is this ok? @matsusho070

hchiba1 commented 8 months ago

followed by the discussion: https://github.com/orgs/pg-format/discussions/14