| Commit message (Expand) | Author | Age | Files | Lines |
| * | MSSQL unit test fixes | Paul Johnston | 2007-08-19 | 1 | -3/+3 |
| * | can now specify a DSN for PyODBC, ticket #724 | Paul Johnston | 2007-08-17 | 1 | -5/+9 |
| * | Add some new types to MSSQL; ticket #721 | Paul Johnston | 2007-08-17 | 1 | -4/+28 |
| * | Merge changeset [3343] into rel_0_3 branch | Paul Johnston | 2007-08-17 | 1 | -1/+2 |
| * | automatically use_scope_identity if an appropriate version of PyODBC is insta... | Paul Johnston | 2007-08-08 | 1 | -0/+9 |
| * | mssql: indexes are now quoted when dropping from reflected tables [ticket:684] | Rick Morrison | 2007-07-26 | 1 | -1/+3 |
| * | mssql: added support for TIME type (simulated via DATETIME col) [ticket:679] | Rick Morrison | 2007-07-26 | 1 | -0/+25 |
| * | Properly escape table names when reflecting for mssql and sqlite [ticket:653] | Paul Johnston | 2007-07-17 | 1 | -5/+3 |
| * | mssql: preliminary support for using scope_identity() with pyodbc | Paul Johnston | 2007-07-11 | 1 | -1/+25 |
| * | mssql now able to reflect start and increment values for identity columns | Paul Johnston | 2007-07-11 | 1 | -6/+15 |
| * | Fix port option handling for mssql/pyodbc [ticket:634] | Rick Morrison | 2007-07-09 | 1 | -2/+5 |
| * | - result.last_inserted_ids() should return a list that is identically | Mike Bayer | 2007-06-17 | 1 | -7/+8 |
| * | Multiple MSSQL fixes; see ticket #581 | Paul Johnston | 2007-06-13 | 1 | -22/+65 |
| * | (no commit message) | Rick Morrison | 2007-06-06 | 1 | -0/+3 |
| * | - mssql: replace "select @@identity" with "select @@scope_identity". Should h... | Rick Morrison | 2007-04-29 | 1 | -6/+28 |
| * | - the dialects within sqlalchemy.databases become a setuptools | Mike Bayer | 2007-04-17 | 1 | -16/+18 |
| * | explicit zero was failing for float cols | Rick Morrison | 2007-04-04 | 1 | -1/+3 |
| * | for #516, moved the "disconnect check" step out of pool and back into base.py... | Mike Bayer | 2007-04-03 | 1 | -12/+6 |
| * | - merged the patch from #516 + fixes | Mike Bayer | 2007-04-02 | 1 | -0/+16 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -88/+71 |
| * | better explicit PK insert checking | Rick Morrison | 2007-03-28 | 1 | -3/+3 |
| * | Change to ParameterClause object change | Rick Morrison | 2007-03-28 | 1 | -3/+6 |
| * | msssql: more unit tests now pass | Rick Morrison | 2007-03-27 | 1 | -1/+10 |
| * | mssql: now passes still more unit tests, [ticket:481] | Rick Morrison | 2007-03-19 | 1 | -3/+13 |
| * | - added db modules to genned docstrings | Mike Bayer | 2007-03-18 | 1 | -7/+15 |
| * | mssql: cleanup of module importing code; specifiable DB-API module; more expl... | Rick Morrison | 2007-03-18 | 1 | -151/+150 |
| * | mssql: optionally use VARCHAR(max) instead of TEXT. [ticket:509] | Rick Morrison | 2007-03-18 | 1 | -8/+23 |
| * | MSSQL now passes still more unit tests [ticket:481] | Rick Morrison | 2007-03-15 | 1 | -20/+46 |
| * | - for hackers, refactored the "visitor" system of ClauseElement and | Mike Bayer | 2007-03-11 | 1 | -3/+3 |
| * | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -37/+61 |
| * | Tested with pymssql 0.8.0 | Rick Morrison | 2007-02-21 | 1 | -4/+13 |
| * | (no commit message) | Rick Morrison | 2007-02-19 | 1 | -13/+21 |
| * | Completed previously missed patches from tickets 422 and 415 | Rick Morrison | 2007-02-18 | 1 | -13/+26 |
| * | commented out ImportError for now; will issue new ticket for handling dialect... | Mike Bayer | 2007-02-17 | 1 | -3/+3 |
| * | better MSSSQL support for implicit sequences and auto-insert, ticket 415 | Rick Morrison | 2007-02-16 | 1 | -13/+22 |
| * | Fix Fix for adodbapi bug introduced by ticket 419 | Rick Morrison | 2007-02-16 | 1 | -13/+22 |
| * | Func rewrite for better unittest compatibility | Rick Morrison | 2007-02-16 | 1 | -28/+38 |
| * | revert old unittest patch for MSSQL | Rick Morrison | 2007-02-15 | 1 | -0/+2 |
| * | MSSSQL is now passing unit tests (well, some) thanks to Paul Johnston | Rick Morrison | 2007-02-15 | 1 | -8/+19 |
| * | run-time selectable DB-API modules for mssql [ticket:419] | Rick Morrison | 2007-02-14 | 1 | -22/+62 |
| * | Fix for ticket 473 | Rick Morrison | 2007-02-14 | 1 | -0/+7 |
| * | Fix query.get for MSSQL tables with schema specified | Rick Morrison | 2007-02-14 | 1 | -0/+1 |
| * | ticket 298 plus transaction fixes for pymssql | Rick Morrison | 2007-02-06 | 1 | -6/+18 |
| * | - added "schema" argument to all has_table() calls, only supported so far by PG | Mike Bayer | 2007-02-04 | 1 | -2/+2 |
| * | - postgres cursor option is now server_side_cursors=False; some users get bad... | Mike Bayer | 2007-01-14 | 1 | -5/+7 |
| * | typo fix (thanks Paul J) | Rick Morrison | 2007-01-06 | 1 | -1/+1 |
| * | Removed "burned-in" schema name of "dbo". Suggested by janezj | Rick Morrison | 2007-01-04 | 1 | -3/+7 |
| * | Patch from Paul Johnston that refactors adodbapi vs. pymssql a bit, fixes bro... | Rick Morrison | 2007-01-04 | 1 | -52/+37 |
| * | reversing last commit | Rick Morrison | 2006-12-18 | 1 | -6/+1 |
| * | added missing ref to between in sql.py __all__ | Rick Morrison | 2006-12-17 | 1 | -1/+6 |