| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | documented listeners arg on create_engine(), [ticket:1230] | Mike Bayer | 2010-03-19 | 1 | -19/+23 |
| * | removed all dialect table_names() methods and standardized | Mike Bayer | 2010-03-19 | 1 | -1/+1 |
| * | - pyodbc can do *some* unicode with sybase, python-sybase not at all. | Mike Bayer | 2010-03-17 | 1 | -1/+1 |
| * | - added pyodbc for sybase driver. | Mike Bayer | 2010-03-17 | 1 | -0/+1 |
| * | - The visit_pool() method of Dialect is removed, and replaced with | Mike Bayer | 2010-03-15 | 3 | -4/+55 |
| * | - initial working version of sybase, with modifications to the transactional | Mike Bayer | 2010-03-14 | 1 | -1/+5 |
| * | - Added "logging_name" argument to create_engine(), Pool() constructor | Mike Bayer | 2010-03-13 | 3 | -4/+17 |
| * | oursql doesn't like the cursor being reused without fetch being finished | Mike Bayer | 2010-03-12 | 1 | -13/+15 |
| * | - Added preliminary support for Oracle's WITH_UNICODE | Mike Bayer | 2010-03-12 | 1 | -1/+9 |
| * | refine that a bit | Mike Bayer | 2010-03-11 | 1 | -20/+15 |
| * | adding windows-appropriate levels of pain to unicode handling | Mike Bayer | 2010-03-11 | 1 | -2/+2 |
| * | add a third state to converts_unicode_strings - "conditional". at the moment | Mike Bayer | 2010-03-11 | 1 | -2/+18 |
| * | fixed up docs for execution_options() across all three locations. | Mike Bayer | 2010-03-09 | 1 | -7/+12 |
| * | - the execution sequence pulls all rowcount/last inserted ID | Mike Bayer | 2010-02-28 | 2 | -29/+62 |
| * | - simplify the OurSQL dialect regarding py3k, this version gives it a fairly | Mike Bayer | 2010-02-28 | 1 | -15/+14 |
| * | - orm: Removed a lot of logging that nobody really cares about, | Mike Bayer | 2010-02-28 | 1 | -7/+11 |
| * | Corrected docs on create_engine to link to DBEngine Logging docs. Fixes #1721. | Michael Trier | 2010-02-28 | 1 | -4/+3 |
| * | working on pyodbc / mxodbc | Mike Bayer | 2010-02-27 | 1 | -0/+5 |
| * | - threadlocal engine wasn't properly closing the connection | Mike Bayer | 2010-02-27 | 2 | -5/+11 |
| * | Changed bind parameters to be passed as a tuple. Some drivers don't like to r... | Michael Trier | 2010-02-26 | 1 | -2/+2 |
| * | - The assert_unicode flag is deprecated. SQLAlchemy will raise | Mike Bayer | 2010-02-25 | 2 | -7/+14 |
| * | - fix C version of rowproxy pickling so that it pickles to the same format | Gaëtan de Menten | 2010-02-14 | 1 | -13/+8 |
| * | - Added an optional C extension to speed up the sql layer by | Gaëtan de Menten | 2010-02-13 | 1 | -157/+225 |
| * | - Restored the keys() method to ResultProxy. | Mike Bayer | 2010-02-10 | 1 | -1/+8 |
| * | add sql_compiler property to all Compiled subclasses for convenience | Mike Bayer | 2010-02-07 | 1 | -0/+10 |
| * | - FunctionElement subclasses are now directly executable the | Mike Bayer | 2010-02-07 | 1 | -1/+1 |
| * | - the "connection" argument from engine.transaction() and | Mike Bayer | 2010-01-29 | 1 | -29/+38 |
| * | - inline some code and turn some instance-level defaults into class level | Mike Bayer | 2010-01-29 | 2 | -36/+53 |
| * | - the "autocommit" flag on select() and text() as well | Mike Bayer | 2010-01-28 | 1 | -11/+13 |
| * | - union(), intersect(), except() and other "compound" types | Mike Bayer | 2010-01-25 | 1 | -2/+3 |
| * | - Connection has execution_options(), generative method | Mike Bayer | 2010-01-24 | 2 | -9/+10 |
| * | - move "should_autocommit" to a deferred method. connection wont call it if... | Mike Bayer | 2010-01-24 | 2 | -10/+18 |
| * | - oracle + firebird: "case sensitivity" feature will detect an all-lowercase | Mike Bayer | 2010-01-24 | 1 | -1/+3 |
| * | - the "threadlocal" engine has been rewritten and simplified | Mike Bayer | 2010-01-24 | 2 | -175/+60 |
| * | clarify intent | Mike Bayer | 2010-01-24 | 1 | -1/+1 |
| * | fix ResultProxy for SQLite truncated names | Gaëtan de Menten | 2010-01-20 | 1 | -1/+1 |
| * | moved the metadata step of ResultProxy into a ResultMetaData object. this al... | Mike Bayer | 2010-01-20 | 1 | -175/+147 |
| * | - added native INTERVAL type to the dialect. This supports | Mike Bayer | 2010-01-18 | 1 | -3/+4 |
| * | statement_options -> execution_options | Mike Bayer | 2010-01-17 | 1 | -2/+2 |
| * | doc updates partially from [ticket:1651] | Mike Bayer | 2010-01-17 | 1 | -7/+19 |
| * | - added "statement_options()" to Query, to so options can be | Mike Bayer | 2010-01-16 | 1 | -1/+3 |
| * | - ConnectionProxy now has wrapper methods for all transaction | Mike Bayer | 2010-01-16 | 1 | -0/+30 |
| * | happy new year | Mike Bayer | 2010-01-07 | 4 | -4/+4 |
| * | - have inspector properly return default_schema_name [ticket:1626] | Mike Bayer | 2010-01-03 | 1 | -1/+1 |
| * | - added _with_options() to Connection. not publicizing this yet. | Mike Bayer | 2009-12-18 | 1 | -3/+21 |
| * | - The version_id_col feature on mapper() will raise a warning when | Mike Bayer | 2009-12-18 | 1 | -1/+5 |
| * | add a warning for unported dialects. considered a full blown NotImplemented... | Mike Bayer | 2009-12-06 | 1 | -0/+5 |
| * | - reworked the DDL generation of ENUM and similar to be more platform agnostic. | Mike Bayer | 2009-12-06 | 2 | -0/+24 |
| * | - fixed the import for entrypoint-driven dialects to | Mike Bayer | 2009-12-05 | 1 | -7/+24 |
| * | - pg8000 + postgresql dialects now check for float/numeric return | Mike Bayer | 2009-11-15 | 1 | -2/+1 |