You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
TST to use sqlachemy syntax in tests
CLN sql into classes, legacy passes
FIX few engine vs con calls
CLN pep8 cleanup
add postgres support for pandas.io.sql.get_schema
WIP: cleaup of sql io module - imported correct SQLALCHEMY type, delete redundant PandasSQLWithCon
TODO: renamed _engine_read_table, need to think of a better name.
TODO: clean up get_conneciton function
ENH: cleanup of SQL io
TODO: check that legacy mode works
TODO: run tests
correctly enabled coerce_float option
Cleanup and bug-fixing mainly on legacy mode sql.
IMPORTANT - changed legacy to require connection rather than cursor. This is still not yet finalized.
TODO: tests and doc
Added Test coverage for basic functionality using in-memory SQLite database
Simplified API by automatically distinguishing between engine and connection. Added warnings
ENH pandas-dev#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 pandas-dev#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 pandas-dev#4163 added version added coment
ENH pandas-dev#4163 added depreciation warning for tquery and uquery
ENH pandas-dev#4163 Documentation and tests
ENH pandas-dev#4163 Added more robust type coertion, datetime parsing, and parse date options. Updated optional dependancies
Added columns optional arg to read_table, removed failing legacy tests.
Added columns to doc
ENH pandas-dev#4163 Fixed class renaming, expanded docs
ENH pandas-dev#4163 Fixed tests in legacy mode
ENH pandas-dev#4163 Use SQLAlchemy for DB abstraction
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.
TST to use sqlachemy syntax in tests
CLN sql into classes, legacy passes
FIX few engine vs con calls
CLN pep8 cleanup
add postgres support for pandas.io.sql.get_schema
WIP: cleaup of sql io module - imported correct SQLALCHEMY type, delete redundant PandasSQLWithCon
TODO: renamed _engine_read_table, need to think of a better name.
TODO: clean up get_conneciton function
ENH: cleanup of SQL io
TODO: check that legacy mode works
TODO: run tests
correctly enabled coerce_float option
Cleanup and bug-fixing mainly on legacy mode sql.
IMPORTANT - changed legacy to require connection rather than cursor. This is still not yet finalized.
TODO: tests and doc
Added Test coverage for basic functionality using in-memory SQLite database
Simplified API by automatically distinguishing between engine and connection. Added warnings
ENH pandas-dev#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 pandas-dev#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 pandas-dev#4163 added version added coment
ENH pandas-dev#4163 added depreciation warning for tquery and uquery
ENH pandas-dev#4163 Documentation and tests
ENH pandas-dev#4163 Added more robust type coertion, datetime parsing, and parse date options. Updated optional dependancies
Added columns optional arg to read_table, removed failing legacy tests.
Added columns to doc
ENH pandas-dev#4163 Fixed class renaming, expanded docs
ENH pandas-dev#4163 Fixed tests in legacy mode
ENH pandas-dev#4163 Tweaks to docs, avoid mutable default args, mysql tests
ENH pandas-dev#4163 Introduce DataFrame Index support. Refactor to introduce PandasSQLTable for cleaner OOP design
ENH pandas-dev#4163 Fix bug in index + parse date interaction, added test case for problem
ENH pandas-dev#4163 Fixed missing basestring import for py3.3 compat
ENH pandas-dev#4163 Fixed missing string_types import for py3.3 compat
0 commit comments