| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | - got engine events partially working, needs work on return value considerations | Mike Bayer | 2010-07-24 | 1 | -101/+95 |
| * | | shoulda listened harder in APL class | Mike Bayer | 2010-07-24 | 1 | -39/+77 |
| * | | - worked it out so that classes declare a nested class "event", | Mike Bayer | 2010-07-24 | 2 | -9/+11 |
| * | | - initial "events" idea. will replace all Extension, Proxy, Listener | Mike Bayer | 2010-07-24 | 2 | -25/+68 |
| |/ |
|
| * | document the crap out of text(), Session.execute() | Mike Bayer | 2010-07-20 | 1 | -1/+10 |
| * | - updated obsolete docs regarding sequences, RETURNING for pgrel_0_6_2 | Mike Bayer | 2010-07-06 | 1 | -22/+34 |
| * | - verbiage expressing that pool_size==0 means no limit; NullPool is | Mike Bayer | 2010-07-02 | 1 | -1/+4 |
| * | - Fixed @memoized_property and @memoized_instancemethod | Mike Bayer | 2010-06-19 | 1 | -2/+2 |
| * | fix variable name | Mike Bayer | 2010-06-14 | 1 | -1/+1 |
| * | - added documentation for Inspector [ticket:1820] | Mike Bayer | 2010-06-13 | 1 | -9/+74 |
| * | - Inspector hits bind.connect() when invoked to ensure | Mike Bayer | 2010-06-11 | 1 | -19/+24 |
| * | - Pool classes will reuse the same "pool_logging_name" setting | Mike Bayer | 2010-05-30 | 3 | -5/+29 |
| * | 79 char lines for base.py | Mike Bayer | 2010-05-30 | 1 | -138/+281 |
| * | docs on dispose | Mike Bayer | 2010-05-15 | 1 | -0/+23 |
| * | - Fixed bug that prevented implicit RETURNING from functioning | Mike Bayer | 2010-04-22 | 1 | -3/+8 |
| * | since we are calling traverse_single within ddl.py, call traverse_single at t... | Mike Bayer | 2010-04-16 | 1 | -1/+1 |
| * | - Table.create() and Table.drop() no longer apply metadata- | Mike Bayer | 2010-04-16 | 2 | -6/+12 |
| * | holy python2.4 batman | Mike Bayer | 2010-04-15 | 1 | -4/+4 |
| * | - Added get_pk_constraint() to reflection.Inspector, similar | Mike Bayer | 2010-04-15 | 3 | -6/+57 |
| * | - Added new 'compiled_cache' execution option. A dictionary | Mike Bayer | 2010-04-07 | 1 | -3/+15 |
| * | - Fixed bug in execution_options() feature whereby the existing | Mike Bayer | 2010-04-07 | 1 | -3/+11 |
| * | - The sqlalchemy.orm.shard module now becomes an extension, | Mike Bayer | 2010-03-28 | 2 | -4/+8 |
| * | mssql+mxodbc should use executedirect for all selects and execute for insert/... | Mike Bayer | 2010-03-26 | 1 | -1/+4 |
| * | 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 |