Skip to content

Commit 145ab5b

Browse files
Jonathan Chambersjreback
Jonathan Chambers
authored andcommitted
ENH #4163 Added tests and documentation
Initial draft of doc updates minor doc updates Added tests and reduced code repetition. Updated Docs. Added test coverage for legacy names Documentation updates, more tests Added depreciation warnings for legacy names. Updated docs and test doc build ENH #4163 - finalized tests and docs, ready for wider use… TST added sqlalchemy to TravisCI build dep for py 2.7 and 3.3 TST Import sqlalchemy on Travis. DOC add docstrings to read sql ENH read_sql connects via Connection, Engine, file path, or :memory: string CLN Separate legacy code into new file, and fallback so that all old tests pass. ENH #4163 added version added coment ENH #4163 added depreciation warning for tquery and uquery ENH #4163 Documentation and tests
1 parent 0222d39 commit 145ab5b

File tree

5 files changed

+3
-829
lines changed

5 files changed

+3
-829
lines changed

ci/requirements-2.7.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ scipy==0.10.0
1919
beautifulsoup4==4.2.1
2020
statsmodels==0.5.0
2121
bigquery==2.0.17
22+
sqlalchemy==0.8.1

ci/requirements-2.7_LOCALE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ scipy==0.10.0
1515
beautifulsoup4==4.2.1
1616
statsmodels==0.5.0
1717
bigquery==2.0.17
18+
sqlalchemy==0.8.1

ci/requirements-3.3.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ lxml==3.2.1
1414
scipy==0.12.0
1515
beautifulsoup4==4.2.1
1616
statsmodels==0.4.3
17+
sqlalchemy==0.9.1

pandas/io/sql_legacy.py

Lines changed: 0 additions & 332 deletions
This file was deleted.

0 commit comments

Comments
 (0)