| Commit message (Expand) | Author | Age | Files | Lines |
* | stopgap, need a general strategy for raising readable exceptions for unicode ... | Jason Kirtland | 2007-08-15 | 1 | -1/+2 |
* | - merged "fasttypes" branch. this branch changes the signature | Mike Bayer | 2007-08-14 | 1 | -94/+123 |
* | adjusted mysql autoload from a named schema, esp. for windows | Jason Kirtland | 2007-08-13 | 1 | -8/+7 |
* | auto-commit after LOAD DATA INFILE for mysql | Jason Kirtland | 2007-08-12 | 1 | -2/+11 |
* | Docs. | Jason Kirtland | 2007-08-12 | 1 | -0/+19 |
* | Allow auto_increment on any pk column, not just the first. | Jason Kirtland | 2007-08-12 | 1 | -7/+12 |
* | by popular demand, mysql reflection is now a single round-trip and uses a par... | Jason Kirtland | 2007-08-11 | 1 | -171/+718 |
* | Added 'unformat_identifiers', produces a list of unquoted identifiers from an... | Jason Kirtland | 2007-08-09 | 1 | -0/+3 |
* | restore clipping value for YEAR DDL | Jason Kirtland | 2007-08-09 | 1 | -2/+7 |
* | Added `set_types` to util, a tuple of available set implementations. | Jason Kirtland | 2007-08-08 | 1 | -15/+139 |
* | 'condition' misspelled | Mike Bayer | 2007-08-07 | 1 | -1/+1 |
* | Pedantic tweak to coltype swappage... | Jason Kirtland | 2007-08-04 | 1 | -0/+1 |
* | Further tweaks for lc strategies | Jason Kirtland | 2007-08-04 | 1 | -7/+16 |
* | switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar... | Jonathan Ellis | 2007-08-03 | 1 | -1/+1 |
* | - Dialects can be queried for the server version (sqlite and mysql only with ... | Jason Kirtland | 2007-08-03 | 1 | -59/+150 |
* | Stopgap for post- #646 and r3030, wedge in 0.3 Decimals-are-floats behavior f... | Jason Kirtland | 2007-08-01 | 1 | -2/+1 |
* | Promoted format_table_seq from mysql to ansisql. Formats a fully qualified t... | Jason Kirtland | 2007-08-01 | 1 | -10/+0 |
* | MetaData can now reflect() all tables in the database en-masse thanks to tabl... | Jason Kirtland | 2007-07-31 | 1 | -1/+4 |
* | Big MySQL dialect update, mostly efficiency and style. | Jason Kirtland | 2007-07-29 | 1 | -117/+309 |
* | Finish table_names. | Jason Kirtland | 2007-07-29 | 1 | -2/+4 |
* | add table_names() for mysql. maybe it works. | Jonathan Ellis | 2007-07-29 | 1 | -0/+4 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -32/+75 |
* | Merged lower case caching, fetching from r2955 | Jason Kirtland | 2007-07-20 | 1 | -20/+50 |
* | Better quoting of identifiers when manipulating schemas | Jason Kirtland | 2007-07-19 | 1 | -9/+18 |
* | 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 |
* | 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 |
* | - Patch up MySQL reflection issues with old server versions, alpha drivers, | Jason Kirtland | 2007-07-12 | 1 | -59/+98 |
* | 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 | 1 | -0/+6 |
* | - result.last_inserted_ids() should return a list that is identically | Mike Bayer | 2007-06-17 | 1 | -2/+3 |
* | - MySQL TEXT-derived types weren't respecting convert_unicode, fixes #601 | Jason Kirtland | 2007-06-13 | 1 | -1/+2 |
* | - 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 |
* | - Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versions | Jason Kirtland | 2007-05-31 | 1 | -20/+28 |
* | - Micro-documentation for why we set FOUND_ROWS flag (supports_sane_rowcount) | Jason Kirtland | 2007-05-25 | 1 | -0/+2 |
* | - Coerce 'local_infile' mysql connect argument into an int | Jason Kirtland | 2007-05-25 | 1 | -2/+3 |
* | - Nearly all MySQL column types are now supported for declaration and | Jason Kirtland | 2007-05-25 | 1 | -49/+593 |
* | - Expanded on the MySQL ENUM 'strict' documentation a little bit. | Jason Kirtland | 2007-05-02 | 1 | -1/+4 |
* | - MySQL ENUM types can now optionally ensure that values are within the | Jason Kirtland | 2007-05-02 | 1 | -5/+56 |
* | - allow MySQL column-level CHARACTER SET and COLLATE, plus shortcuts like | Jason Kirtland | 2007-05-01 | 1 | -72/+162 |
* | - mysql uses "DESCRIBE [<schemaname>].<tablename>", catching exceptions | Mike Bayer | 2007-04-29 | 1 | -5/+18 |
* | fixed casing of SET clause | Mike Bayer | 2007-04-26 | 1 | -1/+1 |
* | - support for SSL arguments given as inline within URL query string, | Mike Bayer | 2007-04-22 | 1 | -3/+13 |
* | - Promoted mysql's dburl query string helper to util + fixed | Jason Kirtland | 2007-04-19 | 1 | -10/+8 |
* | - the dialects within sqlalchemy.databases become a setuptools | Mike Bayer | 2007-04-17 | 1 | -3/+5 |
* | - got unicode schemas to work with postgres | Mike Bayer | 2007-04-15 | 1 | -8/+14 |
* | for #516, moved the "disconnect check" step out of pool and back into base.py... | Mike Bayer | 2007-04-03 | 1 | -5/+2 |