easyaccess icon indicating copy to clipboard operation
easyaccess copied to clipboard

SQL command line interpreter for astronomical surveys

Results 31 easyaccess issues
Sort by recently updated
recently updated
newest added

Python 3 treats all strings as unicode ([link](https://docs.python.org/3/howto/unicode.html)), which involves a different number of bytes compared to ascii strings. This causes problems when trying to upload tables with string columns...

fitsio is version 1.0, and Cx_Oracle is over version 7. We'd like to get up to speed with these and other upgrades

Some of the usage example movies in the presentation describing easyaccess are a little hard to follow. In addition, it's a little awkward to search a presentation for information and...

If attempting to upload a file with a "-" in the name (as in any file with a DES tilename) from connection.append_table(filename, name=table_name), easyaccess complains `Invalid table name, change filename...

bug

It can't find libbz2 It is probably related to this issue: https://github.com/ContinuumIO/anaconda-issues/issues/2441

installation

We should think of a way to deal with NaNs when uploading and downloading tables. We currently have the `nullvalue` config parameter for downloading, but no treatment for uploading. We...

STOP PRESS: it looks like the whoami command is broken I am running tutorial.py and get the error: ORA-28000: the account is locked ORA-02063: preceding line from DESOPER rgm@dhcp-10-249-190-106(~/soft/des/easyaccess){16}> python...

This may be a duplicate of #99 but with cx_Oracle File "/home/dietrich/applications/anaconda3/lib/python3.5/site-packages/easyaccess-1.4.2-py3.5.egg/easyaccess/easyaccess.py", line 9, in ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/dietrich/applications/anaconda3/lib/python3.5/site-packages/cx_Oracle-5.3-py3.5-linux-x86_64.egg/cx_Oracle.cpython-35m-x86_64-linux-gnu.so) everything is installed using conda.