-
Notifications
You must be signed in to change notification settings - Fork 10
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
why are wfdisc rows being sorted in alphabetic order? #73
Comments
@jwebster-LANL, hmmm. I think you were the last person to modify |
If you do a query like..
The wfdisc row lists come out ordered such that the attributes are in alphabetic order, as opposed to the field order as described in the link above python 3.9.16 let me know what else you might need |
When I upgrade to sqlalchemy 2.*, this problem goes away. I'm currently trying to find the SQLAlchemy version at which this behavior changed... ...crud, it appears to be a problem with all of SQLAlchemy 1.4! Would that be disruptive to you if we were sqla>1.4? |
A (new) error popped up in infraview that is related (i think) to pisces. I had programmed infraview's database waveform acquisition assuming the wfdisc rows had a field order as given in https://nappe.wustl.edu/antelope/css-formats/wfdisc.htm
This has worked up until recently when it seems the wfdisc rows I've been getting back from pisces have the fields sorted in alphabetic order. The code snippit I've been using is:
I checked and the result of the query is sorted with columns in alphabetical order.
I don't see anything in pisces that would cause this...does anyone have an idea about changed?
The text was updated successfully, but these errors were encountered: