| Commit message (Expand) | Author | Age | Files | Lines |
| * | - removed LONG_STRING, LONG_BINARY from "binary" types, so type objects | Mike Bayer | 2007-10-14 | 1 | -1/+1 |
| * | fixed reflection of Column's nullable property [firebird] | Roger Demetrescu | 2007-10-06 | 1 | -0/+3 |
| * | firebird doesn't support sane rowcount. | Roger Demetrescu | 2007-09-28 | 1 | -2/+1 |
| * | added support for string date passthru in sqlite (merge of r3322 from trunk) | Jason Kirtland | 2007-09-10 | 1 | -1/+4 |
| * | 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 |
| * | - when reflecting tables from alternate schemas, the "default" placed upon | Mike Bayer | 2007-08-09 | 1 | -1/+1 |
| * | - fixed specification of YEAR columns when generating schema | Jason Kirtland | 2007-08-09 | 1 | -2/+6 |
| * | 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 |
| * | Merged lower case caching, fetching from r2955 | Jason Kirtland | 2007-07-20 | 1 | -20/+50 |
| * | Merged reference fixes from r2986 | Jason Kirtland | 2007-07-19 | 1 | -19/+13 |
| * | Better quoting of identifiers when manipulating schemas | Jason Kirtland | 2007-07-19 | 2 | -10/+20 |
| * | Properly escape table names when reflecting for mssql and sqlite [ticket:653] | Paul Johnston | 2007-07-17 | 2 | -8/+6 |
| * | Minor cleanups. | Jason Kirtland | 2007-07-17 | 1 | -6/+6 |
| * | Be specfic when detecting "no table" exceptions. | Jason Kirtland | 2007-07-17 | 1 | -4/+5 |
| * | - Added basic schema reflection coverage to main tests | Jason Kirtland | 2007-07-17 | 1 | -4/+14 |
| * | - fixed max identifier length on postgres (63) [ticket:571] | Gaƫtan de Menten | 2007-07-17 | 1 | -1/+1 |
| * | - fixed unicode conversion in Oracle TEXT type | Mike Bayer | 2007-07-15 | 1 | -1/+2 |
| * | - converts cx_oracle datetime objects to Python datetime.datetime when | Mike Bayer | 2007-07-15 | 1 | -0/+17 |
| * | - mod operator '%' produces MOD [ticket:624] | Mike Bayer | 2007-07-15 | 1 | -0/+7 |
| * | - more docs | Mike Bayer | 2007-07-15 | 1 | -1/+1 |
| * | rearrange sqlite dialect initialization to be able to warn about pysqlite1 be... | Ants Aasma | 2007-07-14 | 1 | -1/+1 |
| * | Refinement for r2890, column names should remain unicode. | Jason Kirtland | 2007-07-13 | 1 | -0/+3 |
| * | - Keep reflected strings in the connection encoding, not unicode. For now. | Jason Kirtland | 2007-07-12 | 1 | -10/+7 |
| * | dont cache reflected domains, lookup each time | Mike Bayer | 2007-07-12 | 1 | -4/+1 |
| * | - Patch up MySQL reflection issues with old server versions, alpha drivers, | Jason Kirtland | 2007-07-12 | 1 | -59/+98 |
| * | 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 |
| * | postgres: | Mike Bayer | 2007-06-29 | 1 | -4/+68 |
| * | some errors of droppedm mysql connections weren't being caught by the disconn... | Ants Aasma | 2007-06-27 | 1 | -1/+1 |
| * | fix #624, modulo operator escaping on mysql and postgres | Ants Aasma | 2007-06-26 | 2 | -0/+8 |
| * | - added dialect flag "auto_convert_lobs", defaults to True; will cause any | Mike Bayer | 2007-06-22 | 1 | -4/+17 |
| * | - result.last_inserted_ids() should return a list that is identically | Mike Bayer | 2007-06-17 | 3 | -10/+14 |
| * | - datetime fixes: got subsecond TIMESTAMP to work [ticket:604], | Mike Bayer | 2007-06-17 | 1 | -2/+14 |
| * | - sqlite better handles datetime/date/time objects mixed and matched | Mike Bayer | 2007-06-17 | 1 | -6/+15 |
| * | test case for oracle timestamp adaption | Mike Bayer | 2007-06-16 | 1 | -5/+5 |
| * | Multiple MSSQL fixes; see ticket #581 | Paul Johnston | 2007-06-13 | 1 | -22/+65 |
| * | - MySQL TEXT-derived types weren't respecting convert_unicode, fixes #601 | Jason Kirtland | 2007-06-13 | 1 | -1/+2 |
| * | (no commit message) | Rick Morrison | 2007-06-06 | 1 | -0/+3 |
| * | - Rearrange placement of 'fields' (mysql 4.1 reserved word) so that it | Jason Kirtland | 2007-06-05 | 1 | -3/+5 |
| * | - added 'fields' to reserved words [ticket:590] | Mike Bayer | 2007-06-05 | 1 | -1/+1 |
| * | include current versions in warning messages. simplify sqlite_ver test; if a... | Jonathan Ellis | 2007-06-01 | 1 | -3/+3 |
| * | - Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versions | Jason Kirtland | 2007-05-31 | 1 | -20/+28 |
| * | - some execution fixes | Mike Bayer | 2007-05-30 | 1 | -13/+5 |
| * | - Micro-documentation for why we set FOUND_ROWS flag (supports_sane_rowcount) | Jason Kirtland | 2007-05-25 | 1 | -0/+2 |