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

FbConnection.GetSchema returns incorrect data [DNET90] #103

Closed
firebird-automations opened this issue May 31, 2007 · 3 comments
Closed

FbConnection.GetSchema returns incorrect data [DNET90] #103

firebird-automations opened this issue May 31, 2007 · 3 comments

Comments

@firebird-automations
Copy link

Submitted by: Eduardo Gamboa (bestrafender)

Assigned to: @carlosga

If you have a domain defined as:
CREATE DOMAIN D_CURRENCY AS NUMERIC(15,4);
or
CREATE DOMAIN D_CURRENCY AS DECIMAL(15,4);

when you use the method FbConnection.GetSchema("DOMAINS") it returns incorrect values for the NUMERIC_PRECISION.
It returns 8 instead of 15.

Commits: c71d715 01e0239 760ebb6

@firebird-automations
Copy link
Author

Modified by: @carlosga

Fix Version: 2.1.0 RC 2 [ 10180 ]

priority: Blocker [ 1 ]

@firebird-automations
Copy link
Author

Commented by: @carlosga

Hope it's fixed now in SVN, thanks very much

@firebird-automations
Copy link
Author

Modified by: @carlosga

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

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