| 2007-10-12 |
Paul Johnston | A few fixes to the access dialect |
commit | commitdiff | tree | snapshot |
| 2007-10-12 |
Paul Johnston | Make ActiveMapper use scoped_session instead of Session... |
commit | commitdiff | tree | snapshot |
| 2007-10-12 |
Paul Johnston | Fix broken update/delete queries on MSSQL when tables... |
commit | commitdiff | tree | snapshot |
| 2007-10-12 |
Jason Kirtland | More ORDER BY, now with use_labels. |
commit | commitdiff | tree | snapshot |
| 2007-10-12 |
Jason Kirtland | - Added small DESC exercise to test_order_by. |
commit | commitdiff | tree | snapshot |
| 2007-10-12 |
Roger Demetrescu | firebird: Fixed reflection for Integer and Numeric... |
commit | commitdiff | tree | snapshot |
| 2007-10-12 |
Roger Demetrescu | Firebird: added Float and Time types (FBFloat and FBTim... |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Jason Kirtland | Added query coverage for ORDER BY over regular, aliased... |
commit | commitdiff | tree | snapshot |
| 2007-10-11 |
Jason Kirtland | - sqlite housekeeping- added dialect test & moved tests... |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Rick Morrison | applied patch for pymssql 30-char limit |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Jason Kirtland | - Expanded JoinTest further, exercising joins the ORM... |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Jason Kirtland | - Fixed oracle 'use_ansi'-via-engine-url handling,... |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Gaëtan de Menten | similar type optimization for the Interval type |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Gaëtan de Menten | Made the PickleType slightly faster. |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Ants Aasma | make two-phase transactions work a bit better by lettin... |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Mike Bayer | - initial sybase support checkin, [ticket:785] |
commit | commitdiff | tree | snapshot |
| 2007-10-10 |
Mike Bayer | - fixed Oracle non-ansi join syntax |
commit | commitdiff | tree | snapshot |
| 2007-10-08 |
Jason Kirtland | - Expanded insert speed test to cover execute as well... |
commit | commitdiff | tree | snapshot |
| 2007-10-08 |
Jason Kirtland | - Cleaned up visit_insert a bit, inserts are ~3% faster... |
commit | commitdiff | tree | snapshot |
| 2007-10-08 |
Ants Aasma | - a better fix for [ticket:810]. The cause was two... |
commit | commitdiff | tree | snapshot |
| 2007-10-08 |
Ants Aasma | - fix multiple consequent two phase transactions not... |
commit | commitdiff | tree | snapshot |
| 2007-10-08 |
Roger Demetrescu | Firebird now uses dialect.preparer to format sequences... |
commit | commitdiff | tree | snapshot |
| 2007-10-08 |
Jason Kirtland | - Expanded the outer join tests, now covering a situati... |
commit | commitdiff | tree | snapshot |
| 2007-10-08 |
Jason Kirtland | - Loosened up test_cant_execute_join for oracle (probab... |
commit | commitdiff | tree | snapshot |
| 2007-10-08 |
Jason Kirtland | - Added some outerjoin() execution exercises to the... |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Jason Kirtland | - No longer using reserved-ish column names in MutableT... |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Jason Kirtland | - Actually fixed that testcascade issue. And friends... |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Jason Kirtland | - Fixed bogus testcascade, also made fixture sequences... |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Jason Kirtland | - Squashed assumption of transparent type coercion... |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Jason Kirtland | - Rewrote autoincrement tests: added new scenarios... |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Jason Kirtland | - Tweaked unordered select tests to not be sensitive... |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Mike Bayer | - fix to anonymous label generation of long table/colum... |
commit | commitdiff | tree | snapshot |
| 2007-10-07 |
Roger Demetrescu | Firebird dialect now uses SingletonThreadPool as its... |
commit | commitdiff | tree | snapshot |
| 2007-10-06 |
Mike Bayer | - oracle does not implicitly convert to unicode for... |
commit | commitdiff | tree | snapshot |
| 2007-10-06 |
Ants Aasma | a typo on postgres returning test version check - chang... |
commit | commitdiff | tree | snapshot |
| 2007-10-06 |
Mike Bayer | - null foreign key on a m2o doesn't trigger a lazyload... |
commit | commitdiff | tree | snapshot |
| 2007-10-05 |
Mike Bayer | - fixed sqlite reflection of BOOL/BOOLEAN [ticket:808] |
commit | commitdiff | tree | snapshot |
| 2007-10-04 |
Jason Kirtland | - Sequences gain a basic dialect-specific kwargs bucket... |
commit | commitdiff | tree | snapshot |
| 2007-10-04 |
Jason Kirtland | Adjusted reserved word reflection test for oracle-style... |
commit | commitdiff | tree | snapshot |
| 2007-10-04 |
Jason Kirtland | - Fixed convert_result_value/bind_param compatibility... |
commit | commitdiff | tree | snapshot |
| 2007-10-04 |
Roger Demetrescu | Firebird now passes all tests from /test/engine/reflect... |
commit | commitdiff | tree | snapshot |
| 2007-10-04 |
Mike Bayer | - move PG RETURNING tests to postgres dialect test |
commit | commitdiff | tree | snapshot |
| 2007-10-03 |
Ants Aasma | Made the regexp detecting the returning token more... |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Ants Aasma | add support for returning results from inserts and... |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Jason Kirtland | - Tweaked the sql.text date test |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Jason Kirtland | - Unraveled DateTest, removed bogus coverage omission... |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Mike Bayer | removed unused _fold_identifier_case method |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Roger Demetrescu | Some fixes on reflection tests (firebird): |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Jason Kirtland | - The no-arg ResultProxy._row_processor() is now the... |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Jason Kirtland | - Removed duplicate RowProxy.__len__ definition and... |
commit | commitdiff | tree | snapshot |
| 2007-10-01 |
Mike Bayer | - ident passed to id_chooser in shard.py always a list |
commit | commitdiff | tree | snapshot |
| 2007-10-01 |
Ants Aasma | Make the postgres_where attribute to Index private... |
commit | commitdiff | tree | snapshot |
| 2007-09-29 |
Mike Bayer | - fixed three- and multi-level select and deferred... |
commit | commitdiff | tree | snapshot |
| 2007-09-29 |
Ants Aasma | - added partial index support for postgres |
commit | commitdiff | tree | snapshot |
| 2007-09-28 |
Mike Bayer | - more docstrings |
commit | commitdiff | tree | snapshot |
| 2007-09-28 |
Mike Bayer | - doc updates. generated sql docs are against sql... |
commit | commitdiff | tree | snapshot |
| 2007-09-28 |
Roger Demetrescu | firebird doesn't support sane rowcount. |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
Jason Kirtland | - Explicitly close connections in the FOR UPDATE tests. |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
Jason Kirtland | Dropped the leading '__' from generated savepoint names... |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
Mike Bayer | bump to beta7, but might become 0.4.0 |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
Jason Kirtland | - The IdentifierPreprarer's _requires_quotes test is... |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
Mike Bayer | zoomark adjustment for the pybot... rel_0_4beta6 |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
Mike Bayer | test coverage has been added... |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
Mike Bayer | - adjust server side logic to work with standalone... |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Mike Bayer | - some docstrings for select() |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Jason Kirtland | Changed MySQL dialect to use the older LIMIT <offset... |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Jason Kirtland | Avoid tickling the MySQL-python 1.2.2 executemany parsi... |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Mike Bayer | add micro-doc for sequence standalone execution |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Mike Bayer | - added "FETCH" to the keywords detected by Postgres... |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Jason Kirtland | Formatting tweaks |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Mike Bayer | fix comment |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Mike Bayer | - created a link between QueryContext and SelectionCont... |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Jason Kirtland | Tightened up time measurement. |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Mike Bayer | - the behavior of String/Unicode types regarding that... |
commit | commitdiff | tree | snapshot |
| 2007-09-24 |
Mike Bayer | - columns from Alias objects, when used to target resul... |
commit | commitdiff | tree | snapshot |
| 2007-09-24 |
Mike Bayer | - added session.is_modified(obj) method; performs the... |
commit | commitdiff | tree | snapshot |
| 2007-09-24 |
Mike Bayer | added test coverage for r3512 |
commit | commitdiff | tree | snapshot |
| 2007-09-24 |
Mike Bayer | found an errant 2-tuple... |
commit | commitdiff | tree | snapshot |
| 2007-09-22 |
Mike Bayer | fixed session extension bug [ticket:757] |
commit | commitdiff | tree | snapshot |
| 2007-09-22 |
Mike Bayer | fixed firebird visit_alias [ticket:779] |
commit | commitdiff | tree | snapshot |
| 2007-09-22 |
Jason Kirtland | Added. |
commit | commitdiff | tree | snapshot |
| 2007-09-22 |
Mike Bayer | - added "schema" argument to Sequence; use this with... |
commit | commitdiff | tree | snapshot |
| 2007-09-22 |
Mike Bayer | - merged sa_entity branch. the big change here is... |
commit | commitdiff | tree | snapshot |
| 2007-09-22 |
Mike Bayer | - added 'comparator' keyword argument to PickleType... |
commit | commitdiff | tree | snapshot |
| 2007-09-19 |
Paul Johnston | Don't use unicode with pyodbc on UCS-4 platforms [ticke... |
commit | commitdiff | tree | snapshot |
| 2007-09-17 |
Ants Aasma | oops, forgot to commit CHANGES |
commit | commitdiff | tree | snapshot |
| 2007-09-17 |
Ants Aasma | add sqlite reserved words list |
commit | commitdiff | tree | snapshot |
| 2007-09-11 |
Jason Kirtland | Yet more formatting updates |
commit | commitdiff | tree | snapshot |
| 2007-09-10 |
Jason Kirtland | Formatting tweaks. |
commit | commitdiff | tree | snapshot |
| 2007-09-09 |
Mike Bayer | - added 'passive_deletes="all"' flag to relation()... |
commit | commitdiff | tree | snapshot |
| 2007-09-08 |
Mike Bayer | [ticket:728] foreign key checks for existing reflected... |
commit | commitdiff | tree | snapshot |
| 2007-09-08 |
Jason Kirtland | Tweaked changelog |
commit | commitdiff | tree | snapshot |
| 2007-09-08 |
Mike Bayer | - adjusted operator precedence of NOT to match '==... |
commit | commitdiff | tree | snapshot |
| 2007-09-08 |
Mike Bayer | added assertion case for [ticket:764] |
commit | commitdiff | tree | snapshot |
| 2007-09-08 |
Mike Bayer | [ticket:768] dont assume join criterion consists only... |
commit | commitdiff | tree | snapshot |
| 2007-09-08 |
Mike Bayer | - fixes to ShardedSession to work with deferred columns... |
commit | commitdiff | tree | snapshot |
| 2007-09-07 |
Jason Kirtland | Removed DefaultDialect.ischema and information_schema... |
commit | commitdiff | tree | snapshot |
| 2007-09-07 |
Mike Bayer | - merged the unit test for the column_prefix fix that... |
commit | commitdiff | tree | snapshot |
| 2007-09-07 |
Jason Kirtland | Fixed repr() of mysql floats [ticket:775] |
commit | commitdiff | tree | snapshot |
| next |