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

--<Menu\Table DDL>-- "numeric" and "decimal" #37

Closed
GoogleCodeExporter opened this issue Jan 26, 2016 · 4 comments
Closed

--<Menu\Table DDL>-- "numeric" and "decimal" #37

GoogleCodeExporter opened this issue Jan 26, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

Data types "numeric" and "decimal" has the same format.

Change in "stubs.sql":

Before:

if (@coltype = 'numeric') select @txt = @txt +
'('+convert(varchar(10),@prec)+','+convert(varchar(10),@scale)+')'

After:

if (@coltype in('numeric', 'decimal')) select @txt = @txt +
'('+convert(varchar(10),@prec)+','+convert(varchar(10),@scale)+')'

Original issue reported on code.google.com by zluis0@gmail.com on 7 Oct 2009 at 11:46

@GoogleCodeExporter
Copy link
Author

you are fast to create issues ;)
are you ready to commit changes by yourself?

Original comment by daggett....@gmail.com on 8 Oct 2009 at 4:00

@GoogleCodeExporter
Copy link
Author

Issue 38 has been merged into this issue.

Original comment by daggett....@gmail.com on 8 Oct 2009 at 4:01

@GoogleCodeExporter
Copy link
Author

Definitely,

That you think of the issues?
are useful? 

Greetings

Original comment by zluis0@gmail.com on 8 Oct 2009 at 2:24

@GoogleCodeExporter
Copy link
Author

this one yes.
more, there is a need to review table ddl generation code.
--
those changes committed in revision #129

Original comment by daggett....@gmail.com on 8 Oct 2009 at 6:24

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant