Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete type description printed in annotation #247

Closed
PikachuEXE opened this issue May 22, 2015 · 0 comments
Closed

Incomplete type description printed in annotation #247

PikachuEXE opened this issue May 22, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@PikachuEXE
Copy link

There are several issues here, but all realated to #231

  • New type description is enforced without option to keep the old one
    Should have option to keep the old one and deprecated it for next major/minor version
    I never expect this kind of change in a patch level release
  • New type description is not display fully, see diff below:
-#  contact_name                          :string(255)           default(""), not null
-#  price                                         :integer
-#  annual_percentage_yield         :decimal(10, 4)
-#  last_calculate_estimate_at       :datetime
+#  contact_name                          :character varyin  default(""), not null
+#  price                                         :bigint(8)
+#  annual_percentage_yield         :numeric(10,4)(10
+#  last_calculate_estimate_at       :timestamp withou
@ctran ctran added the bug label May 22, 2015
@ctran ctran added this to the v2.6.10 milestone May 22, 2015
@ctran ctran self-assigned this May 22, 2015
@ctran ctran closed this as completed May 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants