| Commit message (Expand) | Author | Age | Files | Lines |
| * | - some mysql test tweaks ported from 0.7 | Mike Bayer | 2012-05-05 | 1 | -0/+5 |
| * | - Backported the fix for [ticket:2317] introduced | Mike Bayer | 2012-04-24 | 1 | -0/+21 |
| * | backport [ticket:2269] fix from 0.7 | Mike Bayer | 2011-12-06 | 1 | -37/+99 |
| * | - Added an informative error message when | Mike Bayer | 2011-07-21 | 1 | -0/+33 |
| * | - Fixed bug whereby if FetchedValue was passed | Mike Bayer | 2011-04-23 | 1 | -0/+79 |
| * | - Fixed bug in QueuePool, SingletonThreadPool whereby | Mike Bayer | 2011-03-22 | 1 | -1/+47 |
| * | Corrected a bunch of spelling typos. | Diana Clarke | 2011-03-14 | 1 | -1/+1 |
| * | - Column.copy(), as used in table.tometadata(), copies the | Mike Bayer | 2011-01-30 | 1 | -2/+3 |
| * | - Threadlocal engine returns itself upon begin(), | Mike Bayer | 2011-01-08 | 1 | -0/+21 |
| * | - CheckConstraint will copy its 'initially', 'deferrable', | Mike Bayer | 2011-01-08 | 1 | -0/+14 |
| * | -whitespace removal bonanza | Mike Bayer | 2011-01-02 | 9 | -136/+136 |
| * | - further fixes to no trans in progress, no trans ever for TLEngine, [ticket:... | Mike Bayer | 2010-12-09 | 1 | -0/+24 |
| * | - Threadlocal engine methods rollback(), commit(), | Mike Bayer | 2010-12-08 | 1 | -0/+12 |
| * | - The 'info' attribute of Column is copied during | Mike Bayer | 2010-11-14 | 1 | -1/+2 |
| * | - and fix everything from the last checkin that breaks on py 2.4, 2.5 | Mike Bayer | 2010-11-09 | 1 | -1/+2 |
| * | - Implemented sequence check capability for the C | Mike Bayer | 2010-11-09 | 1 | -0/+31 |
| * | - engine_from_config() now accepts 'debug' for | Mike Bayer | 2010-10-15 | 1 | -0/+16 |
| * | - added "views=True" option to metadata.reflect(), | Mike Bayer | 2010-10-02 | 1 | -9/+31 |
| * | - *Major* cleanup / modernization of the Informix | Mike Bayer | 2010-10-01 | 6 | -22/+33 |
| * | - use "key in dict" rather than KeyError if the usual case | Mike Bayer | 2010-09-18 | 1 | -13/+10 |
| * | d.uh | Chris Withers | 2010-09-17 | 1 | -0/+1 |
| * | add warning about dodgy use of tometadata | Chris Withers | 2010-09-16 | 1 | -1/+24 |
| * | tometadata now copies indexes as well | Chris Withers | 2010-09-16 | 1 | -1/+26 |
| * | make sure kwargs are copied by tometadata | Chris Withers | 2010-09-16 | 1 | -0/+13 |
| * | - replaced all self.__connection.is_valid with | Mike Bayer | 2010-08-26 | 2 | -5/+36 |
| * | mark this as intermittent crashes on the buildbot - reason for failures not c... | Mike Bayer | 2010-08-08 | 1 | -0/+1 |
| * | - Fixed bug whereby replacing composite foreign key | Mike Bayer | 2010-08-04 | 1 | -2/+40 |
| * | Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve... | Mike Bayer | 2010-07-11 | 9 | -918/+1122 |
| * | - Column.copy() takes along the "unique" attribute | Mike Bayer | 2010-06-15 | 1 | -1/+2 |
| * | - Inspector hits bind.connect() when invoked to ensure | Mike Bayer | 2010-06-11 | 1 | -0/+6 |
| * | - Pool classes will reuse the same "pool_logging_name" setting | Mike Bayer | 2010-05-30 | 1 | -0/+19 |
| * | - Added table.add_is_dependent_on(othertable), allows manual | Mike Bayer | 2010-05-13 | 1 | -0/+19 |
| * | merge tip | Mike Bayer | 2010-05-03 | 1 | -2/+35 |
| |\ |
|
| | * | - Fixed bug in connection pool cursor wrapper whereby if a | Mike Bayer | 2010-04-28 | 1 | -0/+28 |
| |/ |
|
| * | - Fixed "table" argument on constructor of ForeginKeyConstraint | Mike Bayer | 2010-04-26 | 1 | -1/+8 |
| * | some more metadata cleanup since --dropall isnt specified on the buildbot | Mike Bayer | 2010-04-16 | 1 | -2/+2 |
| * | - Table.create() and Table.drop() no longer apply metadata- | Mike Bayer | 2010-04-16 | 2 | -28/+3 |
| * | - Added get_pk_constraint() to reflection.Inspector, similar | Mike Bayer | 2010-04-15 | 1 | -6/+13 |
| * | merge tip | Mike Bayer | 2010-04-13 | 1 | -4/+63 |
| |\ |
|
| | * | further testing reveals that cursor.rowcount is only called with update/delet... | Mike Bayer | 2010-04-12 | 1 | -4/+42 |
| | * | - added a test for the solution in [ticket:1757]. | Mike Bayer | 2010-04-11 | 1 | -1/+22 |
| * | | merge default | Mike Bayer | 2010-04-10 | 1 | -5/+26 |
| |\ \
| |/ |
|
| | * | fix this test for oracle | Mike Bayer | 2010-04-07 | 1 | -3/+6 |
| | * | - ah. oursql didn't have "extra steps" here, the previous system within exec... | Mike Bayer | 2010-04-07 | 1 | -2/+20 |
| * | | merge default | Mike Bayer | 2010-04-07 | 2 | -1/+43 |
| |\ \
| |/ |
|
| | * | - Added new 'compiled_cache' execution option. A dictionary | Mike Bayer | 2010-04-07 | 1 | -0/+31 |
| | * | - Fixed bug in execution_options() feature whereby the existing | Mike Bayer | 2010-04-07 | 1 | -1/+12 |
| * | | - EdgeCollection can now go away | Mike Bayer | 2010-04-06 | 1 | -1/+6 |
| |/ |
|
| * | - StaticPool now initializes, disposes and recreates without | Mike Bayer | 2010-03-19 | 1 | -0/+19 |
| * | arg, oracle, bah | Mike Bayer | 2010-03-13 | 1 | -1/+1 |