-
Notifications
You must be signed in to change notification settings - Fork 7
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
Are the default behaviours correct? #6
Comments
That is a bit odd. The data should certainly be printed aligned in columns. Could you supply some sample data/query/output and I'll have a look. Also let me know what version of odc you are looking at. |
How should I get the ODB to you? It is about 43kb. odc version is 1.4.4. Query is just select *. |
43kb should be small enough to attach to the issue here. Otherwise just email me (you have my email already somewhere). |
I've sent an email. |
Hang on a minute, I thought I was on 1.4.4, but it seems I am on master. I will try with develop. |
I've tried with head of develop, it still shows the same output. |
You haven't built the SQL support in your version of eckit. You need to do that. |
I am running some odc sql statements with no options, i.e. odc sql 'select ....' -i filename. I am getting output that is a) not aligned in columns and b) appears to be printed as full precision. I'm not sure how best to show this as I suspect just copying and pasting here will destroy the formatting. In any case when running in odc help sql I see there are options --no_alignment and --full_precision but it appears that these are the default. Is this correct?
The text was updated successfully, but these errors were encountered: