-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
SQL alchemy file structure #4323
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
Conversation
failed travis should be fixed with a rebase :) |
Yeah, thanks. It's running now. What happened there, out of curiosity? |
was a travis config issue my fault |
Good to go. We should merge #4304 into sql.py, legacy_sql.py, test_legacy_sql.py. test_sql.py is empty so far. |
not sure, but i think #4163 will be closed when this is merge just note to self reopen it if it closes 😄 |
I think the issue only closes if you say 'closes' before the issue (I one had 'fixes' and nothing happened) |
official docs for that (sort of) it's about commit message closing |
@danielballan minor quibble....do we need sqlalchemy in all builds? things are so fast now almost doesn't matter |
I'm not sure. Are there docs on what builds do what? The versions of Python are obvious, but what is _LOCALE doing? |
no docs really, i'll open an issue to doc them in the wiki, but the build stuff changes occasionally so need to remember to update that. here's the short version 2.6 runs tests marked not slow WITHOUT full dependencies |
generally full deps are on |
@jreback 3.2, 3.3 are now running full deps |
3.3 runs full deps? |
yep |
oh ok great |
I can remove sqlalchemy from 2.6 for consistency. Might as well run it to be sure we don't introduce 2.6 compat issues? Your call. |
We could make it a soft dependency i.e. skip tests if SQLalchemy (or MySQL etc.) installed or if there is a connection faiiure (with anything other than SQLite)? At the moment:
|
don't merge quite yet |
@hayd Yes, I agree sqlalchemy should be a soft dependency, just as MySQLdb is now. Can we merge all these commits into the sql branch but none into the master? |
yes.....can merge to sql branch no prob (@hayd) |
Updated sql branch, go for it! |
closing in favour of merging sql branch later |
partial solutions to #4163
Merge this into the sql branch so we can start incorporating bug fixes into the new file structure of
sql.py
/sql_legacy.py
.